瀏覽代碼

wip:提交

fuwencai 2 年之前
父節點
當前提交
5418f5fad5
共有 1 個文件被更改,包括 6 次插入6 次删除
  1. 6 6
      entity/code.go

+ 6 - 6
entity/code.go

@@ -7,12 +7,12 @@ const (
 	CODE_MEDICAL_INSTITUTION_LEVEL = "code_level"
 	CODE_MEDICAL_INSTITUTION_TYPE  = "code_type"
 	DOMAIN_CAPITAL_RETENTION       = "capital_retention"
-	TableDomainEntClaim            = "domain_ent_claim"     // 认领表
-	TableCompanyBasInfo            = "company_baseinfo"     // 企业信息表
-	TableCodeArea                  = "code_area"            // 区域代码表
-	TableInstitutionBaseInfo       = "institution_baseinfo" // 机构信息表
-	TableEntnicheCustomer          = ""                     // 商机管理服务客户表
-	TableEntnicheUserCustomer      = ""                     // 商机管理服务客户关注表
+	TableDomainEntClaim            = "domain_ent_claim"       // 认领表
+	TableCompanyBasInfo            = "company_baseinfo"       // 企业信息表
+	TableCodeArea                  = "code_area"              // 区域代码表
+	TableInstitutionBaseInfo       = "institution_baseinfo"   // 机构信息表
+	TableEntnicheCustomer          = "entniche_customer"      // 商机管理服务客户表
+	TableEntnicheUserCustomer      = "entniche_user_customer" // 商机管理服务客户关注表
 )
 
 // db