jhz
2022-09-27 1635619600198b3ce66a270399ec923ae2a2244f
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
using System;
using System.Collections.Generic;
using System.Text;
using DBUtility;
 
namespace SCM
{
    public class Cls_S_IF_ICMOReportBillList : Cls_S_Xt_BaseBill
    {
        public Cls_S_IF_ICMOReportBillList()
        {
            base.ViewName = "h_v_IF_ICMOReportBillList_Source";
            base.mvarReportTitle = "生产汇报单";
            base.mvarItemKey = "3711";
            base.sCondtion = "  ";
            base.sOrderSql = "   order by 单据号 desc,HSubID  ";
            base.sKeyCol = "部门";
        }
 
    }
}