using System; using System.Collections.Generic; using System.Text; using SQLHelper; using DBUtility; namespace DAL { /// /// 源单 生产任务单 LITE /// public class Cls_S_K3_ICMOBill_Lite : Cls_S_Xt_BaseBill { public Cls_S_K3_ICMOBill_Lite() { base.ViewName = "h_v_K3_ICMOBillList_Lite"; base.sShowItemSql = " * "; base.sCondtion = ""; base.sOrderSql = ""; // base.ViewName2 = "h_v_K3_ICMOBillList_Lite"; base.sShowItemSql2 = " * "; base.sCondtion2 = ""; base.sOrderSql2 = ""; } // } }