| @@ -43,7 +43,6 @@ public class WxBillDaily extends BaseEntity{ | |||
| @io.swagger.annotations.ApiModelProperty(value="账单类型",name="type") | |||
| private Integer type; | |||
| @SortColumn(column = "receivePay") | |||
| @io.swagger.annotations.ApiModelProperty(value="实际应收金额",name="receivePay") | |||
| private Long receivePay; | |||
| @@ -55,14 +54,12 @@ public class WxBillDaily extends BaseEntity{ | |||
| @io.swagger.annotations.ApiModelProperty(value="截止收款日期",name="receiveDate") | |||
| private Date receiveDate; | |||
| @SortColumn(column = "payDate") | |||
| @io.swagger.annotations.ApiModelProperty(value="到账日期",name="payDate") | |||
| private Date payDate; | |||
| @io.swagger.annotations.ApiModelProperty(value="创建时间",name="createtime") | |||
| private Date createtime; | |||
| @SortColumn(column = "expiredDay") | |||
| @io.swagger.annotations.ApiModelProperty(value="逾期天数",name="expiredDay") | |||
| private Long expiredDay; | |||
| @io.swagger.annotations.ApiModelProperty(value="租户",name="tenantId") | |||
| @@ -93,15 +90,12 @@ public class WxBillDaily extends BaseEntity{ | |||
| private String priceDetail; | |||
| @Transient | |||
| @SortColumn(column = "allPeriod") | |||
| private Integer allPeriod; | |||
| @Transient | |||
| @SortColumn(column = "needPay") | |||
| private Long needPay; | |||
| @Transient | |||
| @SortColumn(column = "latePayPrice") | |||
| private Long latePayPrice; | |||
| @Transient | |||
| @@ -109,7 +103,6 @@ public class WxBillDaily extends BaseEntity{ | |||
| private Integer period; | |||
| @Transient | |||
| @SortColumn(column = "shopNumber") | |||
| private String shopNumber; | |||
| @Transient | |||
| @@ -49,7 +49,6 @@ public class WxBillOther extends BaseEntity { | |||
| @io.swagger.annotations.ApiModelProperty(value="账单备注",name="comments") | |||
| private String comments; | |||
| @SortColumn(column = "receivePay") | |||
| @io.swagger.annotations.ApiModelProperty(value="实际应收金额",name="receivePay") | |||
| private Long receivePay; | |||
| @io.swagger.annotations.ApiModelProperty(value="实收金额",name="pay") | |||
| @@ -60,7 +59,6 @@ public class WxBillOther extends BaseEntity { | |||
| private Date receiveDate; | |||
| @Excel(name = "收款日期", orderNum = "8", width = 20, format = "yyyy-MM-dd") | |||
| @SortColumn(column = "payDate") | |||
| @io.swagger.annotations.ApiModelProperty(value="到账日期",name="payDate") | |||
| private Date payDate; | |||
| @@ -68,7 +66,6 @@ public class WxBillOther extends BaseEntity { | |||
| private Date createtime; | |||
| @Excel(name = "逾期(天)", orderNum = "10", width = 20) | |||
| @SortColumn(column = "expiredDay") | |||
| @io.swagger.annotations.ApiModelProperty(value="逾期天数",name="expiredDay") | |||
| private Long expiredDay; | |||
| @io.swagger.annotations.ApiModelProperty(value="租户",name="tenantId") | |||
| @@ -96,15 +93,12 @@ public class WxBillOther extends BaseEntity { | |||
| private Integer payWay; | |||
| @Transient | |||
| @SortColumn(column = "allPeriod") | |||
| private Integer allPeriod; | |||
| @Transient | |||
| @SortColumn(column = "needPay") | |||
| private Long needPay; | |||
| @Transient | |||
| @SortColumn(column = "latePayPrice") | |||
| private Long latePayPrice; | |||
| @Transient | |||
| @@ -113,7 +107,6 @@ public class WxBillOther extends BaseEntity { | |||
| @Excel(name = "商铺号", width = 20, orderNum = "1") | |||
| @Transient | |||
| @SortColumn(column = "shopNumber") | |||
| private String shopNumber; | |||
| @Transient | |||
| @@ -48,7 +48,6 @@ public class WxBillOtherDeposit extends BaseEntity { | |||
| @io.swagger.annotations.ApiModelProperty(value = "账单备注", name = "comments") | |||
| private String comments; | |||
| @SortColumn(column = "receivePay") | |||
| @io.swagger.annotations.ApiModelProperty(value = "实际应收金额", name = "receivePay") | |||
| private Long receivePay; | |||
| @@ -59,7 +58,6 @@ public class WxBillOtherDeposit extends BaseEntity { | |||
| private Date receiveDate; | |||
| @Excel(name = "收款日期", orderNum = "6", width = 20, format = "yyyy-MM-dd") | |||
| @SortColumn(column = "payDate") | |||
| @io.swagger.annotations.ApiModelProperty(value = "到账日期", name = "payDate") | |||
| private Date payDate; | |||
| @@ -99,15 +97,12 @@ public class WxBillOtherDeposit extends BaseEntity { | |||
| private Integer payWay; | |||
| @Transient | |||
| @SortColumn(column = "allPeriod") | |||
| private Integer allPeriod; | |||
| @Transient | |||
| @SortColumn(column = "needPay") | |||
| private Long needPay; | |||
| @Transient | |||
| @SortColumn(column = "latePayPrice") | |||
| private Long latePayPrice; | |||
| @Transient | |||
| @@ -116,7 +111,6 @@ public class WxBillOtherDeposit extends BaseEntity { | |||
| @Excel(name = "商铺号", width = 20, orderNum = "1") | |||
| @Transient | |||
| @SortColumn(column = "shopNumber") | |||
| private String shopNumber; | |||
| @@ -72,14 +72,12 @@ public class WxBillProperty extends BaseEntity { | |||
| private Date receiveDate; | |||
| @Excel(name = "收款日期", format = "yyyy-MM-dd", width = 20, orderNum = "11") | |||
| @SortColumn(column = "payDate") | |||
| @io.swagger.annotations.ApiModelProperty(value="到账日期",name="payDate") | |||
| private Date payDate; | |||
| @io.swagger.annotations.ApiModelProperty(value="创建时间",name="createtime") | |||
| private Date createtime; | |||
| @Excel(name = "逾期(天) ", width = 20, orderNum = "13") | |||
| @SortColumn(column = "expiredDay") | |||
| @io.swagger.annotations.ApiModelProperty(value="逾期天数",name="expiredDay") | |||
| private Long expiredDay; | |||
| @@ -102,7 +100,6 @@ public class WxBillProperty extends BaseEntity { | |||
| @io.swagger.annotations.ApiModelProperty(value="是否删除 是1否0 未到期不显示",name="isDel") | |||
| private Integer isDel; | |||
| @SortColumn(column = "needPay") | |||
| @io.swagger.annotations.ApiModelProperty(value="应收金额",name="needPay") | |||
| private Long needPay; | |||
| @@ -138,7 +135,6 @@ public class WxBillProperty extends BaseEntity { | |||
| @io.swagger.annotations.ApiModelProperty(value = "滞纳金时间", name = "latePayTime") | |||
| private Date latePayTime; | |||
| @SortColumn(column = "latePayPrice") | |||
| @io.swagger.annotations.ApiModelProperty(value = "滞纳金总额", name = "latePayPrice") | |||
| private Long latePayPrice; | |||
| @@ -169,12 +165,10 @@ public class WxBillProperty extends BaseEntity { | |||
| private String comments; | |||
| @Transient | |||
| @SortColumn(column = "allPeriod") | |||
| private Integer allPeriod; | |||
| @Excel(name = "商铺号", width = 20, orderNum = "1") | |||
| @Transient | |||
| @SortColumn(column = "shopNumber") | |||
| private String shopNumber; | |||
| @Transient | |||
| private Integer depositStatus; | |||