|
|
@ -68,4 +68,9 @@ public class PurchaseBillExVo implements Vo { |
|
|
|
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone = "GMT+8") |
|
|
|
@ApiModelProperty("最后修改时间") |
|
|
|
private Date modifyTime; |
|
|
|
|
|
|
|
@ApiModelProperty("收货状态value") |
|
|
|
private String receiveStateValue; |
|
|
|
@ApiModelProperty("发货状态value") |
|
|
|
private String deliveryStateValue; |
|
|
|
} |
|
|
|