21 lines
394 B
C#
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>
|
|||
|
|
/// <20>ͻ<EFBFBD><CDBB>б<EFBFBD>
|
|||
|
|
/// </summary>
|
|||
|
|
public class IndexModel : BaseModel
|
|||
|
|
{
|
|||
|
|
public void OnGet()
|
|||
|
|
{
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
}
|