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