Ver código fonte

feat:代码调整

fuwencai 6 meses atrás
pai
commit
9d3bfbe814

+ 0 - 27
newuserSend/internal/dao/d_scopeclass_code.go

@@ -1,27 +0,0 @@
-// =================================================================================
-// This file is auto-generated by the GoFrame CLI tool. You may modify it as needed.
-// =================================================================================
-
-package dao
-
-import (
-	"newuserSend/internal/dao/internal"
-)
-
-// internalDScopeclassCodeDao is an internal type for wrapping the internal DAO implementation.
-type internalDScopeclassCodeDao = *internal.DScopeclassCodeDao
-
-// dScopeclassCodeDao is the data access object for the table d_scopeclass_code.
-// You can define custom methods on it to extend its functionality as needed.
-type dScopeclassCodeDao struct {
-	internalDScopeclassCodeDao
-}
-
-var (
-	// DScopeclassCode is a globally accessible object for table d_scopeclass_code operations.
-	DScopeclassCode = dScopeclassCodeDao{
-		internal.NewDScopeclassCodeDao(),
-	}
-)
-
-// Add your custom methods and functionality below.

+ 0 - 23
newuserSend/internal/model/do/d_scopeclass_code.go

@@ -1,23 +0,0 @@
-// =================================================================================
-// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
-// =================================================================================
-
-package do
-
-import (
-	"github.com/gogf/gf/v2/frame/g"
-)
-
-// DScopeclassCode is the golang structure of table d_scopeclass_code for DAO operations like Where/Data.
-type DScopeclassCode struct {
-	g.Meta  `orm:"table:d_scopeclass_code, do:true"`
-	Code    interface{} // 分类代码
-	Pcode   interface{} // 父级代码
-	Level   interface{} // 分类级别
-	Name    interface{} // 分类名称
-	Remark  interface{} // 备注
-	SzLevel interface{} //
-	SzLeaf  interface{} //
-	SzPid0  interface{} //
-	SzPid1  interface{} //
-}

+ 0 - 18
newuserSend/internal/model/entity/d_scopeclass_code.go

@@ -1,18 +0,0 @@
-// =================================================================================
-// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
-// =================================================================================
-
-package entity
-
-// DScopeclassCode is the golang structure for table d_scopeclass_code.
-type DScopeclassCode struct {
-	Code    string `json:"code"    orm:"code"     description:"分类代码"` // 分类代码
-	Pcode   string `json:"pcode"   orm:"pcode"    description:"父级代码"` // 父级代码
-	Level   string `json:"level"   orm:"level"    description:"分类级别"` // 分类级别
-	Name    string `json:"name"    orm:"name"     description:"分类名称"` // 分类名称
-	Remark  string `json:"remark"  orm:"remark"   description:"备注"`   // 备注
-	SzLevel int64  `json:"sZLEVEL" orm:"SZ_LEVEL" description:""`     //
-	SzLeaf  int64  `json:"sZLEAF"  orm:"SZ_LEAF"  description:""`     //
-	SzPid0  string `json:"sZPID0"  orm:"SZ_PID0"  description:""`     //
-	SzPid1  string `json:"sZPID1"  orm:"SZ_PID1"  description:""`     //
-}

+ 0 - 2
newuserSend/manifest/config/config.yaml

@@ -13,8 +13,6 @@ logger:
 database:
   default:
     link: "mysql:root:=PDT49#80Z!RVv52_z@tcp(192.168.3.14:4000)/jianyu"
-  crm:
-    link: "mysql:datagroup:Dgrpdb#2024@36@tcp(192.168.3.149:4000)/jianyu_subjectdb_test"
 siteMsg:
   addr: "https://web-qmx_admin.jydev.jianyu360.com/api/admin/"
   action: "/message/sendMessageApi"