ResponseHelper

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; }
    }
}

 

posted @ 2014-07-08 11:19  韩梦芫  阅读(287)  评论(0编辑  收藏  举报