using Admin.NET.Core.Helper.ExcelHelper;
using Furion.Extras.Admin.NET;
using Microsoft.EntityFrameworkCore;
namespace Admin.NET.Application
{
///
/// ²éѯ$ChinaComment$Êä³ö²ÎÊý
///
public class $EntityName$Output : BasicsDEntity
{
$QueryOutputAttributes$
}
///
/// µ¼³ö$ChinaComment$Êä³ö²ÎÊý
///
public class Export$EntityName$Output
{
$ExportOutputAttributes$
}
}