|
|
|
@ -55,6 +55,7 @@ func (a *afs) Lists(ctx context.Context, args ArgsAfsLists) (reply ReplyAfsLists
|
|
|
|
|
|
|
|
|
|
type ReplyAfsDetail struct {
|
|
|
|
|
Id uint `json:"id"`
|
|
|
|
|
AuditId uint `json:"auditId"`
|
|
|
|
|
AfsSn string `json:"afsSn"`
|
|
|
|
|
Status uint `json:"status"`
|
|
|
|
|
AuditStatus uint `json:"auditStatus"`
|
|
|
|
|