This commit is contained in:
baozhipeng
2021-09-10 11:42:17 +08:00
parent 38947f96db
commit f04ee1c1aa
@@ -77,12 +77,12 @@ public class PayMailBill implements Serializable {
@Excel(name = "联系人手机号", width = 15)
@ApiModelProperty(value = "联系人手机号")
private java.lang.String mobile;
/**缴费时间*/
@Excel(name = "缴费时间", width = 15, format = "yyyy-MM-dd")
/**开票时间*/
@Excel(name = "开票时间", width = 15, format = "yyyy-MM-dd")
@JsonFormat(timezone = "GMT+8",pattern = "yyyy-MM-dd")
@DateTimeFormat(pattern="yyyy-MM-dd")
@ApiModelProperty(value = "缴费时间")
private java.util.Date paymentDate;
@ApiModelProperty(value = "开票时间")
private java.util.Date billDate;
/**邮寄时间*/
@Excel(name = "邮寄时间", width = 15, format = "yyyy-MM-dd")
@JsonFormat(timezone = "GMT+8",pattern = "yyyy-MM-dd")