mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2026-02-18 22:26:23 +08:00
🔄refactor: 完善代码生成器
This commit is contained in:
@@ -116,7 +116,7 @@ const handleSearch = () => {
|
||||
```csharp
|
||||
public class XXApp : SqlSugarBaseApp<XX>
|
||||
{
|
||||
public async Task<TableData> Load(QueryXXListReq request)
|
||||
public async Task<PagedDynamicDataResp> Load(QueryXXListReq request)
|
||||
{
|
||||
//...
|
||||
if (!string.IsNullOrEmpty(request.sqlWhere))
|
||||
|
||||
Reference in New Issue
Block a user