|
|
|
@@ -17,13 +17,13 @@ public class WxBillAllVo { |
|
|
|
|
|
|
|
private Long shopId; |
|
|
|
|
|
|
|
//@Excel(name="商铺号",width = 20,orderNum = "1") |
|
|
|
@Excel(name = "商铺号", width = 20, orderNum = "1") |
|
|
|
private String shopNumber; |
|
|
|
|
|
|
|
//@Excel(name="商户名称",width = 20,orderNum = "2") |
|
|
|
@Excel(name = "商户名称", width = 20, orderNum = "2") |
|
|
|
private String merchantName; |
|
|
|
|
|
|
|
//@Excel(name="商铺类型",width = 20,orderNum = "3", replace = {"店铺_1","多经点位_2"}) |
|
|
|
@Excel(name = "商铺类型", width = 20, orderNum = "3", replace = {"店铺_1", "多经点位_2"}) |
|
|
|
private Integer rentShopType; |
|
|
|
|
|
|
|
@Excel(name="费用类型",width = 20,orderNum = "4") |
|
|
|
@@ -44,7 +44,7 @@ public class WxBillAllVo { |
|
|
|
@Excel(name="逾期天数",width = 20,orderNum = "9") |
|
|
|
private Integer expiredDay; |
|
|
|
|
|
|
|
@Excel(name="账单状态",width = 20,orderNum = "10", replace = {"欠缴_1","待缴_2","已结清_3","未到期_4","已退还_5","失效_6"}) |
|
|
|
@Excel(name = "账单状态", width = 20, orderNum = "10", replace = {"欠缴_1", "待缴_2", "已结清_3", "未到期_4", "已退还_5", "失效_6", "_7"}) |
|
|
|
private Integer status; |
|
|
|
|
|
|
|
private Integer billTypeValue; |
|
|
|
|