using System; using System.Collections.Generic; using System.Text; using SQLHelper; using DBUtility; namespace DAL { public class Cls_S_Crm_ClueBill : Cls_S_Xt_BaseBill { public Cls_S_Crm_ClueBill() { base.ViewName = "h_v_Crm_ClueBillList"; base.mvarReportTitle = "线索"; base.mvarItemKey = "4014"; base.sCondtion = " "; base.sOrderSql = " order by 单据号 desc,hsubid "; base.sKeyCol = "HMainID"; } } }