ota时间搜索

This commit is contained in:
zhn
2023-08-18 16:03:41 +08:00
parent 50fbdd113e
commit 7451f279df
@@ -113,10 +113,14 @@ public class OtaManageApplyEO implements Serializable {
@TableField(exist = false)
@ApiModelProperty(value = "软件发布时间-开始")
@JsonFormat(timezone = "GMT+8",pattern = "yyyy-MM-dd")
@DateTimeFormat(pattern="yyyy-MM-dd")
private java.util.Date softwareIssueTimeStart;
@TableField(exist = false)
@ApiModelProperty(value = "软件发布时间-结束")
@JsonFormat(timezone = "GMT+8",pattern = "yyyy-MM-dd")
@DateTimeFormat(pattern="yyyy-MM-dd")
private java.util.Date softwareIssueTimeEnd;
@TableField(exist = false)