Compare commits

..

No commits in common. "2e19be07e99329ed2f0581eed2f7527c2b057bf1" and "9cf692ee3ce9ac9c75729a825271fd02922292af" have entirely different histories.

2 changed files with 5 additions and 0 deletions

View File

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

View File

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