finance
黄伟 2 years ago
parent 24285c2202
commit c70fd57205

@ -16,10 +16,11 @@ type ArgsServiceLists struct {
} }
type ReplyServiceLists struct { type ReplyServiceLists struct {
ServiceId uint `json:"serviceId"` UserServiceId uint `json:"userServiceId"`
ServiceName string `json:"serviceName"` ServiceId uint `json:"serviceId"`
EndTime int64 `json:"endTime"` ServiceName string `json:"serviceName"`
AuditStatus uint `json:"auditStatus"` EndTime int64 `json:"endTime"`
AuditStatus uint `json:"auditStatus"`
} }
type service struct { type service struct {

Loading…
Cancel
Save