using System; using System.Collections.Generic; using System.Text; using DBUtility; namespace SCM { public class Cls_S_IF_MateOutBackBillList : Cls_S_Xt_BaseBill { public Cls_S_IF_MateOutBackBillList() { base.ViewName = "h_v_IF_MateOutBackBillList_Source"; base.mvarReportTitle = "生产退料单"; base.mvarItemKey = "1244"; base.sCondtion = " "; base.sOrderSql = " order by 单据号 desc,hsubid "; base.sKeyCol = "单据号"; } } }