zhangqian
2024-04-19 2ee651f6d5612cdec35f6e5f8d9d5ff7c66b7ec4
model/test/request/supplier.go
@@ -1,8 +1,8 @@
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"
)
@@ -12,3 +12,8 @@
   EndCreatedAt   *time.Time `json:"endCreatedAt" form:"endCreatedAt"`
   request.PageInfo
}
type SupplierStatus struct {
   Id     uint `json:"id"`
   Status int  `json:"status"`
}