using System; using System.Collections.Generic; using System.Text; using SQLHelper; using DBUtility; namespace DAL { public class Cls_S_K3_ICMOBill:Cls_S_Xt_BaseBill { //const string ViewName = "h_v_K3_ICMOBillList_add"; /// /// 排程调用 /// public Cls_S_K3_ICMOBill() { base.ViewName = "h_v_K3_ICMOBillList_add"; base.mvarReportTitle = "生产任务单"; base.mvarItemKey = "3710"; base.sCondtion = ""; base.sOrderSql = " order by 单据号 desc,hsubid "; base.sKeyCol = "批次"; base.ViewName2 = "h_v_K3_ICMOBillList_add2"; base.mvarReportTitle2 = "生产任务单"; base.mvarItemKey2 = "3710"; base.sCondtion2 = ""; base.sOrderSql2 = " order by 单据号 desc,hsubid "; base.sKeyCol2 = "批次"; } } }