springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/entity/ComActWarehouseDonates.java
@@ -34,7 +34,7 @@ * 主键id */ @ApiModelProperty(value = "主键id") @TableId(type = IdType.AUTO) @TableId(type = IdType.ASSIGN_ID) private Long id; /** @@ -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; } }