7aa2a0e0 by xiaojie

【数据资产】

1、会员表增加统一社会信用代码
1 parent 11b2eb46
...@@ -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 = "公司简称")
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!