feat:完善项目
This commit is contained in:
@ -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"`
|
||||
|
Reference in New Issue
Block a user