hudong
2025-06-30 1e20867615150dce50f2a834cfe277bfa4749dbb
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
//------------------------------------------------------------------------------
// <auto-generated>
//    此代码是根据模板生成的。
//
//    手动更改此文件可能会导致应用程序中发生异常行为。
//    如果重新生成代码,则将覆盖对此文件的手动更改。
// </auto-generated>
//------------------------------------------------------------------------------
 
namespace ConsoleApp1
{
    using System;
    using System.Collections.Generic;
    
    public partial class OI_WMS_OP_DEF
    {
        public string G_ID { get; set; }
        public string S_FACTORY { get; set; }
        public string S_OP_CODE { get; set; }
        public string S_OP_NAME { get; set; }
        public string S_NOTE { get; set; }
        public string S_START_WH { get; set; }
        public string S_START_AREA { get; set; }
        public string S_START_LOC { get; set; }
        public string S_END_WH { get; set; }
        public string S_END_AREA { get; set; }
        public string S_END_LOC { get; set; }
        public int N_PRIORITY { get; set; }
        public short N_WORK_MODE { get; set; }
        public short N_OP_TYPE { get; set; }
        public string C_ENABLE { get; set; }
    }
}