proto/product.proto
@@ -21,7 +21,7 @@ string Name = 2; string Unit = 3; bool IsSale = 4; //是否销售 float SalePrice = 5; //销售价格 double SalePrice = 5; //销售价格 float Amount = 6;//库存剩余量 int32 MinInventory = 7;//安全库存 string MaterialMode = 8; //物料类型