md
This commit is contained in:
parent
a3f69bf43a
commit
1d28e4ef75
@ -52,10 +52,10 @@ public class EmisTmsCostQuotePrice extends BaseEntity
|
||||
/* 供应商代码 */
|
||||
private String supplierCode;
|
||||
/* 开始日期 */
|
||||
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
||||
@JsonFormat(pattern = "yyyy-MM-dd")
|
||||
private Date startDate;
|
||||
/* 结束日期 */
|
||||
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
||||
@JsonFormat(pattern = "yyyy-MM-dd")
|
||||
private Date endDate;
|
||||
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user