using System; using System.Collections.Generic; using System.Text; using DBUtility; namespace SCM { public class Cls_S_IF_StockInRequestBillList : Cls_S_Xt_BaseBill { public Cls_S_IF_StockInRequestBillList() { base.ViewName = "h_v_IF_StockInRequestBillList_Source"; base.mvarReportTitle = "入库申请单"; base.mvarItemKey = "1241"; base.sCondtion = " "; base.sOrderSql = " order by 单据号 desc,hsubid "; base.sKeyCol = "单据号"; } } }