...
|
...
|
@@ -75,13 +75,15 @@ type ( |
|
|
DataNoticeSettingSearch struct {
|
|
|
Count int64 `json:"count"`
|
|
|
List []struct {
|
|
|
CompanyID int `json:"companyId"`
|
|
|
Content string `json:"content"`
|
|
|
IsPush int `json:"isPush"`
|
|
|
Module string `json:"module"`
|
|
|
ModuleAction string `json:"moduleAction"`
|
|
|
NoticeSettingID int `json:"noticeSettingId"`
|
|
|
OrgID int `json:"orgId"`
|
|
|
CompanyID int `json:"companyId"`
|
|
|
Content string `json:"content"`
|
|
|
IsPush int `json:"isPush"`
|
|
|
Module string `json:"module"`
|
|
|
ModuleAction string `json:"moduleAction"`
|
|
|
ModuleName string `json:"moduleName"`
|
|
|
ModuleActionName string `json:"moduleActionName"`
|
|
|
NoticeSettingID int `json:"noticeSettingId"`
|
|
|
OrgID int `json:"orgId"`
|
|
|
} `json:"list"`
|
|
|
}
|
|
|
)
|
...
|
...
|
|