完成时间字段查询 推送字段查询
This commit is contained in:
+6
@@ -142,4 +142,10 @@ public class StockShelfOrderPO extends StockInOrderBasePO {
|
||||
|
||||
@ApiModelProperty("是否报关")
|
||||
private Long needCustomsDeclaration;
|
||||
|
||||
@ApiModelProperty("完成时间")
|
||||
@JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8")
|
||||
@DateTimeFormat(pattern = "yyyy-MM-dd")
|
||||
@Excel(name = "完成时间", width = 30, dateFormat = "yyyy-MM-dd")
|
||||
private Date completionTime;
|
||||
}
|
||||
Reference in New Issue
Block a user