|
@@ -107,6 +107,8 @@ func (m *SmartReportResource) GetItemsByCondition(condition string, pars []inter
|
|
|
|
|
|
type SmartReportResourceEditReq struct {
|
|
|
ResourceId int `description:"资源ID"`
|
|
|
+ Type int `description:"类型 1-版头 2-版尾"`
|
|
|
+ ImgUrl string `description:"图片资源地址"`
|
|
|
ImgName string `description:"图片名称"`
|
|
|
Style string `description:"版图样式"`
|
|
|
}
|