Compare commits
No commits in common. "2e19be07e99329ed2f0581eed2f7527c2b057bf1" and "9cf692ee3ce9ac9c75729a825271fd02922292af" have entirely different histories.
2e19be07e9
...
9cf692ee3c
|
|
@ -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";
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue