101captain
2021-12-23 5a8a90c095280fbd2106869ecd2bad10e01a57a6
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/entity/ComActWarehouseDonates.java
@@ -115,4 +115,21 @@
    @ApiModelProperty(value = "社区id")
    private Long communityId;
    /**
     * 登记人
     */
    @ApiModelProperty(value = "登记人")
    private Long registerBy;
    /**
     * 签收人
     */
    @ApiModelProperty(value = "签收人")
    private Long signingBy;
    public interface status {
        int dqs = 1;
        int yqs = 2;
        int yqx = 3;
    }
}