|
|
@ -30,6 +30,7 @@ type ArgsAuditLists struct {
|
|
|
|
type AuditItem struct {
|
|
|
|
type AuditItem struct {
|
|
|
|
Id uint `json:"id"`
|
|
|
|
Id uint `json:"id"`
|
|
|
|
ServiceId uint `json:"serviceId"`
|
|
|
|
ServiceId uint `json:"serviceId"`
|
|
|
|
|
|
|
|
UserId uint `json:"userId"`
|
|
|
|
UserName string `json:"userName"`
|
|
|
|
UserName string `json:"userName"`
|
|
|
|
ServiceName string `json:"serviceName"`
|
|
|
|
ServiceName string `json:"serviceName"`
|
|
|
|
ApplyUserId uint `json:"applyUserId"`
|
|
|
|
ApplyUserId uint `json:"applyUserId"`
|
|
|
|