Compare commits
2 Commits
9cf692ee3c
...
2e19be07e9
| Author | SHA1 | Date |
|---|---|---|
|
|
2e19be07e9 | |
|
|
e290217f39 |
|
|
@ -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";
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue