|
@@ -70,6 +70,9 @@ public class TenantApplyRecordWrapper {
|
|
|
@AllArgsConstructor
|
|
|
@ApiModel(" TenantApplyRecord-机构入驻申请记录")
|
|
|
public static class TenantApplyRecord {
|
|
|
+ @ApiModelProperty("id")
|
|
|
+ private Integer id;
|
|
|
+
|
|
|
@ApiModelProperty("名称")
|
|
|
private String name;
|
|
|
|
|
@@ -107,6 +110,10 @@ public class TenantApplyRecordWrapper {
|
|
|
@ApiModelProperty("审核理由")
|
|
|
private String reason;
|
|
|
|
|
|
+
|
|
|
+ @ApiModelProperty("简介")
|
|
|
+ private String briefIntroduction;
|
|
|
+
|
|
|
public String jsonString() {
|
|
|
return JSON.toJSONString(this);
|
|
|
}
|