zhangchuanxing 4 kuukautta sitten
vanhempi
commit
de28de28fe
1 muutettua tiedostoa jossa 14 lisäystä ja 13 poistoa
  1. 14 13
      models/db_init.go

+ 14 - 13
models/db_init.go

@@ -119,20 +119,21 @@ func init() {
 		new(roadshow.RsCalendarResearcher),
 		new(roadshow.RsMatters),
 		new(roadshow.RsCalendarRelation),
-		new(company_product_update_log.CompanyProductUpdateLog),                                    //客户产品状态变更记录表
-		new(user_template_record.UserTemplateRecord),                                               //模版消息记录表
-		new(chart_permission.ChartPermission),                                                      // 品种权限表
-		new(company_product_try_out_update_log.CompanyProductTryOutUpdateLog),                      //客户产品试用变更状态表
+		new(roadshow.RsCalendarApiLog),
+		new(company_product_update_log.CompanyProductUpdateLog),               //客户产品状态变更记录表
+		new(user_template_record.UserTemplateRecord),                          //模版消息记录表
+		new(chart_permission.ChartPermission),                                 // 品种权限表
+		new(company_product_try_out_update_log.CompanyProductTryOutUpdateLog), //客户产品试用变更状态表
 		new(company_product_try_out_update_permission_log.CompanyProductTryOutUpdatePermissionLog), //客户产品试用变更品种详情表
-		new(english_company.EnglishCompany),                                                        // 英文客户表
-		new(cygx_company_user_type.CygxCompanyUserType),                                            // 英文客户表
-		new(cygx.CygxActivitySpecialTripBill),                                                      // 专项调研确定行程活动报名流水表
-		new(cygx.CygxActivitySpecialPermissionPoints),                                              //权益公司专项调研各行业点数剩余表
-		new(cygx_allocation_company_contract.CygxAllocationCompanyContract),                        //权益合同派点(研究员)
-		new(cygx_allocation_company_contract.CygxAllocationCompanyContractLog),                     //权益合同派点日志(研究员)
-		new(cygx_allocation_company_contract.CygxAllocationCompanyContractPermission),              //权益合同派点(行业)
-		new(cygx_allocation_company_contract.CygxAllocationCompanyContractPermissionLog),           //权益合同派点日志(行业)
-		new(company_renewal_record.CompanyRenewalRecord),                                           // 客户续约状态记录表
+		new(english_company.EnglishCompany),                                              // 英文客户表
+		new(cygx_company_user_type.CygxCompanyUserType),                                  // 英文客户表
+		new(cygx.CygxActivitySpecialTripBill),                                            // 专项调研确定行程活动报名流水表
+		new(cygx.CygxActivitySpecialPermissionPoints),                                    //权益公司专项调研各行业点数剩余表
+		new(cygx_allocation_company_contract.CygxAllocationCompanyContract),              //权益合同派点(研究员)
+		new(cygx_allocation_company_contract.CygxAllocationCompanyContractLog),           //权益合同派点日志(研究员)
+		new(cygx_allocation_company_contract.CygxAllocationCompanyContractPermission),    //权益合同派点(行业)
+		new(cygx_allocation_company_contract.CygxAllocationCompanyContractPermissionLog), //权益合同派点日志(行业)
+		new(company_renewal_record.CompanyRenewalRecord),                                 // 客户续约状态记录表
 	)
 
 	// 社区问答相关