CZT
2023-08-25 4143abe3b122c303230464a1147fde23cd3c3064
igds-recir/src/main/java/com/ld/igds/models/Drug.java
@@ -108,7 +108,7 @@
    @Column(name = "COUNT_")
    @PropertyDef(label = "库存量")
    private int count = 0;
    private Double count = 0.0;
    @Column(name = "kcsldw", length = 1)
    @PropertyDef(label = "库存量单位", description = "1(默认):公斤;2:克;3:毫升;")