101captain
2021-10-13 dbf2b1e00f5d688dfe5d07304bd1010b4f2b6747
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/entity/ComActWarehouseOperation.java
@@ -60,6 +60,12 @@
    @ApiModelProperty(value = "类型 1签收,取消操作 2捐赠操作")
    private Integer type;
    /**
     * 申请id
     */
    @ApiModelProperty(value = "申请id")
    private Integer applyId;
    public interface type{
        int bxs=1;
        int xs=2;