fhx
2023-08-15 e443c3280a5db30172f205f465ca3e3c8294decb
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;
    /**类型- 商品*/