Compare commits

...

2 Commits

Author SHA1 Message Date
冉成楼 2e19be07e9 1 2025-04-22 11:22:26 +08:00
冉成楼 e290217f39 11 2025-04-22 11:22:21 +08:00
2 changed files with 0 additions and 5 deletions

View File

@ -184,9 +184,5 @@ namespace OpenAuth.Repository.Domain
/// Nullable:True
/// </summary>
public string shipin { get; set; }
[SugarColumn(IsIgnore = true)]
public string BizCode { get; set; } = "TD11";
}
}

View File

@ -28,7 +28,6 @@ namespace OpenAuth.WebApi.Controllers
/// 分页
/// </summary>
[HttpGet]
[AllowAnonymous]
public async Task<Response<PageInfo<List<IdleLand>>>> LoadPage([FromQuery] PageReq request)
{
return await app.LoadPage(request);