LaJiFenLei/Waste.Web.Entry/Pages/Device/Product.cshtml.cs

21 lines
434 B
C#

using Microsoft.AspNetCore.Mvc;
using Microsoft.AspNetCore.Mvc.RazorPages;
using System.Collections.Generic;
using System.Threading.Tasks;
using System;
using Waste.Application;
using Waste.Application.ThirdApiInfo;
using Waste.Domain;
using Waste.Domain.DataModel;
using Nirvana.Common;
namespace Waste.Web.Entry.Pages.Device
{
public class ProductModel : BaseModel
{
public void OnGet()
{
}
}
}