czt
2024-05-23 bd72ddc43f7d89d0d19e48ea98221fa9b1890e4b
src/main/java/com/fzzy/async/fzzy40/entity/Fz40Drug.java
@@ -86,10 +86,9 @@
    @PropertyDef(label = "残渣处理方式")
    private String czclfs;
    @Column(name = "bzq", length = 20)
    @PropertyDef(label = "保质期")
    @JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd", timezone = "GMT+8")
    private Date bzq;
    @Column(name = "bzq", length = 50)
    @PropertyDef(label = "保质期", description = "几年、几个月等")
    private String bzq;
//    @Column(name = "SPEC_", length = 50)
//    @PropertyDef(label = "规格说明")