商品重量
This commit is contained in:
@@ -117,7 +117,7 @@ public class ProductDTO implements Serializable {
|
||||
* 称重 价格/千克
|
||||
*/
|
||||
// @NotNull(message = "重量不能为空", groups = DefaultGroup.class)
|
||||
private BigDecimal weight;
|
||||
private String weight;
|
||||
/**
|
||||
* 是否允许临时改价
|
||||
*/
|
||||
|
||||
@@ -85,7 +85,7 @@ public class Product implements Serializable {
|
||||
/**
|
||||
* 称重 价格/千克
|
||||
*/
|
||||
private BigDecimal weight;
|
||||
private String weight;
|
||||
/**
|
||||
* 是否允许临时改价
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user