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

17 lines
291 B
C#
Raw Normal View History

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