|
@@ -63,6 +63,7 @@ type Request struct {
|
|
LastUpdatePerson string `form:"last_update_person,optional"`
|
|
LastUpdatePerson string `form:"last_update_person,optional"`
|
|
LastUpdateTime string `form:"last_update_time,optional"`
|
|
LastUpdateTime string `form:"last_update_time,optional"`
|
|
AuditStatus int64 `form:"audit_status,optional"`
|
|
AuditStatus int64 `form:"audit_status,optional"`
|
|
|
|
+ Buyer int64 `form:"buyer,optional"`
|
|
}
|
|
}
|
|
|
|
|
|
type Response struct {
|
|
type Response struct {
|