初始化项目
This commit is contained in:
@@ -6,12 +6,11 @@ import (
|
||||
|
||||
// AdSource 广告源实体
|
||||
type AdSource struct {
|
||||
Id int64 `json:"id"` // 主键ID
|
||||
Id string `json:"id"` // 主键ID
|
||||
CreatedAt time.Time `json:"createdAt"` // 创建时间
|
||||
UpdatedAt time.Time `json:"updatedAt"` // 更新时间
|
||||
Creator string `json:"creator"` // 创建者
|
||||
Updater string `json:"updater"` // 更新者
|
||||
TenantId int64 `json:"tenantId"` // 租户ID
|
||||
IsDeleted bool `json:"isDeleted"` // 是否删除
|
||||
|
||||
// 基本信息
|
||||
|
||||
Reference in New Issue
Block a user