|
|
package dto
|
|
|
|
|
|
type NoticeSettingItem struct {
|
|
|
CompanyID int `json:"companyId,string"`
|
|
|
Content string `json:"content"`
|
|
|
IsPush int `json:"isPush"`
|
|
|
Module string `json:"module"`
|
|
|
ModuleAction string `json:"moduleAction"`
|
|
|
ActionName string `json:"actionName"`
|
|
|
NoticeSettingID int `json:"noticeSettingId,string"`
|
|
|
OrgID int `json:"orgId,string"`
|
|
|
CompanyID int `json:"companyId,string"`
|
|
|
Content string `json:"content"`
|
|
|
IsPush int `json:"isPush"`
|
|
|
Module string `json:"module"`
|
|
|
ModuleAction string `json:"moduleAction"`
|
|
|
ModuleActionName string `json:"moduleActionName"`
|
|
|
NoticeSettingID int `json:"noticeSettingId,string"`
|
|
|
OrgID int `json:"orgId,string"`
|
|
|
} |
...
|
...
|
|