You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
1008 B
27 lines
1008 B
// ================================================================================= |
|
// This is auto-generated by GoFrame CLI tool only once. Fill this file as you wish. |
|
// ================================================================================= |
|
|
|
package dao |
|
|
|
import ( |
|
"tyj_admin/internal/dao/internal" |
|
) |
|
|
|
// internalAdvertisementOceanegine1Dao is internal type for wrapping internal DAO implements. |
|
type internalAdvertisementOceanegine1Dao = *internal.AdvertisementOceanegine1Dao |
|
|
|
// advertisementOceanegine1Dao is the data access object for table advertisement_oceanegine_1. |
|
// You can define custom methods on it to extend its functionality as you wish. |
|
type advertisementOceanegine1Dao struct { |
|
internalAdvertisementOceanegine1Dao |
|
} |
|
|
|
var ( |
|
// AdvertisementOceanegine1 is globally public accessible object for table advertisement_oceanegine_1 operations. |
|
AdvertisementOceanegine1 = advertisementOceanegine1Dao{ |
|
internal.NewAdvertisementOceanegine1Dao(), |
|
} |
|
) |
|
|
|
// Fill with you ideas below.
|
|
|