Commit a2812867c9eb64709d34c806e8c2731cc73b7b31

Authored by yeqianyong
1 parent 9d297f48

楚江ERP-代码还原

@@ -41,13 +41,13 @@ public class QueryPurchaseOrderInfoVo extends PageVo implements BaseVo, Serializ @@ -41,13 +41,13 @@ public class QueryPurchaseOrderInfoVo extends PageVo implements BaseVo, Serializ
41 * 订货开始日期 41 * 订货开始日期
42 */ 42 */
43 @ApiModelProperty("订货开始日期") 43 @ApiModelProperty("订货开始日期")
44 - private String createStartTime; 44 + private String orderDateStart;
45 45
46 /** 46 /**
47 * 订货结束日期 47 * 订货结束日期
48 */ 48 */
49 @ApiModelProperty("订货结束日期") 49 @ApiModelProperty("订货结束日期")
50 - private String createEndTime; 50 + private String orderDateEnd;
51 51
52 /** 52 /**
53 * 状态 53 * 状态