宁波既有建筑外墙脱落问卷调查

This commit is contained in:
范露尧
2023-06-28 23:07:04 +08:00
parent 22d312934d
commit 352c658960
62 changed files with 3721 additions and 611 deletions

View File

@@ -3,12 +3,16 @@ using Microsoft.AspNetCore.Mvc;
namespace Ewide.Web.Entry.Controllers
{
[AllowAnonymous]
public class OutsideWallController : Controller
{
[AllowAnonymous]
public IActionResult Index()
{
return View();
}
public IActionResult Result()
{
return View();
}
}
}