|
|
|
@@ -166,7 +166,7 @@ public class WxBillRent extends BaseEntity { |
|
|
|
@Transient |
|
|
|
private String shopNumber; |
|
|
|
|
|
|
|
@Excel(name = "押金状态", replace = {"欠缴_1", "待缴_2", "已结清_3", "未到期_4", "已退还_5", "失效_6"}, width = 20, orderNum = "3") |
|
|
|
@Excel(name = "押金状态", replace = {"欠缴_1", "待缴_2", "已结清_3", "未到期_4", "已退还_5", "失效_6", "无押金_0"}, width = 20, orderNum = "3") |
|
|
|
@Transient |
|
|
|
private Integer depositStatus; |
|
|
|
|
|
|
|
|