|
@@ -129,7 +129,8 @@ public class TenantApplyRecordWrapper {
|
|
|
@AllArgsConstructor
|
|
|
@ApiModel(" TenantApply-机构历史审核记录")
|
|
|
public static class TenantApply {
|
|
|
-
|
|
|
+ @ApiModelProperty("id")
|
|
|
+ private Long id;
|
|
|
|
|
|
@ApiModelProperty("机构申请记录id")
|
|
|
private Integer tenantApplyRecordId;
|