using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace HTIS.Model
{
public class T_BD_PublicModel
{
///
/// 提示消息
///
public string msg { get; set; }
///
/// 处理结果
///
public bool result { get; set; }
public bool IsSuccess { get; set; }
public int STATUS { get; set; }
}
}