using System; using System.Collections.Generic; using System.Text; using DBUtility; namespace SCM { public class Cls_S_IF_ProductInBillList : Cls_S_Xt_BaseBill { public Cls_S_IF_ProductInBillList() { base.ViewName = "h_v_IF_ProductInBillList_Source"; base.mvarReportTitle = "生产入库单"; base.mvarItemKey = "1202"; base.sCondtion = " "; base.sOrderSql = " order by 单据号 desc,hsubid "; base.sKeyCol = "单据号"; } } }