| | |
| | | package request |
| | | |
| | | import ( |
| | | "github.com/flipped-aurora/gin-vue-admin/server/model/common/request" |
| | | "github.com/flipped-aurora/gin-vue-admin/server/model/test" |
| | | "srm/model/common/request" |
| | | "srm/model/test" |
| | | "time" |
| | | ) |
| | | |
| | |
| | | EndCreatedAt *time.Time `json:"endCreatedAt" form:"endCreatedAt"` |
| | | request.PageInfo |
| | | } |
| | | |
| | | type SupplierStatus struct { |
| | | Id uint `json:"id"` |
| | | Status int `json:"status"` |
| | | } |
| | | |
| | | type SupplierProduct struct { |
| | | request.PageInfo |
| | | SupplierId uint `json:"supplierId" form:"supplierId"` |
| | | Number string `json:"number" form:"number"` |
| | | } |