mirror of
https://github.com/TeaOSLab/EdgeAPI.git
synced 2025-11-23 23:10:26 +08:00
增加一些表设计
This commit is contained in:
@@ -20,7 +20,7 @@ func NewAPINodeDAO() *APINodeDAO {
|
||||
return dbs.NewDAO(&APINodeDAO{
|
||||
DAOObject: dbs.DAOObject{
|
||||
DB: Tea.Env,
|
||||
Table: "edgeApiNodes",
|
||||
Table: "edgeAPINodes",
|
||||
Model: new(APINode),
|
||||
PkName: "id",
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user