LaJiFenLei/Waste.Web.Entry/Pages/Role/Index.cshtml.cs

15 lines
227 B
C#
Raw Permalink Normal View History

2025-07-16 17:37:16 +08:00
using Microsoft.AspNetCore.Mvc;
using Nirvana.Common;
using System.Threading.Tasks;
namespace Waste.Web.Entry.Pages.Role
{
public class IndexModel : BaseModel
{
public void OnGet()
{
}
}
}