CZT
2023-11-17 7acebbb64838e26f38f45b9ce51b568841eb5a18
src/main/java/com/fzzy/async/fzzy40/entity/Fz40Quality.java
@@ -118,11 +118,11 @@
    @PropertyDef(label = "样品数量", required = true)
    @Column(name = "ypsl", precision = 20, scale = 6)
    private double ypsl;
    private Double ypsl;
    @PropertyDef(label = "代表数量")
    @Column(name = "dbsl", precision = 20, scale = 6)
    private double dbsl;
    private Double dbsl;
    @PropertyDef(label = "样品等级")
    @Column(name = "ypdj", length = 2)
@@ -139,11 +139,5 @@
    @Column(name = "UPDATE_TIME_")
    @PropertyDef(label = "数据更新时间")
    private Date updateTime;
//
//    /**
//     * 化验项目明细
//     */
//    @Transient
//    private List<CheckItemData> checkItems;
}