using System; using System.Collections.Generic; using System.Text; using SQLHelper; using DBUtility; namespace DAL { public class Cls_S_CLD_ProdInBillList : Cls_S_Xt_BaseBill { //产品入库单 public Cls_S_CLD_ProdInBillList() { base.ViewName = "h_v_Kf_ProductInBillList_CLD"; base.mvarReportTitle = "CLD产品入库单"; base.mvarItemKey = "2"; base.sCondtion = " "; base.sOrderSql = " order by 单据号 desc "; base.sKeyCol = "部门"; //base.ViewName = "h_v_Kf_ProductInBillList_CLD"; //base.mvarReportTitle = "KD产品入库单"; //base.mvarItemKey = "2"; //base.sCondtion = " "; //base.sOrderSql = " order by 单据号 desc "; //base.sKeyCol = "部门"; } } }