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