出厂日期类型修改
This commit is contained in:
parent
fc272a7cfa
commit
97ce2b0e6f
|
|
@ -50,7 +50,7 @@ public class PurchaseDto {
|
|||
private Integer status;
|
||||
|
||||
@ApiModelProperty(value = "出厂日期")
|
||||
private Date productDate;
|
||||
private String productDate;
|
||||
|
||||
@ApiModelProperty(value = "二级明细id")
|
||||
private String purchaseId;
|
||||
|
|
|
|||
|
|
@ -38,7 +38,6 @@ public class PurchaseVo {
|
|||
private String supplierName;
|
||||
|
||||
@ApiModelProperty(value="出厂日期")
|
||||
@JsonFormat(pattern="yyyy-MM-dd",timezone = "GMT+8")
|
||||
private String productDate;
|
||||
|
||||
@ApiModelProperty(value="到货时间")
|
||||
|
|
|
|||
Loading…
Reference in New Issue