提交基础采购
This commit is contained in:
@@ -38,10 +38,12 @@ public class ErpPurchaseOrder extends BaseEntity {
|
||||
/**
|
||||
* 下单日期
|
||||
*/
|
||||
@JsonFormat(pattern = "yyyy-MM-dd")
|
||||
private Date orderDate;
|
||||
/**
|
||||
* 预计到货日期
|
||||
*/
|
||||
@JsonFormat(pattern = "yyyy-MM-dd")
|
||||
private Date expectedArrival;
|
||||
/**
|
||||
* 订单类型
|
||||
@@ -54,7 +56,16 @@ public class ErpPurchaseOrder extends BaseEntity {
|
||||
/**
|
||||
* 订单状态
|
||||
*/
|
||||
private Long orderStatus;
|
||||
private Integer orderStatus;
|
||||
/**
|
||||
* 下达人
|
||||
*/
|
||||
private String confirmBy;
|
||||
/**
|
||||
* 下达时间
|
||||
*/
|
||||
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
||||
private Date confirmTime;
|
||||
/**
|
||||
* 删除标志
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user