fhx
2023-08-15 e443c3280a5db30172f205f465ca3e3c8294decb
phis-feign/src/main/java/com/hz/his/dto/material/ConsumablesDto.java
@@ -7,6 +7,8 @@
 */
@Data
public class ConsumablesDto {
    /** 领建id 修改必填必填 */
    private String hisId;
    /** 中文简称  */
    private String aliasCHS;
@@ -26,14 +28,14 @@
    private String nameENG;
    /** 备注  */
    private String note;
    /** 编号 必填  */
    /** 编号 必填  (注意编号不能重复)*/
    private String number;
    /** 采购价  */
    private Number purchasePrice;
    /** 可销售的  */
    private Number salable;
    private Boolean salable;
    /** 售价  */
    private String sellingPrice;
    private Number sellingPrice;
    /** 规格  必填*/
    private String spec;
    /** 标准编码  */
@@ -43,7 +45,7 @@
    /** 单位  必填*/
    private String unit;
    /** 物资类型(商品/药品) */
    /** 物资类型(商品/药品) 必填*/
    private String type;
    /**类型- 商品*/