wangrenhuang
2023-11-21 1cc34b1ca79017139b79756dcd6247eb47fc41b6
phis-feign/src/main/java/com/hz/his/dto/material/ConsumablesDto.java
@@ -33,9 +33,9 @@
    /** 采购价  */
    private Number purchasePrice;
    /** 可销售的  */
    private Number salable;
    private Boolean salable;
    /** 售价  */
    private String sellingPrice;
    private Number sellingPrice;
    /** 规格  必填*/
    private String spec;
    /** 标准编码  */
@@ -45,7 +45,7 @@
    /** 单位  必填*/
    private String unit;
    /** 物资类型(商品/药品) */
    /** 物资类型(商品/药品) 必填*/
    private String type;
    /**类型- 商品*/