作者 tangxuhui

数据结构调整

... ... @@ -81,7 +81,7 @@ type DividendsIncentivesRule struct {
}
type Relevant struct {
UserId int `json:"userId"`
UserId int `json:"userId,string"`
UserInfo domain.UserInfo `json:"userInfo"`
Department domain.Department `json:"department"`
}
... ...