using System; using System.Collections.Generic; using System.Text; using SQLHelper; using DBUtility; namespace DAL { public class Cls_S_Crm_CusAppealDisposeBill : Cls_S_Xt_BaseBill { // public Cls_S_Crm_CusAppealDisposeBill() { base.ViewName = "h_v_Crm_CusAppealDisposeBillList"; base.mvarReportTitle = "客户投诉处理单"; base.mvarItemKey = "3032"; base.sCondtion = " and isnull(审核人,'')<>'' "; base.sOrderSql = " order by 单据号 desc,hsubid "; base.sKeyCol = "产品名称"; } } }