|
|
|
@@ -68,7 +68,6 @@ public class WxBillProperty extends BaseEntity { |
|
|
|
private Long pay; |
|
|
|
|
|
|
|
@Excel(name = "缴款截止日期", format = "yyyy-MM-dd", width = 20, orderNum = "10") |
|
|
|
@SortColumn(column = "receiveDate") |
|
|
|
@io.swagger.annotations.ApiModelProperty(value="收款日期",name="receiveDate") |
|
|
|
private Date receiveDate; |
|
|
|
|
|
|
|
|