杨乐
2022-01-17 ae23855fd7af654b5fc1027f6fb76f8b58d27118
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
using System;
using System.Collections.Generic;
using System.Text;
 
namespace DAL
{
    public class Cls_S_Sc_ICMOSortHisBill : Cls_S_Xt_BaseBill
    {
 
        public Cls_S_Sc_ICMOSortHisBill()
        {
            base.ViewName = "h_v_Sc_ICMOSortBillHisList_Source";
            base.mvarReportTitle = "生产派工单";
            base.mvarItemKey = "3708";
            base.sCondtion = "  and HRelationQty<本日计划数 ";
            base.sOrderSql = " order by 日期,hsubid";
            base.sKeyCol = "部门";
        }
        //
          
 
        
    }
}