【数据资产】
1、会员表增加统一社会信用代码
Showing
1 changed file
with
6 additions
and
0 deletions
| ... | @@ -38,6 +38,12 @@ public class TenantRQVO extends CsbrBaseVO { | ... | @@ -38,6 +38,12 @@ public class TenantRQVO extends CsbrBaseVO { |
| 38 | private String tenantName; | 38 | private String tenantName; |
| 39 | 39 | ||
| 40 | /** | 40 | /** |
| 41 | * 统一社会信用代码 | ||
| 42 | */ | ||
| 43 | @Schema(description = "统一社会信用代码") | ||
| 44 | private String socialCreditCode; | ||
| 45 | |||
| 46 | /** | ||
| 41 | * 公司简称 | 47 | * 公司简称 |
| 42 | */ | 48 | */ |
| 43 | @Schema(description = "公司简称") | 49 | @Schema(description = "公司简称") | ... | ... |
-
Please register or sign in to post a comment