CZT
2023-11-02 92be463c5a038062c42d758a6e18be62955007a7
src/main/java/com/fzzy/api/entity/Api1108.java
@@ -92,13 +92,13 @@
    private String czclfs;
    @PropertyDef(label = "保质期")
    @Column(name = "bzq", length = 20)
    @JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd", timezone = "GMT+8")
    @Column(name = "bzq")
    @JSONField(format = "yyyy-MM-dd")
    private Date bzq;
    @PropertyDef(label = "采购日期")
    @JSONField(format = "yyyy-MM-dd")
    @Column(name = "cgrq", nullable = false)
    @Column(name = "cgrq")
    private Date cgrq;
    @PropertyDef(label = "库存数量")
@@ -115,7 +115,7 @@
    @PropertyDef(label = "最后更新时间")
    @JSONField(format = "yyyy-MM-dd HH:mm:ss")
    @Column(name = "zhgxsj", nullable = false)
    @Column(name = "zhgxsj")
    private Date zhgxsj;
}