|
@@ -27,64 +27,67 @@ public class JmTuangouMember {
|
|
|
/**
|
|
|
* 价格
|
|
|
*/
|
|
|
- @ExcelProperty(value = "价格", index = 3)
|
|
|
+ @ExcelProperty(value = "价格", index = 6)
|
|
|
private String tgPrice;
|
|
|
|
|
|
/**
|
|
|
* 最低起送
|
|
|
*/
|
|
|
- @ExcelProperty(value = "最低起送", index = 4)
|
|
|
+ //@ExcelProperty(value = "最低起送", index = 4)
|
|
|
private Integer tgMinNum;
|
|
|
/**
|
|
|
* 配送上限
|
|
|
*/
|
|
|
- @ExcelProperty(value = "配送上限", index = 5)
|
|
|
+ // @ExcelProperty(value = "配送上限", index = 5)
|
|
|
private Integer tgMaxNum;
|
|
|
/**
|
|
|
* 小区名称
|
|
|
*/
|
|
|
- @ExcelProperty(value = "小区名称", index = 6)
|
|
|
+ @ExcelProperty(value = "小区名称", index = 3)
|
|
|
private String uptownName;
|
|
|
/**
|
|
|
* 栋
|
|
|
*/
|
|
|
- @ExcelProperty(value = "楼栋", index = 7)
|
|
|
+ // @ExcelProperty(value = "楼栋", index = 5)
|
|
|
private String ridgepole;
|
|
|
/**
|
|
|
* 单元
|
|
|
*/
|
|
|
- @ExcelProperty(value = "单元", index = 8)
|
|
|
+ // @ExcelProperty(value = "单元", index = 6)
|
|
|
private String unit;
|
|
|
/**
|
|
|
* 门牌号
|
|
|
*/
|
|
|
- @ExcelProperty(value = "门牌号", index = 9)
|
|
|
+
|
|
|
private String houseNumber;
|
|
|
/**
|
|
|
* 参团数量
|
|
|
*/
|
|
|
- @ExcelProperty(value = "参团数量", index = 10)
|
|
|
+ @ExcelProperty(value = "参团数量", index = 7)
|
|
|
private Integer buyCount;
|
|
|
/**
|
|
|
* 应付款
|
|
|
*/
|
|
|
- @ExcelProperty(value = "应付款", index = 11)
|
|
|
+ @ExcelProperty(value = "应付款", index = 8)
|
|
|
private Integer buyMoney;
|
|
|
/**
|
|
|
* 已付款
|
|
|
*/
|
|
|
- @ExcelProperty(value = "已付款", index = 12)
|
|
|
+ @ExcelProperty(value = "已付款", index = 9)
|
|
|
private Integer payMoney;
|
|
|
/**
|
|
|
* 联系方式
|
|
|
*/
|
|
|
- @ExcelProperty(value = "联系方式", index = 13)
|
|
|
+ @ExcelProperty(value = "联系方式", index = 5)
|
|
|
private String phone;
|
|
|
/**
|
|
|
* 备注
|
|
|
*/
|
|
|
- @ExcelProperty(value = "备注", index = 14)
|
|
|
+ @ExcelProperty(value = "备注", index = 10)
|
|
|
private String myRemark;
|
|
|
|
|
|
private Integer uptownId;
|
|
|
+
|
|
|
+ @ExcelProperty(value = "门牌号", index = 4)
|
|
|
+ private String lName;
|
|
|
}
|