Explorar el Código

[财单][修改][实体注释]

release_toaliyun_real
gongbiao hace 7 años
committed by Stormeye Wu
padre
commit
fb721270a3
Se han modificado 7 ficheros con 7 adiciones y 7 borrados
  1. +1
    -1
      mallinkService/src/main/java/com/iformall/domain/po/WxBillDaily.java
  2. +1
    -1
      mallinkService/src/main/java/com/iformall/domain/po/WxBillDeposit.java
  3. +1
    -1
      mallinkService/src/main/java/com/iformall/domain/po/WxBillOther.java
  4. +1
    -1
      mallinkService/src/main/java/com/iformall/domain/po/WxBillOtherDeposit.java
  5. +1
    -1
      mallinkService/src/main/java/com/iformall/domain/po/WxBillProperty.java
  6. +1
    -1
      mallinkService/src/main/java/com/iformall/domain/po/WxBillPropertyDeposit.java
  7. +1
    -1
      mallinkService/src/main/java/com/iformall/domain/po/WxBillRent.java

+ 1
- 1
mallinkService/src/main/java/com/iformall/domain/po/WxBillDaily.java Ver fichero

@@ -87,7 +87,7 @@ public class WxBillDaily implements Serializable {
@io.swagger.annotations.ApiModelProperty(value="欠缴",name="owe") @io.swagger.annotations.ApiModelProperty(value="欠缴",name="owe")
private Integer owe; private Integer owe;
/*账单状态1待缴2欠缴3已结清**/ /*账单状态1待缴2欠缴3已结清**/
@io.swagger.annotations.ApiModelProperty(value="账单状态1未到期2待缴3欠缴4已结清",name="status")
@io.swagger.annotations.ApiModelProperty(value = "账单状态1欠缴2待缴3已结清4未到期", name = "status")
private Integer status; private Integer status;
/*删除 是1否0**/ /*删除 是1否0**/
@io.swagger.annotations.ApiModelProperty(value="删除 是1否0",name="isDel") @io.swagger.annotations.ApiModelProperty(value="删除 是1否0",name="isDel")


+ 1
- 1
mallinkService/src/main/java/com/iformall/domain/po/WxBillDeposit.java Ver fichero

@@ -71,7 +71,7 @@ public class WxBillDeposit implements Serializable {
@io.swagger.annotations.ApiModelProperty(value="欠缴",name="owe") @io.swagger.annotations.ApiModelProperty(value="欠缴",name="owe")
private Integer owe; private Integer owe;
/*账单状态1未到期2待缴3欠缴4已结清**/ /*账单状态1未到期2待缴3欠缴4已结清**/
@io.swagger.annotations.ApiModelProperty(value="账单状态1未到期2待缴3欠缴4已结清",name="status")
@io.swagger.annotations.ApiModelProperty(value = "账单状态1欠缴2待缴3已结清4未到期5已退还", name = "status")
private Integer status; private Integer status;
/*是否删除 是1否0 未到期不显示**/ /*是否删除 是1否0 未到期不显示**/
@io.swagger.annotations.ApiModelProperty(value="是否删除 是1否0 未到期不显示",name="isDel") @io.swagger.annotations.ApiModelProperty(value="是否删除 是1否0 未到期不显示",name="isDel")


+ 1
- 1
mallinkService/src/main/java/com/iformall/domain/po/WxBillOther.java Ver fichero

@@ -98,7 +98,7 @@ public class WxBillOther implements Serializable {
@io.swagger.annotations.ApiModelProperty(value="欠缴",name="owe") @io.swagger.annotations.ApiModelProperty(value="欠缴",name="owe")
private Integer owe; private Integer owe;
/*账单状态1待缴2欠缴3已结清**/ /*账单状态1待缴2欠缴3已结清**/
@io.swagger.annotations.ApiModelProperty(value="账单状态1未到期2待缴3欠缴4已结清",name="status")
@io.swagger.annotations.ApiModelProperty(value = "账单状态1欠缴2待缴3已结清4未到期", name = "status")
private Integer status; private Integer status;
/*删除 是1否0**/ /*删除 是1否0**/
@io.swagger.annotations.ApiModelProperty(value="删除 是1否0",name="isDel") @io.swagger.annotations.ApiModelProperty(value="删除 是1否0",name="isDel")


+ 1
- 1
mallinkService/src/main/java/com/iformall/domain/po/WxBillOtherDeposit.java Ver fichero

@@ -101,7 +101,7 @@ public class WxBillOtherDeposit implements Serializable {
@io.swagger.annotations.ApiModelProperty(value = "欠缴", name = "owe") @io.swagger.annotations.ApiModelProperty(value = "欠缴", name = "owe")
private Integer owe; private Integer owe;
/*账单状态1待缴2欠缴3已结清**/ /*账单状态1待缴2欠缴3已结清**/
@io.swagger.annotations.ApiModelProperty(value = "账单状态1未到期2待缴3欠缴4已结清5已退还", name = "status")
@io.swagger.annotations.ApiModelProperty(value = "账单状态1欠缴2待缴3已结清4未到期5已退还", name = "status")
private Integer status; private Integer status;
/*删除 是1否0**/ /*删除 是1否0**/
@io.swagger.annotations.ApiModelProperty(value = "删除 是1否0", name = "isDel") @io.swagger.annotations.ApiModelProperty(value = "删除 是1否0", name = "isDel")


+ 1
- 1
mallinkService/src/main/java/com/iformall/domain/po/WxBillProperty.java Ver fichero

@@ -71,7 +71,7 @@ public class WxBillProperty implements Serializable {
@io.swagger.annotations.ApiModelProperty(value="欠缴",name="owe") @io.swagger.annotations.ApiModelProperty(value="欠缴",name="owe")
private Integer owe; private Integer owe;
/*账单状态1未到期2待缴3欠缴4已结清**/ /*账单状态1未到期2待缴3欠缴4已结清**/
@io.swagger.annotations.ApiModelProperty(value="账单状态1未到期2待缴3欠缴4已结清",name="status")
@io.swagger.annotations.ApiModelProperty(value = "账单状态1欠缴2待缴3已结清4未到期", name = "status")
private Integer status; private Integer status;
/*是否删除 是1否0 未到期不显示**/ /*是否删除 是1否0 未到期不显示**/
@io.swagger.annotations.ApiModelProperty(value="是否删除 是1否0 未到期不显示",name="isDel") @io.swagger.annotations.ApiModelProperty(value="是否删除 是1否0 未到期不显示",name="isDel")


+ 1
- 1
mallinkService/src/main/java/com/iformall/domain/po/WxBillPropertyDeposit.java Ver fichero

@@ -71,7 +71,7 @@ public class WxBillPropertyDeposit implements Serializable {
@io.swagger.annotations.ApiModelProperty(value="欠缴",name="owe") @io.swagger.annotations.ApiModelProperty(value="欠缴",name="owe")
private Integer owe; private Integer owe;
/*账单状态1未到期2待缴3欠缴4已结清**/ /*账单状态1未到期2待缴3欠缴4已结清**/
@io.swagger.annotations.ApiModelProperty(value="账单状态1未到期2待缴3欠缴4已结清",name="status")
@io.swagger.annotations.ApiModelProperty(value = "账单状态1欠缴2待缴3已结清4未到期5已退还", name = "status")
private Integer status; private Integer status;
/*是否删除 是1否0 未到期不显示**/ /*是否删除 是1否0 未到期不显示**/
@io.swagger.annotations.ApiModelProperty(value="是否删除 是1否0 未到期不显示",name="isDel") @io.swagger.annotations.ApiModelProperty(value="是否删除 是1否0 未到期不显示",name="isDel")


+ 1
- 1
mallinkService/src/main/java/com/iformall/domain/po/WxBillRent.java Ver fichero

@@ -71,7 +71,7 @@ public class WxBillRent implements Serializable {
@io.swagger.annotations.ApiModelProperty(value="欠缴",name="owe") @io.swagger.annotations.ApiModelProperty(value="欠缴",name="owe")
private Integer owe; private Integer owe;
/*账单状态1未到期2待缴3逾期未缴4部分逾期5已结清**/ /*账单状态1未到期2待缴3逾期未缴4部分逾期5已结清**/
@io.swagger.annotations.ApiModelProperty(value="账单状态1未到期2待缴3欠缴4已结清",name="status")
@io.swagger.annotations.ApiModelProperty(value = "账单状态1欠缴2待缴3已结清4未到期", name = "status")
private Integer status; private Integer status;
/*是否删除 是1否0 未到期不显示**/ /*是否删除 是1否0 未到期不显示**/
@io.swagger.annotations.ApiModelProperty(value="是否删除 是1否0 未到期不显示",name="isDel") @io.swagger.annotations.ApiModelProperty(value="是否删除 是1否0 未到期不显示",name="isDel")


Cargando…
Cancelar
Guardar