极客指定线路

This commit is contained in:
“wanyongkang”
2021-03-30 14:37:23 +08:00
parent 695f6b70ec
commit b91ff0dfe8
6 changed files with 145 additions and 6 deletions

View File

@@ -532,6 +532,13 @@ namespace Home.Controllers
var ret = await m_ProductAccountService.Query(exp, true).OrderByDescending(m=>m.Id).ToListAsync();
return View(ret);
}
[HttpGet]
[UserAuth]
public async Task<IActionResult> AssignAddress([FromQuery]AccountSearchModel request=null )
{
return View();
}
[HttpGet]
[UserAuth]