mirror of
https://gitee.com/xiangheng/x_admin.git
synced 2025-10-06 08:37:12 +08:00
代码生成:批量删除
This commit is contained in:
@@ -18,8 +18,8 @@ type Col struct {
|
||||
Key string
|
||||
Width int // 宽度
|
||||
Replace map[string]any //实现值的替换
|
||||
Encode func(value any) any //暂未使用
|
||||
Decode func(value any) (any, error) //实现类型、值的替换
|
||||
Encode func(value any) any //编码函数-导出,(先Encode后Replace)
|
||||
Decode func(value any) (any, error) //解码函数-导入,(先Replace后Decode)
|
||||
}
|
||||
|
||||
// 定义编码接口
|
||||
|
Reference in New Issue
Block a user