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

21 lines
394 B
C#
Raw Permalink Normal View History

2021-05-27 16:58:40 +08:00
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>
/// <20>ͻ<EFBFBD><CDBB>б<EFBFBD>
/// </summary>
public class IndexModel : BaseModel
{
public void OnGet()
{
}
}
}