md
This commit is contained in:
parent
774bd9be32
commit
aea06188e6
@ -70,15 +70,14 @@ 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;
|
||||
/* 启用状态 1-启用 0-停用 */
|
||||
private String blOpen;
|
||||
|
||||
|
||||
// 扩展字段 ------
|
||||
/** 起始网点名称 */
|
||||
private String startSiteName;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user