|
@@ -36,9 +36,9 @@ public class JmTuangouMember {
|
|
@ExcelProperty(value = "最低起送", index = 4)
|
|
@ExcelProperty(value = "最低起送", index = 4)
|
|
private Integer tgMinNum;
|
|
private Integer tgMinNum;
|
|
/**
|
|
/**
|
|
- * 最大订量
|
|
|
|
|
|
+ * 配送上限
|
|
*/
|
|
*/
|
|
- @ExcelProperty(value = "最大订量", index = 5)
|
|
|
|
|
|
+ @ExcelProperty(value = "配送上限", index = 5)
|
|
private Integer tgMaxNum;
|
|
private Integer tgMaxNum;
|
|
/**
|
|
/**
|
|
* 小区名称
|
|
* 小区名称
|
|
@@ -66,14 +66,24 @@ public class JmTuangouMember {
|
|
@ExcelProperty(value = "参团数量", index = 10)
|
|
@ExcelProperty(value = "参团数量", index = 10)
|
|
private Integer buyCount;
|
|
private Integer buyCount;
|
|
/**
|
|
/**
|
|
|
|
+ * 应付款
|
|
|
|
+ */
|
|
|
|
+ @ExcelProperty(value = "应付款", index = 11)
|
|
|
|
+ private Integer buyMoney;
|
|
|
|
+ /**
|
|
|
|
+ * 已付款
|
|
|
|
+ */
|
|
|
|
+ @ExcelProperty(value = "已付款", index = 12)
|
|
|
|
+ private Integer payMoney;
|
|
|
|
+ /**
|
|
* 联系方式
|
|
* 联系方式
|
|
*/
|
|
*/
|
|
- @ExcelProperty(value = "联系方式", index = 11)
|
|
|
|
|
|
+ @ExcelProperty(value = "联系方式", index = 13)
|
|
private String phone;
|
|
private String phone;
|
|
/**
|
|
/**
|
|
* 备注
|
|
* 备注
|
|
*/
|
|
*/
|
|
- @ExcelProperty(value = "备注", index = 12)
|
|
|
|
|
|
+ @ExcelProperty(value = "备注", index = 14)
|
|
private String myRemark;
|
|
private String myRemark;
|
|
|
|
|
|
private Integer uptownId;
|
|
private Integer uptownId;
|