src/main/java/org/springblade/modules/social/entity/Social.java
@@ -92,7 +92,7 @@ * 个人缴费额 */ @ApiModelProperty(value = "个人缴费额") private float amount ; private String amount ; /** * 参保时间 */ @@ -105,6 +105,7 @@ */ @ApiModelProperty(value = "单位id") private String deptid; private String jurisdiction; @TableId(value = "id", type = IdType.AUTO) private Integer id;