using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using Cemetery_Manage_Information_System.Models.Common;
namespace Cemetery.Controllers.Common
{
public class ResponseHelper
{
public ResponseHelper() {
this.dataGrid =
new DataGrid();
}
public string Msg {
get;
set;}
public bool Resoult {
get;
set; }
public DataGrid dataGrid {
get;
set; }
}
}
转载于:https://www.cnblogs.com/siyunianhua/p/3831136.html
转载请注明原文地址: https://mac.8miu.com/read-4950.html