feat:完善项目

This commit is contained in:
henry
2021-11-17 11:11:39 +08:00
parent 48319d9632
commit 09cc956d42
10 changed files with 196 additions and 27 deletions

View File

@ -13,7 +13,7 @@ type ManageMaterial struct {
type (
// ManageMaterialBasic 基本信息
ManageMaterialBasic struct {
ID uint64 `json:"id"`
ID uint64 `json:"-"`
Code string `json:"code"`
Title string `json:"title"`
Price float64 `json:"price"`