杨前锦
2025-07-01 a93b0e99036c24b9bd58c79bf5e7364b1ba28bae
HH.WCS.Mobox3/HH.WCS.Mobox3.FJJT/models/OI_WMS_OP_DEF.cs
New file
@@ -0,0 +1,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; }
    }
}