This commit is contained in:
linfso 2025-07-02 07:45:06 +08:00
parent 774bd9be32
commit aea06188e6

View File

@ -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;