Andru
2023-12-13 fc3a12040d6ec88f99c2a4cbe2afb16215ac5ae4
phis-feign/src/main/java/com/hz/his/dto/treat/TreatAfterProjectDto.java
@@ -11,5 +11,12 @@
    /**项目关联类型,不传默认项目sku*/
    private Integer type;
    /**公共标识*/
    private Integer commonId;
    private String commonId;
    /**类型-项目SKU*/
    public static final Integer TYPE_SKU = 0;
    /**类型-项目SPU*/
    public static final Integer TYPE_SPU = 1;
    /**类型-项目所属末级分类*/
    public static final Integer TYPE_TYPE = 2;
}