springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/entity/ComActWarehouseOperation.java
@@ -28,13 +28,13 @@ private static final long serialVersionUID = -74893029545359720L; @TableId(type = IdType.ASSIGN_ID) private Integer id; private Long id; /** * 物品id */ @ApiModelProperty(value = "物品id") private Integer goodsId; private Long goodsId; /** * 操作内容 @@ -52,7 +52,7 @@ * 操作人 */ @ApiModelProperty(value = "操作人") private Integer userId; private Long userId; /** *类型 1签收,取消操作 2捐赠操作 @@ -64,7 +64,7 @@ * 申请id */ @ApiModelProperty(value = "申请id") private Integer applyId; private Long applyId; public interface type{ int bxs=1;