rx
2024-08-05 d621324bcf6c5a26f058b24e0f4d2930f41840f4
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;
    /**类型- 商品*/