|
|
@ -34,7 +34,7 @@ type AuditItem struct {
|
|
|
|
UserName string `json:"userName"`
|
|
|
|
UserName string `json:"userName"`
|
|
|
|
ServiceName string `json:"serviceName"`
|
|
|
|
ServiceName string `json:"serviceName"`
|
|
|
|
ApplyUserId uint `json:"applyUserId"`
|
|
|
|
ApplyUserId uint `json:"applyUserId"`
|
|
|
|
ApplyUserName string `json:"applyUserName"`
|
|
|
|
ApplyType uint `json:"ApplyType"`
|
|
|
|
ApplyAt int64 `json:"applyAt"`
|
|
|
|
ApplyAt int64 `json:"applyAt"`
|
|
|
|
AuditStatus uint `json:"auditStatus"`
|
|
|
|
AuditStatus uint `json:"auditStatus"`
|
|
|
|
AuditUserId uint `json:"auditUserId"`
|
|
|
|
AuditUserId uint `json:"auditUserId"`
|
|
|
|