|
@@ -51,16 +51,16 @@ public class JmTuangou implements Serializable {
|
|
|
/**
|
|
|
* 价格
|
|
|
*/
|
|
|
- private String tgPrice;
|
|
|
+ private String tgPrice = "";
|
|
|
|
|
|
/**
|
|
|
* 最低起送
|
|
|
*/
|
|
|
- private Integer tgMinNum;
|
|
|
+ private Integer tgMinNum = 0;
|
|
|
/**
|
|
|
* 最大订量
|
|
|
*/
|
|
|
- private Integer tgMaxNum;
|
|
|
+ private Integer tgMaxNum = 0;
|
|
|
|
|
|
@TableField(exist = false)
|
|
|
private Integer currentNum;
|