杨乐
2022-01-13 cfe55175359d72d55f63615d7a4b16ff48c9aadb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
using System;
using System.Collections.Generic;
using System.Text;
using SQLHelper;
using DBUtility;
 
namespace DAL
{
    /// <summary>
    /// 源单 生产任务单 LITE
    /// </summary>
    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 = "";
        }
        //
      
        
    }
}