feat:完善项目
This commit is contained in:
@ -72,6 +72,14 @@ func (c *Supplier) List(name, mobile string, kind model2.ManageSupplierKind, pag
|
||||
return &basic.PageDataResponse{Data: list, Count: count}, nil
|
||||
}
|
||||
|
||||
func (c *Supplier) Manufacturer() {
|
||||
|
||||
}
|
||||
|
||||
func (c *Supplier) Partner() {
|
||||
|
||||
}
|
||||
|
||||
// Form 数据处理
|
||||
func (c *Supplier) Form(params *SupplierParams) error {
|
||||
mManageSupplier := model.NewManageSupplier()
|
||||
|
Reference in New Issue
Block a user