liujiandao
2023-12-02 8a3dd1f37468aba086eb4c76d8ae8cdd0b00e5bb
model/purchase/response/purchase.go
@@ -26,6 +26,7 @@
   Specifications   string          `json:"specifications" form:"specifications" gorm:"column:specifications;comment:规格;size:255;"`
   ModelNumber      string          `json:"modelNumber" form:"modelNumber" gorm:"column:model_number;comment:型号;size:255;"`
   ProductType      string          `json:"productType" form:"productType" gorm:"column:product_type;comment:产品类别;size:255;"`
   Remark           string          `json:"remark" form:"remark" gorm:"type:varchar(1000);not null; default '';comment:描述"` //描述
}
type QualityInspectList struct {