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

21 lines
394 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Mvc;
using Microsoft.AspNetCore.Mvc.RazorPages;
using Nirvana.Common;
namespace Waste.Web.Entry.Pages.Business
{
/// <summary>
/// ¿Í»§Áбí
/// </summary>
public class IndexModel : BaseModel
{
public void OnGet()
{
}
}
}