Parcourir la source

fix

release_toaliyun_real
winter il y a 2 ans
Parent
révision
6190550d68
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. +2
    -0
      mallinkService/src/main/java/com/iformall/domain/po/base/WxBillBaseEntity.java

+ 2
- 0
mallinkService/src/main/java/com/iformall/domain/po/base/WxBillBaseEntity.java Voir le fichier

@@ -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")


Chargement…
Annuler
Enregistrer