using System; using System.Data; using System.Collections.Generic; using System.Linq; using QMFrameWork.Data.Attributes; using QMAPP.Entity.QueryTL.Entity; namespace QMAPP.Entity.QueryTL { /// /// 查询模板查询条件设置 /// 创建者:李炳海 /// 创建日期:2014.8.11 /// [Serializable] [DBTable(TableName = "T_QM_TEMPLATEWHERE")] public class TemplateWhere : T_QM_TEMPLATEWHERE { } }