platform-modules/platform-zhyl/src/main/java/cn/cetc54/platform/zhyl/entity/SubsidyLog.java
@@ -31,13 +31,6 @@ @ApiModelProperty(value = "区域id") private String areaId; @Column( length = 20 ,name = "year") @ApiModelProperty(value = "登记年份") private String year; @Column( length = 20 ,name = "month") @ApiModelProperty(value = "登记月份") private String month; @Column( length = 1 ,name = "type") @ApiModelProperty(value = "补助类型") @@ -51,9 +44,6 @@ @ApiModelProperty(value = "服务对象id") private String duixiangId; @Column( length = 1 ,name = "state") @ApiModelProperty(value = "状态,") private Integer state; }