feat:完善项目

This commit is contained in:
henry
2021-11-12 15:28:27 +08:00
parent 2a1aa6826c
commit f5e2063685
3 changed files with 226 additions and 17 deletions

View File

@ -27,9 +27,9 @@ type (
}
// MaterialParams 基本参数
MaterialParams struct {
ID, ManufacturerID uint64
Code, Title, Image, Position, Remark string
Unit int
ID, ManufacturerID uint64
Code, Title, Image, Remark string
Unit int
}
)