|
|
|
@@ -186,9 +186,9 @@ public class WxAllBill extends TenantEntity { |
|
|
|
return "0"; |
|
|
|
} |
|
|
|
|
|
|
|
// @Excel(name = "状态", replace = {"欠缴_1", "待缴_2", "已结清_3", "未到期_4", "已退还_5", "失效_6", "坏账_7", "退租待结算_8","预收待抵扣_9"}, width = 20, orderNum = "10") |
|
|
|
// @io.swagger.annotations.ApiModelProperty(value = "账单状态EnumBillStatus", name = "status") |
|
|
|
// public Integer status; |
|
|
|
@Excel(name = "状态", replace = {"欠缴_1", "待缴_2", "已结清_3", "未到期_4", "已退还_5", "失效_6", "坏账_7", "退租待结算_8","预收待抵扣_9"}, width = 20, orderNum = "10") |
|
|
|
@io.swagger.annotations.ApiModelProperty(value = "账单状态EnumBillStatus", name = "status") |
|
|
|
public Integer status; |
|
|
|
// @TableField(exist = false) |
|
|
|
// private String statusName; |
|
|
|
// public String getStatusName() { |
|
|
|
|