|
@@ -73,11 +73,12 @@ type SafeFile struct {
|
|
CreateTime time.Time `from:"create_time" json:"createTime"`
|
|
CreateTime time.Time `from:"create_time" json:"createTime"`
|
|
}
|
|
}
|
|
type Auditors struct {
|
|
type Auditors struct {
|
|
- Name string `from:"name" json:"name"`
|
|
|
|
- Progress string `from:"progress" json:"progress"`
|
|
|
|
- AuditId string `from:"audit_id" json:"audit_id"`
|
|
|
|
- Position string `from:"position" json:"position"`
|
|
|
|
- AuditOrder int `from:"audit_order" json:"audit_order"`
|
|
|
|
|
|
+ Name string `from:"name" json:"name"`
|
|
|
|
+ Progress string `from:"progress" json:"progress"`
|
|
|
|
+ AuditId string `from:"audit_id" json:"audit_id"`
|
|
|
|
+ Position string `from:"position" json:"position"`
|
|
|
|
+ AuditOrder int `from:"audit_order" json:"audit_order"`
|
|
|
|
+ AccountGroup int `from:"account_group" json:"account_group"`
|
|
}
|
|
}
|
|
|
|
|
|
type SafeListAuditRecord struct {
|
|
type SafeListAuditRecord struct {
|