feat:代码生成新增字段导出设置
This commit is contained in:
@@ -94,7 +94,7 @@ namespace ZR.Admin.WebApi.Controllers
|
||||
//查询原表数据,部分字段映射到代码生成表字段
|
||||
var rows = GenTableService.GetGenTables(new GenTable() { TableName = tableName }, pagerInfo);
|
||||
|
||||
return SUCCESS(rows);
|
||||
return SUCCESS(rows, "MM月dd日 HH:mm");
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user