yusijie
2023-08-30 02bfe366088dd52dd143239a94ea45a1e3e898fe
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
 
namespace WebAPI.Models
{
    public class Gy_Process
    {
        public long HItemID { get; set; }
        public string HNumber { get; set; }       // 代码
        public string HName { get; set; }         //  
        public string HHelpCode { get; set; }      //助记码
        public string HShortNumber { get; set; }   //短代码
        public bool HEndFlag { get; set; }      //末级标志
        public bool HStopflag { get; set; }     //禁用标志
        public string HRemark { get; set; }       //备注
        public string HUseFlag { get; set; }      //使用标志
        public long HParentID { get; set; }      //父级ID
        public bool HTypeFlow { get; set; }
        public bool HTypeCount { get; set; }
        public string HDeptNumber { get; set; }
        public string HBarCode { get; set; }
        public string HLevel { get; set; }
        public long HProcessID_K3 { get; set; }
        public string HType { get; set; }
        public bool HAutoTrunFlag { get; set; }
        public string HFixPrice { get; set; }
        public string HOverFixPrice { get; set; }
        public string HSNo { get; set; }
        public string HProcMulID { get; set; }
        public string HProcCheckNote { get; set; }
        public long HDeptID { get; set; }
        public long HEmpQty { get; set; }
        public long HProcID { get; set; }
        public int HUSEORGID { get; set; }
        public bool HTProcessFlag { get; set; }
 
        public string HBarCodeForBase { get; set; }
        
        public long HWorkCenterID { get; set; }
        public long HBadWHID { get; set; }
        public long HWasterWHID { get; set; }
        public long HBadCountDevelopWHID { get; set; }
        public long HWWBadWHID { get; set; }
        public long HWWWasterWHID { get; set; }
        public long HWHID { get; set; }
        public int HQCSchemeID_Fst { get; set; }
        public int HQCSchemeID_Proc { get; set; }
        public int HQCSchemeID_Patrol { get; set; }
    }
}