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