//------------------------------------------------------------------------------ // // 此代码是根据模板生成的。 // // 手动更改此文件可能会导致应用程序中发生异常行为。 // 如果重新生成代码,则将覆盖对此文件的手动更改。 // //------------------------------------------------------------------------------ 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; } } }