|
|
|
@@ -78,12 +78,14 @@ public class WxBillBaseEntity extends TenantEntity { |
|
|
|
|
|
|
|
@Excel(name = "账单类型名称", width = 20, orderNum = "8") |
|
|
|
@io.swagger.annotations.ApiModelProperty(value="账单类型名称",name="billTypeName") |
|
|
|
@TableField(exist = false) |
|
|
|
protected String billTypeName; |
|
|
|
@TableField(exist = false) |
|
|
|
protected Integer billType; |
|
|
|
|
|
|
|
@Excel(name = "备注", width = 20, orderNum = "9") |
|
|
|
@io.swagger.annotations.ApiModelProperty(value="备注",name="billRemark") |
|
|
|
@TableField(exist = false) |
|
|
|
protected String billRemark; |
|
|
|
|
|
|
|
@Excel(name = "最近催缴时间",format = "yyyy-MM-dd HH:mm:ss", width = 20, orderNum = "10") |
|
|
|
|