|
@@ -1546,12 +1546,11 @@ type RemarkDelReq struct {
|
|
|
|
|
|
// RemarkResp 备注说明
|
|
|
type RemarkResp struct {
|
|
|
- Remark string `description:"未续约说明"`
|
|
|
- ProductName string `description:"客户产品:ficc:权益:"`
|
|
|
- CreateTime string `description:"添加时间"`
|
|
|
- CompanyProductRemarkId int
|
|
|
- Mark int `description:"是否标记 0不是 1是"`
|
|
|
- ButtonDel bool `description:"删除权限"`
|
|
|
+ RemarkId int `description:"备注ID"`
|
|
|
+ Remark string `description:"未续约说明"`
|
|
|
+ ProductName string `description:"客户产品:ficc:权益:"`
|
|
|
+ CreateTime string `description:"添加时间"`
|
|
|
+ ButtonDel bool `description:"删除权限"`
|
|
|
}
|
|
|
|
|
|
type RoadShowTotalSlice struct {
|