feat:完善项目

This commit is contained in:
henry
2021-11-04 10:03:56 +08:00
parent b07cb9587b
commit 6ef32d16fc
6 changed files with 37 additions and 154 deletions

View File

@ -17,9 +17,11 @@ type ManageSupplier struct {
type ManageSupplierKind int
const (
// ManageSupplierKindForMaterial 材料供应
ManageSupplierKindForMaterial ManageSupplierKind = iota + 101
// ManageSupplierKindForRepair 维修供应商
// ManageSupplierKindForManufacturer 制造
ManageSupplierKindForManufacturer ManageSupplierKind = iota + 101
// ManageSupplierKindForMaterial 材料合作供应商
ManageSupplierKindForMaterial
// ManageSupplierKindForRepair 维修合作供应商
ManageSupplierKindForRepair
)