7aa2a0e0 by xiaojie

【数据资产】

1、会员表增加统一社会信用代码
1 parent 11b2eb46
......@@ -38,6 +38,12 @@ public class TenantRQVO extends CsbrBaseVO {
private String tenantName;
/**
* 统一社会信用代码
*/
@Schema(description = "统一社会信用代码")
private String socialCreditCode;
/**
* 公司简称
*/
@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!