|
|
|
@@ -206,6 +206,13 @@ public class WxAllBill extends TenantEntity { |
|
|
|
return "0"; |
|
|
|
} |
|
|
|
|
|
|
|
@TableField(exist = false) |
|
|
|
public String oweAbs; |
|
|
|
public String getOweAbs() { |
|
|
|
return new BigDecimal(getOwe()).multiply(new BigDecimal(-1)).toPlainString(); |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
@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; |
|
|
|
|