|
@@ -86,6 +86,7 @@ func (m *SmartReportResource) GetPageItemsByCondition(condition string, pars []i
|
|
|
type SmartReportRenameReq struct {
|
|
|
ResourceId int `description:"资源ID"`
|
|
|
ImgName string `description:"图片名称"`
|
|
|
+ Style string `description:"版图样式"`
|
|
|
}
|
|
|
|
|
|
func (m *SmartReportResource) GetItemById(id int) (item *SmartReportResource, err error) {
|