using System;
using System.Collections.Generic;
using System.Linq.Expressions;
using SCADA.CommonLib;
using SCADA.CommonLib.Data;
using SCADA.CommonLib.Data.DIL;
using SCADA.CommonLib.Data.DIL.Sqlite;
namespace DBSchema
{
public class SP
{
}
}
namespace DBNames
{
public static class T_Col_Name
{
///
/// Sys_User_Level
///
public class Sys_User_Level
{
///
///
///
public const string @ID = nameof(@ID);
///
///
///
public const string @UserLevel_Str = nameof(@UserLevel_Str);
}
///
/// sqlite_sequence
///
public class sqlite_sequence
{
///
///
///
public const string @name = nameof(@name);
///
///
///
public const string @seq = nameof(@seq);
}
///
/// Sys_TableManage
///
public class Sys_TableManage
{
///
///
///
public const string @ID = nameof(@ID);
///
///
///
public const string @OrgID_Int = nameof(@OrgID_Int);
///
///
///
public const string @SubINV_Str = nameof(@SubINV_Str);
///
///
///
public const string @TableName_Str = nameof(@TableName_Str);
///
///
///
public const string @TableComment_Str = nameof(@TableComment_Str);
///
///
///
public const string @Type_Str = nameof(@Type_Str);
///
///
///
public const string @ColumnFullName_Str = nameof(@ColumnFullName_Str);
///
///
///
public const string @ColumnName_Str = nameof(@ColumnName_Str);
///
///
///
public const string @ColumnComment_Str = nameof(@ColumnComment_Str);
///
///
///
public const string @DataType_Str = nameof(@DataType_Str);
///
///
///
public const string @NormalDisplayName_Str = nameof(@NormalDisplayName_Str);
///
///
///
public const string @SpecialDisplayName_Str = nameof(@SpecialDisplayName_Str);
///
///
///
public const string @IsShow_Bit = nameof(@IsShow_Bit);
///
///
///
public const string @ShowQuence_Int = nameof(@ShowQuence_Int);
///
///
///
public const string @DisplayFormat_Str = nameof(@DisplayFormat_Str);
///
///
///
public const string @IsReadOnly_Bit = nameof(@IsReadOnly_Bit);
///
///
///
public const string @IsVisibility_Bit = nameof(@IsVisibility_Bit);
///
///
///
public const string @StyleKey_Str = nameof(@StyleKey_Str);
///
///
///
public const string @IsUserColumn_Bit = nameof(@IsUserColumn_Bit);
///
///
///
public const string @ModifyTime_Dt = nameof(@ModifyTime_Dt);
///
///
///
public const string @ModifyUser_Str = nameof(@ModifyUser_Str);
///
///
///
public const string @CreateUser_Str = nameof(@CreateUser_Str);
///
///
///
public const string @CreateTime_Dt = nameof(@CreateTime_Dt);
///
///
///
public const string @Remark_Str = nameof(@Remark_Str);
///
///
///
public const string @IsEnable_Bit = nameof(@IsEnable_Bit);
///
///
///
public const string @IsActive_Bit = nameof(@IsActive_Bit);
///
///
///
public const string @IsPhantom_Bit = nameof(@IsPhantom_Bit);
}
///
/// Sys_Enum_AccessType
///
public class Sys_Enum_AccessType
{
///
///
///
public const string @ID = nameof(@ID);
///
///
///
public const string @AccessType_Int = nameof(@AccessType_Int);
///
///
///
public const string @AccessTypeName_Str = nameof(@AccessTypeName_Str);
///
///
///
public const string @AccessRemark_Str = nameof(@AccessRemark_Str);
}
///
/// Sys_User_UserRole
///
public class Sys_User_UserRole
{
///
///
///
public const string @ID = nameof(@ID);
///
///
///
public const string @OrgID_Int = nameof(@OrgID_Int);
///
///
///
public const string @RoleID_Str = nameof(@RoleID_Str);
///
///
///
public const string @UserID_Str = nameof(@UserID_Str);
///
///
///
public const string @CreateTime_Dt = nameof(@CreateTime_Dt);
///
///
///
public const string @ModifyTime_Dt = nameof(@ModifyTime_Dt);
///
///
///
public const string @ModifyUser_Str = nameof(@ModifyUser_Str);
///
///
///
public const string @CreateUser_Str = nameof(@CreateUser_Str);
///
///
///
public const string @Remark_Str = nameof(@Remark_Str);
///
///
///
public const string @IsEnable_Bit = nameof(@IsEnable_Bit);
///
///
///
public const string @IsActive_Bit = nameof(@IsActive_Bit);
///
///
///
public const string @IsPhantom_Bit = nameof(@IsPhantom_Bit);
}
///
/// Base_NGCode
///
public class Base_NGCode
{
///
///
///
public const string @ID = nameof(@ID);
///
///
///
public const string @OrgID_Int = nameof(@OrgID_Int);
///
///
///
public const string @NGCode_Str = nameof(@NGCode_Str);
///
///
///
public const string @NGType_Str = nameof(@NGType_Str);
///
///
///
public const string @NGDesc_Str = nameof(@NGDesc_Str);
///
///
///
public const string @Remark_Str = nameof(@Remark_Str);
///
///
///
public const string @CreateTime_Dt = nameof(@CreateTime_Dt);
}
///
/// App_Model_Info
///
public class App_Model_Info
{
///
///
///
public const string @ID = nameof(@ID);
///
///
///
public const string @OrgID_Int = nameof(@OrgID_Int);
///
///
///
public const string @AppName_Str = nameof(@AppName_Str);
///
///
///
public const string @ModelCode_Str = nameof(@ModelCode_Str);
///
///
///
public const string @ModelDesc_Str = nameof(@ModelDesc_Str);
///
///
///
public const string @Remark_Str = nameof(@Remark_Str);
///
///
///
public const string @CreateTime_Dt = nameof(@CreateTime_Dt);
}
///
/// App_CPK_Parameters
///
public class App_CPK_Parameters
{
///
///
///
public const string @ID = nameof(@ID);
///
///
///
public const string @OrgID_Int = nameof(@OrgID_Int);
///
///
///
public const string @AppName_Str = nameof(@AppName_Str);
///
///
///
public const string @ProductModel_Str = nameof(@ProductModel_Str);
///
///
///
public const string @ProjectName_Str = nameof(@ProjectName_Str);
///
///
///
public const string @ParameterName_Str = nameof(@ParameterName_Str);
///
///
///
public const string @HighLimit_Dec = nameof(@HighLimit_Dec);
///
///
///
public const string @LowLimit_Dec = nameof(@LowLimit_Dec);
///
///
///
public const string @CenterLimit_Dec = nameof(@CenterLimit_Dec);
///
///
///
public const string @GroupSize_Int = nameof(@GroupSize_Int);
///
///
///
public const string @Unit_Str = nameof(@Unit_Str);
///
///
///
public const string @CreateTime_Dt = nameof(@CreateTime_Dt);
///
///
///
public const string @YAxisMaxVal_Dec = nameof(@YAxisMaxVal_Dec);
///
///
///
public const string @YAxisMinVal_Dec = nameof(@YAxisMinVal_Dec);
///
///
///
public const string @CPL_Dec = nameof(@CPL_Dec);
///
///
///
public const string @CPU_Dec = nameof(@CPU_Dec);
}
///
/// Sys_User_RoleInfo
///
public class Sys_User_RoleInfo
{
///
///
///
public const string @ID = nameof(@ID);
///
///
///
public const string @OrgID_Int = nameof(@OrgID_Int);
///
///
///
public const string @RoleID_Str = nameof(@RoleID_Str);
///
///
///
public const string @RoleName_Str = nameof(@RoleName_Str);
///
///
///
public const string @ModifyTime_Dt = nameof(@ModifyTime_Dt);
///
///
///
public const string @ModifyUser_Str = nameof(@ModifyUser_Str);
///
///
///
public const string @CreateTime_Dt = nameof(@CreateTime_Dt);
///
///
///
public const string @CreateUser_Str = nameof(@CreateUser_Str);
///
///
///
public const string @Remark_Str = nameof(@Remark_Str);
///
///
///
public const string @IsEnable_Bit = nameof(@IsEnable_Bit);
///
///
///
public const string @IsActive_Bit = nameof(@IsActive_Bit);
///
///
///
public const string @IsPhantom_Bit = nameof(@IsPhantom_Bit);
}
///
/// Sys_User_UserInfo
///
public class Sys_User_UserInfo
{
///
///
///
public const string @ID = nameof(@ID);
///
///
///
public const string @OrgID_Int = nameof(@OrgID_Int);
///
///
///
public const string @UserID_Str = nameof(@UserID_Str);
///
///
///
public const string @UserName_Str = nameof(@UserName_Str);
///
///
///
public const string @PassWord_Str = nameof(@PassWord_Str);
///
///
///
public const string @UserLevelID_Int = nameof(@UserLevelID_Int);
///
///
///
public const string @CreateUser_Str = nameof(@CreateUser_Str);
///
///
///
public const string @CreateTime_Dt = nameof(@CreateTime_Dt);
///
///
///
public const string @ModifyTime_Dt = nameof(@ModifyTime_Dt);
///
///
///
public const string @ModifyUser_Str = nameof(@ModifyUser_Str);
///
///
///
public const string @LoginCount_Int = nameof(@LoginCount_Int);
///
///
///
public const string @Remark_Str = nameof(@Remark_Str);
///
///
///
public const string @LastLoginDateTime_Dt = nameof(@LastLoginDateTime_Dt);
///
///
///
public const string @IsEnable_Bit = nameof(@IsEnable_Bit);
///
///
///
public const string @IsActive_Bit = nameof(@IsActive_Bit);
///
///
///
public const string @IsPhantom_Bit = nameof(@IsPhantom_Bit);
}
///
/// SampleDeviceTable
///
public class SampleDeviceTable
{
///
///
///
public const string @ID = nameof(@ID);
///
///
///
public const string @OrgID_Int = nameof(@OrgID_Int);
///
///
///
public const string @SubINV_Int = nameof(@SubINV_Int);
///
///
///
public const string @Line_Str = nameof(@Line_Str);
///
///
///
public const string @DeviceID_Str = nameof(@DeviceID_Str);
///
///
///
public const string @BarCode_Str = nameof(@BarCode_Str);
///
///
///
public const string @TestResult_Int = nameof(@TestResult_Int);
///
///
///
public const string @CreateUser_Str = nameof(@CreateUser_Str);
///
///
///
public const string @CreateTime_Dt = nameof(@CreateTime_Dt);
///
///
///
public const string @ModifyTime_Dt = nameof(@ModifyTime_Dt);
///
///
///
public const string @ModifyUser_Str = nameof(@ModifyUser_Str);
///
///
///
public const string @Remark_Str = nameof(@Remark_Str);
}
///
/// sqlite_stat1
///
public class sqlite_stat1
{
///
///
///
public const string @tbl = nameof(@tbl);
///
///
///
public const string @idx = nameof(@idx);
///
///
///
public const string @stat = nameof(@stat);
}
///
/// App_Common_ProductLog
///
public class App_Common_ProductLog
{
///
///
///
public const string @ID = nameof(@ID);
///
///
///
public const string @OrgID_Int = nameof(@OrgID_Int);
///
///
///
public const string @SubINV_Int = nameof(@SubINV_Int);
///
///
///
public const string @Line_Str = nameof(@Line_Str);
///
///
///
public const string @DeviceID_Str = nameof(@DeviceID_Str);
///
///
///
public const string @BarCode_Str = nameof(@BarCode_Str);
///
///
///
public const string @ProductModel_Str = nameof(@ProductModel_Str);
///
///
///
public const string @TestResult_Int = nameof(@TestResult_Int);
///
///
///
public const string @Index_int = nameof(@Index_int);
///
///
///
public const string @LotQty_int = nameof(@LotQty_int);
///
///
///
public const string @CreateUser_Str = nameof(@CreateUser_Str);
///
///
///
public const string @CreateTime_Dt = nameof(@CreateTime_Dt);
///
///
///
public const string @ModifyTime_Dt = nameof(@ModifyTime_Dt);
///
///
///
public const string @ModifyUser_Str = nameof(@ModifyUser_Str);
///
///
///
public const string @Remark_Str = nameof(@Remark_Str);
}
///
/// Sys_Column_Comment
///
public class Sys_Column_Comment
{
///
///
///
public const string @ID = nameof(@ID);
///
///
///
public const string @OrgID_Int = nameof(@OrgID_Int);
///
///
///
public const string @SubINV_Int = nameof(@SubINV_Int);
///
///
///
public const string @Line_Str = nameof(@Line_Str);
///
///
///
public const string @DeviceID_Str = nameof(@DeviceID_Str);
///
///
///
public const string @BarCode_Str = nameof(@BarCode_Str);
///
///
///
public const string @TestResult_Int = nameof(@TestResult_Int);
///
///
///
public const string @CreateUser_Str = nameof(@CreateUser_Str);
///
///
///
public const string @CreateTime_Dt = nameof(@CreateTime_Dt);
///
///
///
public const string @ModifyTime_Dt = nameof(@ModifyTime_Dt);
///
///
///
public const string @ModifyUser_Str = nameof(@ModifyUser_Str);
///
///
///
public const string @Remark_Str = nameof(@Remark_Str);
}
///
/// Sys_Table_Comment
///
public class Sys_Table_Comment
{
///
///
///
public const string @ID = nameof(@ID);
///
///
///
public const string @Type_Str = nameof(@Type_Str);
///
///
///
public const string @Group_Str = nameof(@Group_Str);
///
///
///
public const string @TableName_Str = nameof(@TableName_Str);
///
///
///
public const string @Comment_Str = nameof(@Comment_Str);
///
///
///
public const string @CreateTime_Dt = nameof(@CreateTime_Dt);
}
///
/// App_MES_Detection
///
public class App_MES_Detection
{
///
///
///
public const string @ID = nameof(@ID);
///
///
///
public const string @OrgID_Int = nameof(@OrgID_Int);
///
///
///
public const string @SubINV_Int = nameof(@SubINV_Int);
///
///
///
public const string @StationCode_Str = nameof(@StationCode_Str);
///
///
///
public const string @ProductBarcode_Str = nameof(@ProductBarcode_Str);
///
///
///
public const string @PartBarcode_Str = nameof(@PartBarcode_Str);
///
///
///
public const string @CollectTime_Dt = nameof(@CollectTime_Dt);
///
///
///
public const string @CreateUser_Str = nameof(@CreateUser_Str);
///
///
///
public const string @CreateTime_Dt = nameof(@CreateTime_Dt);
///
///
///
public const string @ModifyTime_Dt = nameof(@ModifyTime_Dt);
///
///
///
public const string @ModifyUser_Str = nameof(@ModifyUser_Str);
///
///
///
public const string @IsSynced_Bit = nameof(@IsSynced_Bit);
///
///
///
public const string @Remark_Str = nameof(@Remark_Str);
}
///
/// App_MES_PartLink
///
public class App_MES_PartLink
{
///
///
///
public const string @ID = nameof(@ID);
///
///
///
public const string @OrgID_Int = nameof(@OrgID_Int);
///
///
///
public const string @SubINV_Int = nameof(@SubINV_Int);
///
///
///
public const string @StationCode_Str = nameof(@StationCode_Str);
///
///
///
public const string @ProductBarcode_Str = nameof(@ProductBarcode_Str);
///
///
///
public const string @TestResult_Int = nameof(@TestResult_Int);
///
///
///
public const string @CollectTime_Dt = nameof(@CollectTime_Dt);
///
///
///
public const string @CreateUser_Str = nameof(@CreateUser_Str);
///
///
///
public const string @CreateTime_Dt = nameof(@CreateTime_Dt);
///
///
///
public const string @ModifyTime_Dt = nameof(@ModifyTime_Dt);
///
///
///
public const string @ModifyUser_Str = nameof(@ModifyUser_Str);
///
///
///
public const string @IsSynced_Bit = nameof(@IsSynced_Bit);
///
///
///
public const string @Remark_Str = nameof(@Remark_Str);
}
///
/// Base_Org
///
public class Base_Org
{
///
///
///
public const string @INVOrgID_Int = nameof(@INVOrgID_Int);
///
///
///
public const string @StartTime_Dt = nameof(@StartTime_Dt);
///
///
///
public const string @INVOrgName_Str = nameof(@INVOrgName_Str);
///
///
///
public const string @AppName_Str = nameof(@AppName_Str);
///
///
///
public const string @ID = nameof(@ID);
///
///
///
public const string @Remark_Str = nameof(@Remark_Str);
}
///
/// App_FaultLog
///
public class App_FaultLog
{
///
///
///
public const string @ID = nameof(@ID);
///
///
///
public const string @OrgID_Int = nameof(@OrgID_Int);
///
///
///
public const string @FaultCode_Str = nameof(@FaultCode_Str);
///
///
///
public const string @Closetime_Dt = nameof(@Closetime_Dt);
///
///
///
public const string @DurationTime_t = nameof(@DurationTime_t);
///
///
///
public const string @CreateUser_Str = nameof(@CreateUser_Str);
///
///
///
public const string @CreateTime_Dt = nameof(@CreateTime_Dt);
///
///
///
public const string @ModifyTime_Dt = nameof(@ModifyTime_Dt);
///
///
///
public const string @ModifyUser_Str = nameof(@ModifyUser_Str);
///
///
///
public const string @Remark_Str = nameof(@Remark_Str);
}
///
/// Base_AlarmCode
///
public class Base_AlarmCode
{
///
///
///
public const string @ID = nameof(@ID);
///
///
///
public const string @OrgID_Int = nameof(@OrgID_Int);
///
///
///
public const string @AlarmCode_Str = nameof(@AlarmCode_Str);
///
///
///
public const string @AlarmType_Str = nameof(@AlarmType_Str);
///
///
///
public const string @AlarmDesc_Str = nameof(@AlarmDesc_Str);
///
///
///
public const string @Help_Str = nameof(@Help_Str);
///
///
///
public const string @Remark_Str = nameof(@Remark_Str);
///
///
///
public const string @CreateUser_Str = nameof(@CreateUser_Str);
///
///
///
public const string @CreateTime_Dt = nameof(@CreateTime_Dt);
///
///
///
public const string @ModifyTime_Dt = nameof(@ModifyTime_Dt);
///
///
///
public const string @ModifyUser_Str = nameof(@ModifyUser_Str);
}
///
/// App_Classes
///
public class App_Classes
{
///
///
///
public const string @ID = nameof(@ID);
///
///
///
public const string @ClassType_Int = nameof(@ClassType_Int);
///
///
///
public const string @StartTime_Str = nameof(@StartTime_Str);
///
///
///
public const string @ClassesName_Str = nameof(@ClassesName_Str);
///
///
///
public const string @EndTime_Str = nameof(@EndTime_Str);
///
///
///
public const string @IsEnable_Bit = nameof(@IsEnable_Bit);
}
///
/// App_Demo_TestResult
///
public class App_Demo_TestResult
{
///
///
///
public const string @ID = nameof(@ID);
///
///
///
public const string @OrgID_Int = nameof(@OrgID_Int);
///
///
///
public const string @SubINV_Int = nameof(@SubINV_Int);
///
///
///
public const string @DeviceID_Str = nameof(@DeviceID_Str);
///
///
///
public const string @StationCode_Str = nameof(@StationCode_Str);
///
///
///
public const string @BarCode_Str = nameof(@BarCode_Str);
///
///
///
public const string @SampleId_Int = nameof(@SampleId_Int);
///
///
///
public const string @Amps_Dec = nameof(@Amps_Dec);
///
///
///
public const string @Voltage_Dec = nameof(@Voltage_Dec);
///
///
///
public const string @Power_Dec = nameof(@Power_Dec);
///
///
///
public const string @TDS_Dec = nameof(@TDS_Dec);
///
///
///
public const string @WaterFlow_Dec = nameof(@WaterFlow_Dec);
///
///
///
public const string @WasteFlow_Dec = nameof(@WasteFlow_Dec);
///
///
///
public const string @Temperature_Dec = nameof(@Temperature_Dec);
///
///
///
public const string @TestResult_Int = nameof(@TestResult_Int);
///
///
///
public const string @IsSynced_Bit = nameof(@IsSynced_Bit);
///
///
///
public const string @CreateUser_Str = nameof(@CreateUser_Str);
///
///
///
public const string @CreateTime_Dt = nameof(@CreateTime_Dt);
///
///
///
public const string @ModifyTime_Dt = nameof(@ModifyTime_Dt);
///
///
///
public const string @ModifyUser_Str = nameof(@ModifyUser_Str);
///
///
///
public const string @Remark_Str = nameof(@Remark_Str);
}
///
/// App_Demo_ProcessData
///
public class App_Demo_ProcessData
{
///
///
///
public const string @ID = nameof(@ID);
///
///
///
public const string @OrgID_Int = nameof(@OrgID_Int);
///
///
///
public const string @SubINV_Int = nameof(@SubINV_Int);
///
///
///
public const string @ReportId = nameof(@ReportId);
///
///
///
public const string @DeviceID_Str = nameof(@DeviceID_Str);
///
///
///
public const string @StationCode_Str = nameof(@StationCode_Str);
///
///
///
public const string @BarCode_Str = nameof(@BarCode_Str);
///
///
///
public const string @SampleId_Int = nameof(@SampleId_Int);
///
///
///
public const string @Amps_Dec = nameof(@Amps_Dec);
///
///
///
public const string @Voltage_Dec = nameof(@Voltage_Dec);
///
///
///
public const string @Power_Dec = nameof(@Power_Dec);
///
///
///
public const string @TDS_Dec = nameof(@TDS_Dec);
///
///
///
public const string @WaterFlow_Dec = nameof(@WaterFlow_Dec);
///
///
///
public const string @WasteFlow_Dec = nameof(@WasteFlow_Dec);
///
///
///
public const string @Temperature_Dec = nameof(@Temperature_Dec);
///
///
///
public const string @TestResult_Int = nameof(@TestResult_Int);
///
///
///
public const string @IsSynced_Bit = nameof(@IsSynced_Bit);
///
///
///
public const string @CreateUser_Str = nameof(@CreateUser_Str);
///
///
///
public const string @CreateTime_Dt = nameof(@CreateTime_Dt);
///
///
///
public const string @ModifyTime_Dt = nameof(@ModifyTime_Dt);
///
///
///
public const string @ModifyUser_Str = nameof(@ModifyUser_Str);
///
///
///
public const string @Remark_Str = nameof(@Remark_Str);
}
///
/// App_Sys_KeyRecord
///
public class App_Sys_KeyRecord
{
///
///
///
public const string @ID = nameof(@ID);
///
///
///
public const string @OrgID_Int = nameof(@OrgID_Int);
///
///
///
public const string @SubINV_Int = nameof(@SubINV_Int);
///
///
///
public const string @Host_Str = nameof(@Host_Str);
///
///
///
public const string @Location_Str = nameof(@Location_Str);
///
///
///
public const string @Action_Str = nameof(@Action_Str);
///
///
///
public const string @OldValue_Str = nameof(@OldValue_Str);
///
///
///
public const string @NewValue_Int = nameof(@NewValue_Int);
///
///
///
public const string @CreateUser_Str = nameof(@CreateUser_Str);
///
///
///
public const string @CreateTime_Dt = nameof(@CreateTime_Dt);
///
///
///
public const string @ModifyTime_Dt = nameof(@ModifyTime_Dt);
///
///
///
public const string @ModifyUser_Str = nameof(@ModifyUser_Str);
///
///
///
public const string @Remark_Str = nameof(@Remark_Str);
}
///
/// Sys_Menu_Info
///
public class Sys_Menu_Info
{
///
///
///
public const string @ID = nameof(@ID);
///
///
///
public const string @OrgID_Int = nameof(@OrgID_Int);
///
///
///
public const string @ShowOrder_Int = nameof(@ShowOrder_Int);
///
///
///
public const string @MenuID_Str = nameof(@MenuID_Str);
///
///
///
public const string @MenuName_Str = nameof(@MenuName_Str);
///
///
///
public const string @LanguageKey_Str = nameof(@LanguageKey_Str);
///
///
///
public const string @ParentMenuID_Str = nameof(@ParentMenuID_Str);
///
///
///
public const string @ActionName_Str = nameof(@ActionName_Str);
///
///
///
public const string @Parameter_Str = nameof(@Parameter_Str);
///
///
///
public const string @CreateUser_Str = nameof(@CreateUser_Str);
///
///
///
public const string @CreateTime_Dt = nameof(@CreateTime_Dt);
///
///
///
public const string @ModifyTime_Dt = nameof(@ModifyTime_Dt);
///
///
///
public const string @ModifyUser_Str = nameof(@ModifyUser_Str);
///
///
///
public const string @Remark_Str = nameof(@Remark_Str);
///
///
///
public const string @IsEnable_Bit = nameof(@IsEnable_Bit);
///
///
///
public const string @IsActive_Bit = nameof(@IsActive_Bit);
///
///
///
public const string @IsBaseMenu = nameof(@IsBaseMenu);
///
///
///
public const string @IsPhantom_Bit = nameof(@IsPhantom_Bit);
}
///
/// App_Onduty
///
public class App_Onduty
{
///
///
///
public const string @ID = nameof(@ID);
///
///
///
public const string @OrgID_Int = nameof(@OrgID_Int);
///
///
///
public const string @SubINV_Int = nameof(@SubINV_Int);
///
///
///
public const string @DutyPerson_Str = nameof(@DutyPerson_Str);
///
///
///
public const string @Location_Str = nameof(@Location_Str);
///
///
///
public const string @Post_Str = nameof(@Post_Str);
///
///
///
public const string @Contact_Str = nameof(@Contact_Str);
///
///
///
public const string @Responsibilities_Str = nameof(@Responsibilities_Str);
///
///
///
public const string @HeadImage_Str = nameof(@HeadImage_Str);
///
///
///
public const string @ClassName_Str = nameof(@ClassName_Str);
///
///
///
public const string @CreateUser_Str = nameof(@CreateUser_Str);
///
///
///
public const string @CreateTime_Dt = nameof(@CreateTime_Dt);
///
///
///
public const string @ModifyTime_Dt = nameof(@ModifyTime_Dt);
///
///
///
public const string @ModifyUser_Str = nameof(@ModifyUser_Str);
///
///
///
public const string @Remark_Str = nameof(@Remark_Str);
}
///
/// App_LocalNodeManage
///
public class App_LocalNodeManage
{
///
///
///
public const string @ID = nameof(@ID);
///
///
///
public const string @IsEnable_Bit = nameof(@IsEnable_Bit);
///
///
///
public const string @NodeName_Str = nameof(@NodeName_Str);
///
///
///
public const string @Host_Str = nameof(@Host_Str);
///
///
///
public const string @ApiPort_Int = nameof(@ApiPort_Int);
///
///
///
public const string @MstscPort_Int = nameof(@MstscPort_Int);
///
///
///
public const string @NodeId_Str = nameof(@NodeId_Str);
///
///
///
public const string @ComputerTag_Str = nameof(@ComputerTag_Str);
///
///
///
public const string @Remark_Str = nameof(@Remark_Str);
}
///
/// Sys_User_RoleMenu
///
public class Sys_User_RoleMenu
{
///
///
///
public const string @ID = nameof(@ID);
///
///
///
public const string @OrgID_Int = nameof(@OrgID_Int);
///
///
///
public const string @RoleID_Str = nameof(@RoleID_Str);
///
///
///
public const string @MenuID_Str = nameof(@MenuID_Str);
///
///
///
public const string @AccessType_Int = nameof(@AccessType_Int);
///
///
///
public const string @CreateTime_Dt = nameof(@CreateTime_Dt);
///
///
///
public const string @CreateUser_Str = nameof(@CreateUser_Str);
///
///
///
public const string @ModifyTime_Dt = nameof(@ModifyTime_Dt);
///
///
///
public const string @ModifyUser_Str = nameof(@ModifyUser_Str);
///
///
///
public const string @RoleParameter_Str = nameof(@RoleParameter_Str);
///
///
///
public const string @Remark_Str = nameof(@Remark_Str);
///
///
///
public const string @IsEnable_Bit = nameof(@IsEnable_Bit);
///
///
///
public const string @IsActive_Bit = nameof(@IsActive_Bit);
///
///
///
public const string @IsPhantom_Bit = nameof(@IsPhantom_Bit);
///
///
///
public const string @IsPop_Bit = nameof(@IsPop_Bit);
///
///
///
public const string @IsFullScreen_Bit = nameof(@IsFullScreen_Bit);
///
///
///
public const string @CanClose_Bit = nameof(@CanClose_Bit);
///
///
///
public const string @AutoStart_Bit = nameof(@AutoStart_Bit);
///
///
///
public const string @UnCloseWhenLogoff_Bit = nameof(@UnCloseWhenLogoff_Bit);
///
///
///
public const string @ResidenceTime_Int = nameof(@ResidenceTime_Int);
}
///
/// Base_AlarmLog
///
public class Base_AlarmLog
{
///
///
///
public const string @ID = nameof(@ID);
///
///
///
public const string @OrgID_Int = nameof(@OrgID_Int);
///
///
///
public const string @NodeId_Str = nameof(@NodeId_Str);
///
///
///
public const string @AlarmType_Str = nameof(@AlarmType_Str);
///
///
///
public const string @AlarmId_Str = nameof(@AlarmId_Str);
///
///
///
public const string @Device_Str = nameof(@Device_Str);
///
///
///
public const string @TagName_Str = nameof(@TagName_Str);
///
///
///
public const string @RegName_Str = nameof(@RegName_Str);
///
///
///
public const string @AlarmCode_Str = nameof(@AlarmCode_Str);
///
///
///
public const string @Helper_Str = nameof(@Helper_Str);
///
///
///
public const string @Remark_Str = nameof(@Remark_Str);
///
///
///
public const string @TriggedTime_Dt = nameof(@TriggedTime_Dt);
///
///
///
public const string @RecoverTime_Dt = nameof(@RecoverTime_Dt);
///
///
///
public const string @Duration_Str = nameof(@Duration_Str);
///
///
///
public const string @Duration_Int = nameof(@Duration_Int);
///
///
///
public const string @IsClosed_Bit = nameof(@IsClosed_Bit);
///
///
///
public const string @CreateUser_Str = nameof(@CreateUser_Str);
///
///
///
public const string @CreateTime_Dt = nameof(@CreateTime_Dt);
///
///
///
public const string @ModifyTime_Dt = nameof(@ModifyTime_Dt);
///
///
///
public const string @ModifyUser_Str = nameof(@ModifyUser_Str);
}
///
/// Base_DeviceStateResume
///
public class Base_DeviceStateResume
{
///
///
///
public const string @ID = nameof(@ID);
///
///
///
public const string @OrgID_Int = nameof(@OrgID_Int);
///
///
///
public const string @NodeId_Str = nameof(@NodeId_Str);
///
///
///
public const string @StateId_Str = nameof(@StateId_Str);
///
///
///
public const string @Device_Str = nameof(@Device_Str);
///
///
///
public const string @StateCode_Int = nameof(@StateCode_Int);
///
///
///
public const string @StartTime_Dt = nameof(@StartTime_Dt);
///
///
///
public const string @EndTime_Dt = nameof(@EndTime_Dt);
///
///
///
public const string @Duration_Str = nameof(@Duration_Str);
///
///
///
public const string @Duration_Int = nameof(@Duration_Int);
///
///
///
public const string @IsOpen_Bit = nameof(@IsOpen_Bit);
///
///
///
public const string @CreateUser_Str = nameof(@CreateUser_Str);
///
///
///
public const string @CreateTime_Dt = nameof(@CreateTime_Dt);
///
///
///
public const string @ModifyTime_Dt = nameof(@ModifyTime_Dt);
///
///
///
public const string @ModifyUser_Str = nameof(@ModifyUser_Str);
///
///
///
public const string @Remark_Str = nameof(@Remark_Str);
}
}
public static class V_Col_Name
{
///
/// V_Sys_F_UserRole
///
public class V_Sys_F_UserRole
{
///
///
///
public const string @ID = nameof(@ID);
///
///
///
public const string @OrgID_Int = nameof(@OrgID_Int);
///
///
///
public const string @RoleID_Str = nameof(@RoleID_Str);
///
///
///
public const string @UserID_Str = nameof(@UserID_Str);
///
///
///
public const string @CreateTime_Dt = nameof(@CreateTime_Dt);
///
///
///
public const string @ModifyTime_Dt = nameof(@ModifyTime_Dt);
///
///
///
public const string @Remark_Str = nameof(@Remark_Str);
///
///
///
public const string @IsEnable_Bit = nameof(@IsEnable_Bit);
///
///
///
public const string @IsActive_Bit = nameof(@IsActive_Bit);
///
///
///
public const string @UserName_Str = nameof(@UserName_Str);
///
///
///
public const string @RoleName_Str = nameof(@RoleName_Str);
///
///
///
public const string @RoleOrgID_Int = nameof(@RoleOrgID_Int);
}
///
/// V_User_D_UserInfo
///
public class V_User_D_UserInfo
{
///
///
///
public const string @ID = nameof(@ID);
///
///
///
public const string @UserName_Str = nameof(@UserName_Str);
///
///
///
public const string @Remark_Str = nameof(@Remark_Str);
///
///
///
public const string @OrgID_Int = nameof(@OrgID_Int);
///
///
///
public const string @LastLoginDateTime_Dt = nameof(@LastLoginDateTime_Dt);
///
///
///
public const string @LoginCount_Int = nameof(@LoginCount_Int);
///
///
///
public const string @IsEnable_Bit = nameof(@IsEnable_Bit);
///
///
///
public const string @UserID_Str = nameof(@UserID_Str);
}
///
/// V_Base_DeviceStateResume
///
public class V_Base_DeviceStateResume
{
}
///
/// V_Sys_F_MenuInfo
///
public class V_Sys_F_MenuInfo
{
///
///
///
public const string @ID = nameof(@ID);
///
///
///
public const string @OrgID_Int = nameof(@OrgID_Int);
///
///
///
public const string @MenuID_Str = nameof(@MenuID_Str);
///
///
///
public const string @MenuName_Str = nameof(@MenuName_Str);
///
///
///
public const string @LanguageKey_Str = nameof(@LanguageKey_Str);
///
///
///
public const string @ParentMenuID_Str = nameof(@ParentMenuID_Str);
///
///
///
public const string @ActionName_Str = nameof(@ActionName_Str);
///
///
///
public const string @Parameter_Str = nameof(@Parameter_Str);
///
///
///
public const string @CreateUser_Str = nameof(@CreateUser_Str);
///
///
///
public const string @CreateTime_Dt = nameof(@CreateTime_Dt);
///
///
///
public const string @ModifyTime_Dt = nameof(@ModifyTime_Dt);
///
///
///
public const string @ModifyUser_Str = nameof(@ModifyUser_Str);
///
///
///
public const string @Remark_Str = nameof(@Remark_Str);
///
///
///
public const string @IsActive_Bit = nameof(@IsActive_Bit);
///
///
///
public const string @IsBaseMenu = nameof(@IsBaseMenu);
///
///
///
public const string @IsPhantom_Bit = nameof(@IsPhantom_Bit);
///
///
///
public const string @ParentMenuName_Str = nameof(@ParentMenuName_Str);
///
///
///
public const string @ParentMenuShowOrder_Int = nameof(@ParentMenuShowOrder_Int);
///
///
///
public const string @ShowOrder_Int = nameof(@ShowOrder_Int);
///
///
///
public const string @IsParent_Bit = nameof(@IsParent_Bit);
///
///
///
public const string @OrderOnly_Int = nameof(@OrderOnly_Int);
///
///
///
public const string @IsEnable_Bit = nameof(@IsEnable_Bit);
}
///
/// V_Sys_F_RoleMenu
///
public class V_Sys_F_RoleMenu
{
///
///
///
public const string @ID = nameof(@ID);
///
///
///
public const string @OrgID_Int = nameof(@OrgID_Int);
///
///
///
public const string @RoleID_Str = nameof(@RoleID_Str);
///
///
///
public const string @RoleName_Str = nameof(@RoleName_Str);
///
///
///
public const string @MenuID_Str = nameof(@MenuID_Str);
///
///
///
public const string @MenuName_Str = nameof(@MenuName_Str);
///
///
///
public const string @LanguageKey_Str = nameof(@LanguageKey_Str);
///
///
///
public const string @ParentMenuID_Str = nameof(@ParentMenuID_Str);
///
///
///
public const string @ParentMenuName_Str = nameof(@ParentMenuName_Str);
///
///
///
public const string @ParentMenuShowOrder_Int = nameof(@ParentMenuShowOrder_Int);
///
///
///
public const string @ShowOrder_Int = nameof(@ShowOrder_Int);
///
///
///
public const string @OrderOnly_Int = nameof(@OrderOnly_Int);
///
///
///
public const string @IsParent_Bit = nameof(@IsParent_Bit);
///
///
///
public const string @SelfAccessType_Int = nameof(@SelfAccessType_Int);
///
///
///
public const string @ParentAccessType_Int = nameof(@ParentAccessType_Int);
///
///
///
public const string @IsActive_Bit = nameof(@IsActive_Bit);
///
///
///
public const string @IsPop_Bit = nameof(@IsPop_Bit);
///
///
///
public const string @IsFullScreen_Bit = nameof(@IsFullScreen_Bit);
///
///
///
public const string @CanClose_Bit = nameof(@CanClose_Bit);
///
///
///
public const string @AutoStart_Bit = nameof(@AutoStart_Bit);
///
///
///
public const string @ResidenceTime_Int = nameof(@ResidenceTime_Int);
///
///
///
public const string @AccessType_Int = nameof(@AccessType_Int);
///
///
///
public const string @AccessTypeName_Str = nameof(@AccessTypeName_Str);
///
///
///
public const string @ActionName_Str = nameof(@ActionName_Str);
///
///
///
public const string @RoleParameter_Str = nameof(@RoleParameter_Str);
///
///
///
public const string @Parameter_Str = nameof(@Parameter_Str);
///
///
///
public const string @UnCloseWhenLogoff_Bit = nameof(@UnCloseWhenLogoff_Bit);
///
///
///
public const string @Remark_Str = nameof(@Remark_Str);
}
///
/// V_Sys_F_UserMenu
///
public class V_Sys_F_UserMenu
{
///
///
///
public const string @UserID_Str = nameof(@UserID_Str);
///
///
///
public const string @RoleID_Str = nameof(@RoleID_Str);
///
///
///
public const string @RoleName_Str = nameof(@RoleName_Str);
///
///
///
public const string @MenuName_Str = nameof(@MenuName_Str);
///
///
///
public const string @LanguageKey_Str = nameof(@LanguageKey_Str);
///
///
///
public const string @ShowOrder_Int = nameof(@ShowOrder_Int);
///
///
///
public const string @OrderOnly_Int = nameof(@OrderOnly_Int);
///
///
///
public const string @IsParent_Bit = nameof(@IsParent_Bit);
///
///
///
public const string @ParentMenuName_Str = nameof(@ParentMenuName_Str);
///
///
///
public const string @OrgID_Int = nameof(@OrgID_Int);
///
///
///
public const string @MenuID_Str = nameof(@MenuID_Str);
///
///
///
public const string @ParentMenuID_Str = nameof(@ParentMenuID_Str);
///
///
///
public const string @ParentMenuShowOrder_Int = nameof(@ParentMenuShowOrder_Int);
///
///
///
public const string @ActionName_Str = nameof(@ActionName_Str);
///
///
///
public const string @IsEnable_Bit = nameof(@IsEnable_Bit);
///
///
///
public const string @Parameter_Str = nameof(@Parameter_Str);
///
///
///
public const string @RoleParameter_Str = nameof(@RoleParameter_Str);
///
///
///
public const string @AccessType_Int = nameof(@AccessType_Int);
///
///
///
public const string @IsActive_Bit = nameof(@IsActive_Bit);
///
///
///
public const string @IsFullScreen_Bit = nameof(@IsFullScreen_Bit);
///
///
///
public const string @IsPop_Bit = nameof(@IsPop_Bit);
///
///
///
public const string @CanClose_Bit = nameof(@CanClose_Bit);
///
///
///
public const string @AutoStart_Bit = nameof(@AutoStart_Bit);
///
///
///
public const string @ResidenceTime_Int = nameof(@ResidenceTime_Int);
///
///
///
public const string @UnCloseWhenLogoff_Bit = nameof(@UnCloseWhenLogoff_Bit);
///
///
///
public const string @Remark_Str = nameof(@Remark_Str);
}
}
public static class SP_Paramters
{
}
}
namespace DBModel
{
///
///
///
public class Sys_User_Level : ObservableObject
{
private System.Int64 _ID;
///
///
///
public System.Int64 ID
{
get { return _ID; }
set
{
if (value != (_ID))
{
_ID = value;
OnPropertyChanged(nameof(ID));
}
}
}
private System.String _UserLevel_Str;
///
///
///
public System.String UserLevel_Str
{
get { return _UserLevel_Str; }
set
{
if (value != (_UserLevel_Str))
{
_UserLevel_Str = value;
OnPropertyChanged(nameof(UserLevel_Str));
}
}
}
}
///
///
///
public class sqlite_sequence : ObservableObject
{
private System.Object _name;
///
///
///
public System.Object name
{
get { return _name; }
set
{
if (value != (_name))
{
_name = value;
OnPropertyChanged(nameof(name));
}
}
}
private System.Object _seq;
///
///
///
public System.Object seq
{
get { return _seq; }
set
{
if (value != (_seq))
{
_seq = value;
OnPropertyChanged(nameof(seq));
}
}
}
}
///
///
///
public class Sys_TableManage : ObservableObject
{
private System.Int64 _ID;
///
///
///
public System.Int64 ID
{
get { return _ID; }
set
{
if (value != (_ID))
{
_ID = value;
OnPropertyChanged(nameof(ID));
}
}
}
private System.Int32 _OrgID_Int;
///
///
///
public System.Int32 OrgID_Int
{
get { return _OrgID_Int; }
set
{
if (value != (_OrgID_Int))
{
_OrgID_Int = value;
OnPropertyChanged(nameof(OrgID_Int));
}
}
}
private System.String _SubINV_Str;
///
///
///
public System.String SubINV_Str
{
get { return _SubINV_Str; }
set
{
if (value != (_SubINV_Str))
{
_SubINV_Str = value;
OnPropertyChanged(nameof(SubINV_Str));
}
}
}
private System.String _TableName_Str;
///
///
///
public System.String TableName_Str
{
get { return _TableName_Str; }
set
{
if (value != (_TableName_Str))
{
_TableName_Str = value;
OnPropertyChanged(nameof(TableName_Str));
}
}
}
private System.String _TableComment_Str;
///
///
///
public System.String TableComment_Str
{
get { return _TableComment_Str; }
set
{
if (value != (_TableComment_Str))
{
_TableComment_Str = value;
OnPropertyChanged(nameof(TableComment_Str));
}
}
}
private System.String _Type_Str;
///
///
///
public System.String Type_Str
{
get { return _Type_Str; }
set
{
if (value != (_Type_Str))
{
_Type_Str = value;
OnPropertyChanged(nameof(Type_Str));
}
}
}
private System.String _ColumnFullName_Str;
///
///
///
public System.String ColumnFullName_Str
{
get { return _ColumnFullName_Str; }
set
{
if (value != (_ColumnFullName_Str))
{
_ColumnFullName_Str = value;
OnPropertyChanged(nameof(ColumnFullName_Str));
}
}
}
private System.String _ColumnName_Str;
///
///
///
public System.String ColumnName_Str
{
get { return _ColumnName_Str; }
set
{
if (value != (_ColumnName_Str))
{
_ColumnName_Str = value;
OnPropertyChanged(nameof(ColumnName_Str));
}
}
}
private System.String _ColumnComment_Str;
///
///
///
public System.String ColumnComment_Str
{
get { return _ColumnComment_Str; }
set
{
if (value != (_ColumnComment_Str))
{
_ColumnComment_Str = value;
OnPropertyChanged(nameof(ColumnComment_Str));
}
}
}
private System.String _DataType_Str;
///
///
///
public System.String DataType_Str
{
get { return _DataType_Str; }
set
{
if (value != (_DataType_Str))
{
_DataType_Str = value;
OnPropertyChanged(nameof(DataType_Str));
}
}
}
private System.String _NormalDisplayName_Str;
///
///
///
public System.String NormalDisplayName_Str
{
get { return _NormalDisplayName_Str; }
set
{
if (value != (_NormalDisplayName_Str))
{
_NormalDisplayName_Str = value;
OnPropertyChanged(nameof(NormalDisplayName_Str));
}
}
}
private System.String _SpecialDisplayName_Str;
///
///
///
public System.String SpecialDisplayName_Str
{
get { return _SpecialDisplayName_Str; }
set
{
if (value != (_SpecialDisplayName_Str))
{
_SpecialDisplayName_Str = value;
OnPropertyChanged(nameof(SpecialDisplayName_Str));
}
}
}
private System.Boolean _IsShow_Bit;
///
///
///
public System.Boolean IsShow_Bit
{
get { return _IsShow_Bit; }
set
{
if (value != (_IsShow_Bit))
{
_IsShow_Bit = value;
OnPropertyChanged(nameof(IsShow_Bit));
}
}
}
private System.Int32 _ShowQuence_Int;
///
///
///
public System.Int32 ShowQuence_Int
{
get { return _ShowQuence_Int; }
set
{
if (value != (_ShowQuence_Int))
{
_ShowQuence_Int = value;
OnPropertyChanged(nameof(ShowQuence_Int));
}
}
}
private System.String _DisplayFormat_Str;
///
///
///
public System.String DisplayFormat_Str
{
get { return _DisplayFormat_Str; }
set
{
if (value != (_DisplayFormat_Str))
{
_DisplayFormat_Str = value;
OnPropertyChanged(nameof(DisplayFormat_Str));
}
}
}
private System.Boolean _IsReadOnly_Bit;
///
///
///
public System.Boolean IsReadOnly_Bit
{
get { return _IsReadOnly_Bit; }
set
{
if (value != (_IsReadOnly_Bit))
{
_IsReadOnly_Bit = value;
OnPropertyChanged(nameof(IsReadOnly_Bit));
}
}
}
private System.Boolean _IsVisibility_Bit;
///
///
///
public System.Boolean IsVisibility_Bit
{
get { return _IsVisibility_Bit; }
set
{
if (value != (_IsVisibility_Bit))
{
_IsVisibility_Bit = value;
OnPropertyChanged(nameof(IsVisibility_Bit));
}
}
}
private System.String _StyleKey_Str;
///
///
///
public System.String StyleKey_Str
{
get { return _StyleKey_Str; }
set
{
if (value != (_StyleKey_Str))
{
_StyleKey_Str = value;
OnPropertyChanged(nameof(StyleKey_Str));
}
}
}
private System.Boolean _IsUserColumn_Bit;
///
///
///
public System.Boolean IsUserColumn_Bit
{
get { return _IsUserColumn_Bit; }
set
{
if (value != (_IsUserColumn_Bit))
{
_IsUserColumn_Bit = value;
OnPropertyChanged(nameof(IsUserColumn_Bit));
}
}
}
private System.DateTime _ModifyTime_Dt;
///
///
///
public System.DateTime ModifyTime_Dt
{
get { return _ModifyTime_Dt; }
set
{
if (value != (_ModifyTime_Dt))
{
_ModifyTime_Dt = value;
OnPropertyChanged(nameof(ModifyTime_Dt));
}
}
}
private System.String _ModifyUser_Str;
///
///
///
public System.String ModifyUser_Str
{
get { return _ModifyUser_Str; }
set
{
if (value != (_ModifyUser_Str))
{
_ModifyUser_Str = value;
OnPropertyChanged(nameof(ModifyUser_Str));
}
}
}
private System.String _CreateUser_Str;
///
///
///
public System.String CreateUser_Str
{
get { return _CreateUser_Str; }
set
{
if (value != (_CreateUser_Str))
{
_CreateUser_Str = value;
OnPropertyChanged(nameof(CreateUser_Str));
}
}
}
private System.DateTime _CreateTime_Dt;
///
///
///
public System.DateTime CreateTime_Dt
{
get { return _CreateTime_Dt; }
set
{
if (value != (_CreateTime_Dt))
{
_CreateTime_Dt = value;
OnPropertyChanged(nameof(CreateTime_Dt));
}
}
}
private System.String _Remark_Str;
///
///
///
public System.String Remark_Str
{
get { return _Remark_Str; }
set
{
if (value != (_Remark_Str))
{
_Remark_Str = value;
OnPropertyChanged(nameof(Remark_Str));
}
}
}
private System.Boolean _IsEnable_Bit;
///
///
///
public System.Boolean IsEnable_Bit
{
get { return _IsEnable_Bit; }
set
{
if (value != (_IsEnable_Bit))
{
_IsEnable_Bit = value;
OnPropertyChanged(nameof(IsEnable_Bit));
}
}
}
private System.Boolean _IsActive_Bit;
///
///
///
public System.Boolean IsActive_Bit
{
get { return _IsActive_Bit; }
set
{
if (value != (_IsActive_Bit))
{
_IsActive_Bit = value;
OnPropertyChanged(nameof(IsActive_Bit));
}
}
}
private System.Boolean _IsPhantom_Bit;
///
///
///
public System.Boolean IsPhantom_Bit
{
get { return _IsPhantom_Bit; }
set
{
if (value != (_IsPhantom_Bit))
{
_IsPhantom_Bit = value;
OnPropertyChanged(nameof(IsPhantom_Bit));
}
}
}
}
///
///
///
public class Sys_Enum_AccessType : ObservableObject
{
private System.Int64 _ID;
///
///
///
public System.Int64 ID
{
get { return _ID; }
set
{
if (value != (_ID))
{
_ID = value;
OnPropertyChanged(nameof(ID));
}
}
}
private System.Int64 _AccessType_Int;
///
///
///
public System.Int64 AccessType_Int
{
get { return _AccessType_Int; }
set
{
if (value != (_AccessType_Int))
{
_AccessType_Int = value;
OnPropertyChanged(nameof(AccessType_Int));
}
}
}
private System.String _AccessTypeName_Str;
///
///
///
public System.String AccessTypeName_Str
{
get { return _AccessTypeName_Str; }
set
{
if (value != (_AccessTypeName_Str))
{
_AccessTypeName_Str = value;
OnPropertyChanged(nameof(AccessTypeName_Str));
}
}
}
private System.String _AccessRemark_Str;
///
///
///
public System.String AccessRemark_Str
{
get { return _AccessRemark_Str; }
set
{
if (value != (_AccessRemark_Str))
{
_AccessRemark_Str = value;
OnPropertyChanged(nameof(AccessRemark_Str));
}
}
}
}
///
///
///
public class Sys_User_UserRole : ObservableObject
{
private System.Int64 _ID;
///
///
///
public System.Int64 ID
{
get { return _ID; }
set
{
if (value != (_ID))
{
_ID = value;
OnPropertyChanged(nameof(ID));
}
}
}
private System.Int32 _OrgID_Int;
///
///
///
public System.Int32 OrgID_Int
{
get { return _OrgID_Int; }
set
{
if (value != (_OrgID_Int))
{
_OrgID_Int = value;
OnPropertyChanged(nameof(OrgID_Int));
}
}
}
private System.String _RoleID_Str;
///
///
///
public System.String RoleID_Str
{
get { return _RoleID_Str; }
set
{
if (value != (_RoleID_Str))
{
_RoleID_Str = value;
OnPropertyChanged(nameof(RoleID_Str));
}
}
}
private System.String _UserID_Str;
///
///
///
public System.String UserID_Str
{
get { return _UserID_Str; }
set
{
if (value != (_UserID_Str))
{
_UserID_Str = value;
OnPropertyChanged(nameof(UserID_Str));
}
}
}
private System.DateTime _CreateTime_Dt;
///
///
///
public System.DateTime CreateTime_Dt
{
get { return _CreateTime_Dt; }
set
{
if (value != (_CreateTime_Dt))
{
_CreateTime_Dt = value;
OnPropertyChanged(nameof(CreateTime_Dt));
}
}
}
private System.DateTime _ModifyTime_Dt;
///
///
///
public System.DateTime ModifyTime_Dt
{
get { return _ModifyTime_Dt; }
set
{
if (value != (_ModifyTime_Dt))
{
_ModifyTime_Dt = value;
OnPropertyChanged(nameof(ModifyTime_Dt));
}
}
}
private System.String _ModifyUser_Str;
///
///
///
public System.String ModifyUser_Str
{
get { return _ModifyUser_Str; }
set
{
if (value != (_ModifyUser_Str))
{
_ModifyUser_Str = value;
OnPropertyChanged(nameof(ModifyUser_Str));
}
}
}
private System.String _CreateUser_Str;
///
///
///
public System.String CreateUser_Str
{
get { return _CreateUser_Str; }
set
{
if (value != (_CreateUser_Str))
{
_CreateUser_Str = value;
OnPropertyChanged(nameof(CreateUser_Str));
}
}
}
private System.String _Remark_Str;
///
///
///
public System.String Remark_Str
{
get { return _Remark_Str; }
set
{
if (value != (_Remark_Str))
{
_Remark_Str = value;
OnPropertyChanged(nameof(Remark_Str));
}
}
}
private System.Boolean _IsEnable_Bit;
///
///
///
public System.Boolean IsEnable_Bit
{
get { return _IsEnable_Bit; }
set
{
if (value != (_IsEnable_Bit))
{
_IsEnable_Bit = value;
OnPropertyChanged(nameof(IsEnable_Bit));
}
}
}
private System.Boolean _IsActive_Bit;
///
///
///
public System.Boolean IsActive_Bit
{
get { return _IsActive_Bit; }
set
{
if (value != (_IsActive_Bit))
{
_IsActive_Bit = value;
OnPropertyChanged(nameof(IsActive_Bit));
}
}
}
private System.Boolean _IsPhantom_Bit;
///
///
///
public System.Boolean IsPhantom_Bit
{
get { return _IsPhantom_Bit; }
set
{
if (value != (_IsPhantom_Bit))
{
_IsPhantom_Bit = value;
OnPropertyChanged(nameof(IsPhantom_Bit));
}
}
}
}
///
///
///
public class Base_NGCode : ObservableObject
{
private System.Int64 _ID;
///
///
///
public System.Int64 ID
{
get { return _ID; }
set
{
if (value != (_ID))
{
_ID = value;
OnPropertyChanged(nameof(ID));
}
}
}
private System.Int32 _OrgID_Int;
///
///
///
public System.Int32 OrgID_Int
{
get { return _OrgID_Int; }
set
{
if (value != (_OrgID_Int))
{
_OrgID_Int = value;
OnPropertyChanged(nameof(OrgID_Int));
}
}
}
private System.String _NGCode_Str;
///
///
///
public System.String NGCode_Str
{
get { return _NGCode_Str; }
set
{
if (value != (_NGCode_Str))
{
_NGCode_Str = value;
OnPropertyChanged(nameof(NGCode_Str));
}
}
}
private System.String _NGType_Str;
///
///
///
public System.String NGType_Str
{
get { return _NGType_Str; }
set
{
if (value != (_NGType_Str))
{
_NGType_Str = value;
OnPropertyChanged(nameof(NGType_Str));
}
}
}
private System.String _NGDesc_Str;
///
///
///
public System.String NGDesc_Str
{
get { return _NGDesc_Str; }
set
{
if (value != (_NGDesc_Str))
{
_NGDesc_Str = value;
OnPropertyChanged(nameof(NGDesc_Str));
}
}
}
private System.String _Remark_Str;
///
///
///
public System.String Remark_Str
{
get { return _Remark_Str; }
set
{
if (value != (_Remark_Str))
{
_Remark_Str = value;
OnPropertyChanged(nameof(Remark_Str));
}
}
}
private System.DateTime _CreateTime_Dt;
///
///
///
public System.DateTime CreateTime_Dt
{
get { return _CreateTime_Dt; }
set
{
if (value != (_CreateTime_Dt))
{
_CreateTime_Dt = value;
OnPropertyChanged(nameof(CreateTime_Dt));
}
}
}
}
///
///
///
public class App_Model_Info : ObservableObject
{
private System.Int64 _ID;
///
///
///
public System.Int64 ID
{
get { return _ID; }
set
{
if (value != (_ID))
{
_ID = value;
OnPropertyChanged(nameof(ID));
}
}
}
private System.Int32 _OrgID_Int;
///
///
///
public System.Int32 OrgID_Int
{
get { return _OrgID_Int; }
set
{
if (value != (_OrgID_Int))
{
_OrgID_Int = value;
OnPropertyChanged(nameof(OrgID_Int));
}
}
}
private System.String _AppName_Str;
///
///
///
public System.String AppName_Str
{
get { return _AppName_Str; }
set
{
if (value != (_AppName_Str))
{
_AppName_Str = value;
OnPropertyChanged(nameof(AppName_Str));
}
}
}
private System.String _ModelCode_Str;
///
///
///
public System.String ModelCode_Str
{
get { return _ModelCode_Str; }
set
{
if (value != (_ModelCode_Str))
{
_ModelCode_Str = value;
OnPropertyChanged(nameof(ModelCode_Str));
}
}
}
private System.String _ModelDesc_Str;
///
///
///
public System.String ModelDesc_Str
{
get { return _ModelDesc_Str; }
set
{
if (value != (_ModelDesc_Str))
{
_ModelDesc_Str = value;
OnPropertyChanged(nameof(ModelDesc_Str));
}
}
}
private System.String _Remark_Str;
///
///
///
public System.String Remark_Str
{
get { return _Remark_Str; }
set
{
if (value != (_Remark_Str))
{
_Remark_Str = value;
OnPropertyChanged(nameof(Remark_Str));
}
}
}
private System.DateTime _CreateTime_Dt;
///
///
///
public System.DateTime CreateTime_Dt
{
get { return _CreateTime_Dt; }
set
{
if (value != (_CreateTime_Dt))
{
_CreateTime_Dt = value;
OnPropertyChanged(nameof(CreateTime_Dt));
}
}
}
}
///
///
///
public class App_CPK_Parameters : ObservableObject
{
private System.Int64 _ID;
///
///
///
public System.Int64 ID
{
get { return _ID; }
set
{
if (value != (_ID))
{
_ID = value;
OnPropertyChanged(nameof(ID));
}
}
}
private System.Int32 _OrgID_Int;
///
///
///
public System.Int32 OrgID_Int
{
get { return _OrgID_Int; }
set
{
if (value != (_OrgID_Int))
{
_OrgID_Int = value;
OnPropertyChanged(nameof(OrgID_Int));
}
}
}
private System.String _AppName_Str;
///
///
///
public System.String AppName_Str
{
get { return _AppName_Str; }
set
{
if (value != (_AppName_Str))
{
_AppName_Str = value;
OnPropertyChanged(nameof(AppName_Str));
}
}
}
private System.String _ProductModel_Str;
///
///
///
public System.String ProductModel_Str
{
get { return _ProductModel_Str; }
set
{
if (value != (_ProductModel_Str))
{
_ProductModel_Str = value;
OnPropertyChanged(nameof(ProductModel_Str));
}
}
}
private System.String _ProjectName_Str;
///
///
///
public System.String ProjectName_Str
{
get { return _ProjectName_Str; }
set
{
if (value != (_ProjectName_Str))
{
_ProjectName_Str = value;
OnPropertyChanged(nameof(ProjectName_Str));
}
}
}
private System.String _ParameterName_Str;
///
///
///
public System.String ParameterName_Str
{
get { return _ParameterName_Str; }
set
{
if (value != (_ParameterName_Str))
{
_ParameterName_Str = value;
OnPropertyChanged(nameof(ParameterName_Str));
}
}
}
private System.Decimal _HighLimit_Dec;
///
///
///
public System.Decimal HighLimit_Dec
{
get { return _HighLimit_Dec; }
set
{
if (value != (_HighLimit_Dec))
{
_HighLimit_Dec = value;
OnPropertyChanged(nameof(HighLimit_Dec));
}
}
}
private System.Decimal _LowLimit_Dec;
///
///
///
public System.Decimal LowLimit_Dec
{
get { return _LowLimit_Dec; }
set
{
if (value != (_LowLimit_Dec))
{
_LowLimit_Dec = value;
OnPropertyChanged(nameof(LowLimit_Dec));
}
}
}
private System.Decimal _CenterLimit_Dec;
///
///
///
public System.Decimal CenterLimit_Dec
{
get { return _CenterLimit_Dec; }
set
{
if (value != (_CenterLimit_Dec))
{
_CenterLimit_Dec = value;
OnPropertyChanged(nameof(CenterLimit_Dec));
}
}
}
private System.Int32 _GroupSize_Int;
///
///
///
public System.Int32 GroupSize_Int
{
get { return _GroupSize_Int; }
set
{
if (value != (_GroupSize_Int))
{
_GroupSize_Int = value;
OnPropertyChanged(nameof(GroupSize_Int));
}
}
}
private System.String _Unit_Str;
///
///
///
public System.String Unit_Str
{
get { return _Unit_Str; }
set
{
if (value != (_Unit_Str))
{
_Unit_Str = value;
OnPropertyChanged(nameof(Unit_Str));
}
}
}
private System.DateTime _CreateTime_Dt;
///
///
///
public System.DateTime CreateTime_Dt
{
get { return _CreateTime_Dt; }
set
{
if (value != (_CreateTime_Dt))
{
_CreateTime_Dt = value;
OnPropertyChanged(nameof(CreateTime_Dt));
}
}
}
private System.Decimal _YAxisMaxVal_Dec;
///
///
///
public System.Decimal YAxisMaxVal_Dec
{
get { return _YAxisMaxVal_Dec; }
set
{
if (value != (_YAxisMaxVal_Dec))
{
_YAxisMaxVal_Dec = value;
OnPropertyChanged(nameof(YAxisMaxVal_Dec));
}
}
}
private System.Decimal _YAxisMinVal_Dec;
///
///
///
public System.Decimal YAxisMinVal_Dec
{
get { return _YAxisMinVal_Dec; }
set
{
if (value != (_YAxisMinVal_Dec))
{
_YAxisMinVal_Dec = value;
OnPropertyChanged(nameof(YAxisMinVal_Dec));
}
}
}
private System.Decimal _CPL_Dec;
///
///
///
public System.Decimal CPL_Dec
{
get { return _CPL_Dec; }
set
{
if (value != (_CPL_Dec))
{
_CPL_Dec = value;
OnPropertyChanged(nameof(CPL_Dec));
}
}
}
private System.Decimal _CPU_Dec;
///
///
///
public System.Decimal CPU_Dec
{
get { return _CPU_Dec; }
set
{
if (value != (_CPU_Dec))
{
_CPU_Dec = value;
OnPropertyChanged(nameof(CPU_Dec));
}
}
}
}
///
///
///
public class Sys_User_RoleInfo : ObservableObject
{
private System.Int64 _ID;
///
///
///
public System.Int64 ID
{
get { return _ID; }
set
{
if (value != (_ID))
{
_ID = value;
OnPropertyChanged(nameof(ID));
}
}
}
private System.Int32 _OrgID_Int;
///
///
///
public System.Int32 OrgID_Int
{
get { return _OrgID_Int; }
set
{
if (value != (_OrgID_Int))
{
_OrgID_Int = value;
OnPropertyChanged(nameof(OrgID_Int));
}
}
}
private System.String _RoleID_Str;
///
///
///
public System.String RoleID_Str
{
get { return _RoleID_Str; }
set
{
if (value != (_RoleID_Str))
{
_RoleID_Str = value;
OnPropertyChanged(nameof(RoleID_Str));
}
}
}
private System.String _RoleName_Str;
///
///
///
public System.String RoleName_Str
{
get { return _RoleName_Str; }
set
{
if (value != (_RoleName_Str))
{
_RoleName_Str = value;
OnPropertyChanged(nameof(RoleName_Str));
}
}
}
private System.DateTime _ModifyTime_Dt;
///
///
///
public System.DateTime ModifyTime_Dt
{
get { return _ModifyTime_Dt; }
set
{
if (value != (_ModifyTime_Dt))
{
_ModifyTime_Dt = value;
OnPropertyChanged(nameof(ModifyTime_Dt));
}
}
}
private System.String _ModifyUser_Str;
///
///
///
public System.String ModifyUser_Str
{
get { return _ModifyUser_Str; }
set
{
if (value != (_ModifyUser_Str))
{
_ModifyUser_Str = value;
OnPropertyChanged(nameof(ModifyUser_Str));
}
}
}
private System.DateTime _CreateTime_Dt;
///
///
///
public System.DateTime CreateTime_Dt
{
get { return _CreateTime_Dt; }
set
{
if (value != (_CreateTime_Dt))
{
_CreateTime_Dt = value;
OnPropertyChanged(nameof(CreateTime_Dt));
}
}
}
private System.String _CreateUser_Str;
///
///
///
public System.String CreateUser_Str
{
get { return _CreateUser_Str; }
set
{
if (value != (_CreateUser_Str))
{
_CreateUser_Str = value;
OnPropertyChanged(nameof(CreateUser_Str));
}
}
}
private System.String _Remark_Str;
///
///
///
public System.String Remark_Str
{
get { return _Remark_Str; }
set
{
if (value != (_Remark_Str))
{
_Remark_Str = value;
OnPropertyChanged(nameof(Remark_Str));
}
}
}
private System.Boolean _IsEnable_Bit;
///
///
///
public System.Boolean IsEnable_Bit
{
get { return _IsEnable_Bit; }
set
{
if (value != (_IsEnable_Bit))
{
_IsEnable_Bit = value;
OnPropertyChanged(nameof(IsEnable_Bit));
}
}
}
private System.Boolean _IsActive_Bit;
///
///
///
public System.Boolean IsActive_Bit
{
get { return _IsActive_Bit; }
set
{
if (value != (_IsActive_Bit))
{
_IsActive_Bit = value;
OnPropertyChanged(nameof(IsActive_Bit));
}
}
}
private System.Boolean _IsPhantom_Bit;
///
///
///
public System.Boolean IsPhantom_Bit
{
get { return _IsPhantom_Bit; }
set
{
if (value != (_IsPhantom_Bit))
{
_IsPhantom_Bit = value;
OnPropertyChanged(nameof(IsPhantom_Bit));
}
}
}
}
///
///
///
public class Sys_User_UserInfo : ObservableObject
{
private System.Int64 _ID;
///
///
///
public System.Int64 ID
{
get { return _ID; }
set
{
if (value != (_ID))
{
_ID = value;
OnPropertyChanged(nameof(ID));
}
}
}
private System.Int32 _OrgID_Int;
///
///
///
public System.Int32 OrgID_Int
{
get { return _OrgID_Int; }
set
{
if (value != (_OrgID_Int))
{
_OrgID_Int = value;
OnPropertyChanged(nameof(OrgID_Int));
}
}
}
private System.String _UserID_Str;
///
///
///
public System.String UserID_Str
{
get { return _UserID_Str; }
set
{
if (value != (_UserID_Str))
{
_UserID_Str = value;
OnPropertyChanged(nameof(UserID_Str));
}
}
}
private System.String _UserName_Str;
///
///
///
public System.String UserName_Str
{
get { return _UserName_Str; }
set
{
if (value != (_UserName_Str))
{
_UserName_Str = value;
OnPropertyChanged(nameof(UserName_Str));
}
}
}
private System.String _PassWord_Str;
///
///
///
public System.String PassWord_Str
{
get { return _PassWord_Str; }
set
{
if (value != (_PassWord_Str))
{
_PassWord_Str = value;
OnPropertyChanged(nameof(PassWord_Str));
}
}
}
private System.Int64 _UserLevelID_Int;
///
///
///
public System.Int64 UserLevelID_Int
{
get { return _UserLevelID_Int; }
set
{
if (value != (_UserLevelID_Int))
{
_UserLevelID_Int = value;
OnPropertyChanged(nameof(UserLevelID_Int));
}
}
}
private System.String _CreateUser_Str;
///
///
///
public System.String CreateUser_Str
{
get { return _CreateUser_Str; }
set
{
if (value != (_CreateUser_Str))
{
_CreateUser_Str = value;
OnPropertyChanged(nameof(CreateUser_Str));
}
}
}
private System.DateTime _CreateTime_Dt;
///
///
///
public System.DateTime CreateTime_Dt
{
get { return _CreateTime_Dt; }
set
{
if (value != (_CreateTime_Dt))
{
_CreateTime_Dt = value;
OnPropertyChanged(nameof(CreateTime_Dt));
}
}
}
private System.DateTime _ModifyTime_Dt;
///
///
///
public System.DateTime ModifyTime_Dt
{
get { return _ModifyTime_Dt; }
set
{
if (value != (_ModifyTime_Dt))
{
_ModifyTime_Dt = value;
OnPropertyChanged(nameof(ModifyTime_Dt));
}
}
}
private System.String _ModifyUser_Str;
///
///
///
public System.String ModifyUser_Str
{
get { return _ModifyUser_Str; }
set
{
if (value != (_ModifyUser_Str))
{
_ModifyUser_Str = value;
OnPropertyChanged(nameof(ModifyUser_Str));
}
}
}
private System.Int32 _LoginCount_Int;
///
///
///
public System.Int32 LoginCount_Int
{
get { return _LoginCount_Int; }
set
{
if (value != (_LoginCount_Int))
{
_LoginCount_Int = value;
OnPropertyChanged(nameof(LoginCount_Int));
}
}
}
private System.String _Remark_Str;
///
///
///
public System.String Remark_Str
{
get { return _Remark_Str; }
set
{
if (value != (_Remark_Str))
{
_Remark_Str = value;
OnPropertyChanged(nameof(Remark_Str));
}
}
}
private System.DateTime _LastLoginDateTime_Dt;
///
///
///
public System.DateTime LastLoginDateTime_Dt
{
get { return _LastLoginDateTime_Dt; }
set
{
if (value != (_LastLoginDateTime_Dt))
{
_LastLoginDateTime_Dt = value;
OnPropertyChanged(nameof(LastLoginDateTime_Dt));
}
}
}
private System.Boolean _IsEnable_Bit;
///
///
///
public System.Boolean IsEnable_Bit
{
get { return _IsEnable_Bit; }
set
{
if (value != (_IsEnable_Bit))
{
_IsEnable_Bit = value;
OnPropertyChanged(nameof(IsEnable_Bit));
}
}
}
private System.Boolean _IsActive_Bit;
///
///
///
public System.Boolean IsActive_Bit
{
get { return _IsActive_Bit; }
set
{
if (value != (_IsActive_Bit))
{
_IsActive_Bit = value;
OnPropertyChanged(nameof(IsActive_Bit));
}
}
}
private System.Boolean _IsPhantom_Bit;
///
///
///
public System.Boolean IsPhantom_Bit
{
get { return _IsPhantom_Bit; }
set
{
if (value != (_IsPhantom_Bit))
{
_IsPhantom_Bit = value;
OnPropertyChanged(nameof(IsPhantom_Bit));
}
}
}
}
///
///
///
public class SampleDeviceTable : ObservableObject
{
private System.Int64 _ID;
///
///
///
public System.Int64 ID
{
get { return _ID; }
set
{
if (value != (_ID))
{
_ID = value;
OnPropertyChanged(nameof(ID));
}
}
}
private System.Int32 _OrgID_Int;
///
///
///
public System.Int32 OrgID_Int
{
get { return _OrgID_Int; }
set
{
if (value != (_OrgID_Int))
{
_OrgID_Int = value;
OnPropertyChanged(nameof(OrgID_Int));
}
}
}
private System.Int32 _SubINV_Int;
///
///
///
public System.Int32 SubINV_Int
{
get { return _SubINV_Int; }
set
{
if (value != (_SubINV_Int))
{
_SubINV_Int = value;
OnPropertyChanged(nameof(SubINV_Int));
}
}
}
private System.String _Line_Str;
///
///
///
public System.String Line_Str
{
get { return _Line_Str; }
set
{
if (value != (_Line_Str))
{
_Line_Str = value;
OnPropertyChanged(nameof(Line_Str));
}
}
}
private System.String _DeviceID_Str;
///
///
///
public System.String DeviceID_Str
{
get { return _DeviceID_Str; }
set
{
if (value != (_DeviceID_Str))
{
_DeviceID_Str = value;
OnPropertyChanged(nameof(DeviceID_Str));
}
}
}
private System.String _BarCode_Str;
///
///
///
public System.String BarCode_Str
{
get { return _BarCode_Str; }
set
{
if (value != (_BarCode_Str))
{
_BarCode_Str = value;
OnPropertyChanged(nameof(BarCode_Str));
}
}
}
private System.Int32 _TestResult_Int;
///
///
///
public System.Int32 TestResult_Int
{
get { return _TestResult_Int; }
set
{
if (value != (_TestResult_Int))
{
_TestResult_Int = value;
OnPropertyChanged(nameof(TestResult_Int));
}
}
}
private System.String _CreateUser_Str;
///
///
///
public System.String CreateUser_Str
{
get { return _CreateUser_Str; }
set
{
if (value != (_CreateUser_Str))
{
_CreateUser_Str = value;
OnPropertyChanged(nameof(CreateUser_Str));
}
}
}
private System.DateTime _CreateTime_Dt;
///
///
///
public System.DateTime CreateTime_Dt
{
get { return _CreateTime_Dt; }
set
{
if (value != (_CreateTime_Dt))
{
_CreateTime_Dt = value;
OnPropertyChanged(nameof(CreateTime_Dt));
}
}
}
private System.DateTime _ModifyTime_Dt;
///
///
///
public System.DateTime ModifyTime_Dt
{
get { return _ModifyTime_Dt; }
set
{
if (value != (_ModifyTime_Dt))
{
_ModifyTime_Dt = value;
OnPropertyChanged(nameof(ModifyTime_Dt));
}
}
}
private System.String _ModifyUser_Str;
///
///
///
public System.String ModifyUser_Str
{
get { return _ModifyUser_Str; }
set
{
if (value != (_ModifyUser_Str))
{
_ModifyUser_Str = value;
OnPropertyChanged(nameof(ModifyUser_Str));
}
}
}
private System.String _Remark_Str;
///
///
///
public System.String Remark_Str
{
get { return _Remark_Str; }
set
{
if (value != (_Remark_Str))
{
_Remark_Str = value;
OnPropertyChanged(nameof(Remark_Str));
}
}
}
}
///
///
///
public class sqlite_stat1 : ObservableObject
{
private System.Object _tbl;
///
///
///
public System.Object tbl
{
get { return _tbl; }
set
{
if (value != (_tbl))
{
_tbl = value;
OnPropertyChanged(nameof(tbl));
}
}
}
private System.Object _idx;
///
///
///
public System.Object idx
{
get { return _idx; }
set
{
if (value != (_idx))
{
_idx = value;
OnPropertyChanged(nameof(idx));
}
}
}
private System.Object _stat;
///
///
///
public System.Object stat
{
get { return _stat; }
set
{
if (value != (_stat))
{
_stat = value;
OnPropertyChanged(nameof(stat));
}
}
}
}
///
///
///
public class App_Common_ProductLog : ObservableObject
{
private System.Int64 _ID;
///
///
///
public System.Int64 ID
{
get { return _ID; }
set
{
if (value != (_ID))
{
_ID = value;
OnPropertyChanged(nameof(ID));
}
}
}
private System.Int32 _OrgID_Int;
///
///
///
public System.Int32 OrgID_Int
{
get { return _OrgID_Int; }
set
{
if (value != (_OrgID_Int))
{
_OrgID_Int = value;
OnPropertyChanged(nameof(OrgID_Int));
}
}
}
private System.Int32 _SubINV_Int;
///
///
///
public System.Int32 SubINV_Int
{
get { return _SubINV_Int; }
set
{
if (value != (_SubINV_Int))
{
_SubINV_Int = value;
OnPropertyChanged(nameof(SubINV_Int));
}
}
}
private System.String _Line_Str;
///
///
///
public System.String Line_Str
{
get { return _Line_Str; }
set
{
if (value != (_Line_Str))
{
_Line_Str = value;
OnPropertyChanged(nameof(Line_Str));
}
}
}
private System.String _DeviceID_Str;
///
///
///
public System.String DeviceID_Str
{
get { return _DeviceID_Str; }
set
{
if (value != (_DeviceID_Str))
{
_DeviceID_Str = value;
OnPropertyChanged(nameof(DeviceID_Str));
}
}
}
private System.String _BarCode_Str;
///
///
///
public System.String BarCode_Str
{
get { return _BarCode_Str; }
set
{
if (value != (_BarCode_Str))
{
_BarCode_Str = value;
OnPropertyChanged(nameof(BarCode_Str));
}
}
}
private System.String _ProductModel_Str;
///
///
///
public System.String ProductModel_Str
{
get { return _ProductModel_Str; }
set
{
if (value != (_ProductModel_Str))
{
_ProductModel_Str = value;
OnPropertyChanged(nameof(ProductModel_Str));
}
}
}
private System.Int32 _TestResult_Int;
///
///
///
public System.Int32 TestResult_Int
{
get { return _TestResult_Int; }
set
{
if (value != (_TestResult_Int))
{
_TestResult_Int = value;
OnPropertyChanged(nameof(TestResult_Int));
}
}
}
private System.Int32 _Index_int;
///
///
///
public System.Int32 Index_int
{
get { return _Index_int; }
set
{
if (value != (_Index_int))
{
_Index_int = value;
OnPropertyChanged(nameof(Index_int));
}
}
}
private System.Int32 _LotQty_int;
///
///
///
public System.Int32 LotQty_int
{
get { return _LotQty_int; }
set
{
if (value != (_LotQty_int))
{
_LotQty_int = value;
OnPropertyChanged(nameof(LotQty_int));
}
}
}
private System.String _CreateUser_Str;
///
///
///
public System.String CreateUser_Str
{
get { return _CreateUser_Str; }
set
{
if (value != (_CreateUser_Str))
{
_CreateUser_Str = value;
OnPropertyChanged(nameof(CreateUser_Str));
}
}
}
private System.DateTime _CreateTime_Dt;
///
///
///
public System.DateTime CreateTime_Dt
{
get { return _CreateTime_Dt; }
set
{
if (value != (_CreateTime_Dt))
{
_CreateTime_Dt = value;
OnPropertyChanged(nameof(CreateTime_Dt));
}
}
}
private System.DateTime _ModifyTime_Dt;
///
///
///
public System.DateTime ModifyTime_Dt
{
get { return _ModifyTime_Dt; }
set
{
if (value != (_ModifyTime_Dt))
{
_ModifyTime_Dt = value;
OnPropertyChanged(nameof(ModifyTime_Dt));
}
}
}
private System.String _ModifyUser_Str;
///
///
///
public System.String ModifyUser_Str
{
get { return _ModifyUser_Str; }
set
{
if (value != (_ModifyUser_Str))
{
_ModifyUser_Str = value;
OnPropertyChanged(nameof(ModifyUser_Str));
}
}
}
private System.String _Remark_Str;
///
///
///
public System.String Remark_Str
{
get { return _Remark_Str; }
set
{
if (value != (_Remark_Str))
{
_Remark_Str = value;
OnPropertyChanged(nameof(Remark_Str));
}
}
}
}
///
///
///
public class Sys_Column_Comment : ObservableObject
{
private System.Int64 _ID;
///
///
///
public System.Int64 ID
{
get { return _ID; }
set
{
if (value != (_ID))
{
_ID = value;
OnPropertyChanged(nameof(ID));
}
}
}
private System.Int32 _OrgID_Int;
///
///
///
public System.Int32 OrgID_Int
{
get { return _OrgID_Int; }
set
{
if (value != (_OrgID_Int))
{
_OrgID_Int = value;
OnPropertyChanged(nameof(OrgID_Int));
}
}
}
private System.Int32 _SubINV_Int;
///
///
///
public System.Int32 SubINV_Int
{
get { return _SubINV_Int; }
set
{
if (value != (_SubINV_Int))
{
_SubINV_Int = value;
OnPropertyChanged(nameof(SubINV_Int));
}
}
}
private System.String _Line_Str;
///
///
///
public System.String Line_Str
{
get { return _Line_Str; }
set
{
if (value != (_Line_Str))
{
_Line_Str = value;
OnPropertyChanged(nameof(Line_Str));
}
}
}
private System.String _DeviceID_Str;
///
///
///
public System.String DeviceID_Str
{
get { return _DeviceID_Str; }
set
{
if (value != (_DeviceID_Str))
{
_DeviceID_Str = value;
OnPropertyChanged(nameof(DeviceID_Str));
}
}
}
private System.String _BarCode_Str;
///
///
///
public System.String BarCode_Str
{
get { return _BarCode_Str; }
set
{
if (value != (_BarCode_Str))
{
_BarCode_Str = value;
OnPropertyChanged(nameof(BarCode_Str));
}
}
}
private System.Int32 _TestResult_Int;
///
///
///
public System.Int32 TestResult_Int
{
get { return _TestResult_Int; }
set
{
if (value != (_TestResult_Int))
{
_TestResult_Int = value;
OnPropertyChanged(nameof(TestResult_Int));
}
}
}
private System.String _CreateUser_Str;
///
///
///
public System.String CreateUser_Str
{
get { return _CreateUser_Str; }
set
{
if (value != (_CreateUser_Str))
{
_CreateUser_Str = value;
OnPropertyChanged(nameof(CreateUser_Str));
}
}
}
private System.DateTime _CreateTime_Dt;
///
///
///
public System.DateTime CreateTime_Dt
{
get { return _CreateTime_Dt; }
set
{
if (value != (_CreateTime_Dt))
{
_CreateTime_Dt = value;
OnPropertyChanged(nameof(CreateTime_Dt));
}
}
}
private System.DateTime _ModifyTime_Dt;
///
///
///
public System.DateTime ModifyTime_Dt
{
get { return _ModifyTime_Dt; }
set
{
if (value != (_ModifyTime_Dt))
{
_ModifyTime_Dt = value;
OnPropertyChanged(nameof(ModifyTime_Dt));
}
}
}
private System.String _ModifyUser_Str;
///
///
///
public System.String ModifyUser_Str
{
get { return _ModifyUser_Str; }
set
{
if (value != (_ModifyUser_Str))
{
_ModifyUser_Str = value;
OnPropertyChanged(nameof(ModifyUser_Str));
}
}
}
private System.String _Remark_Str;
///
///
///
public System.String Remark_Str
{
get { return _Remark_Str; }
set
{
if (value != (_Remark_Str))
{
_Remark_Str = value;
OnPropertyChanged(nameof(Remark_Str));
}
}
}
}
///
///
///
public class Sys_Table_Comment : ObservableObject
{
private System.Int64 _ID;
///
///
///
public System.Int64 ID
{
get { return _ID; }
set
{
if (value != (_ID))
{
_ID = value;
OnPropertyChanged(nameof(ID));
}
}
}
private System.String _Type_Str;
///
///
///
public System.String Type_Str
{
get { return _Type_Str; }
set
{
if (value != (_Type_Str))
{
_Type_Str = value;
OnPropertyChanged(nameof(Type_Str));
}
}
}
private System.String _Group_Str;
///
///
///
public System.String Group_Str
{
get { return _Group_Str; }
set
{
if (value != (_Group_Str))
{
_Group_Str = value;
OnPropertyChanged(nameof(Group_Str));
}
}
}
private System.String _TableName_Str;
///
///
///
public System.String TableName_Str
{
get { return _TableName_Str; }
set
{
if (value != (_TableName_Str))
{
_TableName_Str = value;
OnPropertyChanged(nameof(TableName_Str));
}
}
}
private System.Object _Comment_Str;
///
///
///
public System.Object Comment_Str
{
get { return _Comment_Str; }
set
{
if (value != (_Comment_Str))
{
_Comment_Str = value;
OnPropertyChanged(nameof(Comment_Str));
}
}
}
private System.DateTime _CreateTime_Dt;
///
///
///
public System.DateTime CreateTime_Dt
{
get { return _CreateTime_Dt; }
set
{
if (value != (_CreateTime_Dt))
{
_CreateTime_Dt = value;
OnPropertyChanged(nameof(CreateTime_Dt));
}
}
}
}
///
///
///
public class App_MES_Detection : ObservableObject
{
private System.Int64 _ID;
///
///
///
public System.Int64 ID
{
get { return _ID; }
set
{
if (value != (_ID))
{
_ID = value;
OnPropertyChanged(nameof(ID));
}
}
}
private System.Int32 _OrgID_Int;
///
///
///
public System.Int32 OrgID_Int
{
get { return _OrgID_Int; }
set
{
if (value != (_OrgID_Int))
{
_OrgID_Int = value;
OnPropertyChanged(nameof(OrgID_Int));
}
}
}
private System.Int32 _SubINV_Int;
///
///
///
public System.Int32 SubINV_Int
{
get { return _SubINV_Int; }
set
{
if (value != (_SubINV_Int))
{
_SubINV_Int = value;
OnPropertyChanged(nameof(SubINV_Int));
}
}
}
private System.String _StationCode_Str;
///
///
///
public System.String StationCode_Str
{
get { return _StationCode_Str; }
set
{
if (value != (_StationCode_Str))
{
_StationCode_Str = value;
OnPropertyChanged(nameof(StationCode_Str));
}
}
}
private System.String _ProductBarcode_Str;
///
///
///
public System.String ProductBarcode_Str
{
get { return _ProductBarcode_Str; }
set
{
if (value != (_ProductBarcode_Str))
{
_ProductBarcode_Str = value;
OnPropertyChanged(nameof(ProductBarcode_Str));
}
}
}
private System.String _PartBarcode_Str;
///
///
///
public System.String PartBarcode_Str
{
get { return _PartBarcode_Str; }
set
{
if (value != (_PartBarcode_Str))
{
_PartBarcode_Str = value;
OnPropertyChanged(nameof(PartBarcode_Str));
}
}
}
private System.DateTime _CollectTime_Dt;
///
///
///
public System.DateTime CollectTime_Dt
{
get { return _CollectTime_Dt; }
set
{
if (value != (_CollectTime_Dt))
{
_CollectTime_Dt = value;
OnPropertyChanged(nameof(CollectTime_Dt));
}
}
}
private System.String _CreateUser_Str;
///
///
///
public System.String CreateUser_Str
{
get { return _CreateUser_Str; }
set
{
if (value != (_CreateUser_Str))
{
_CreateUser_Str = value;
OnPropertyChanged(nameof(CreateUser_Str));
}
}
}
private System.DateTime _CreateTime_Dt;
///
///
///
public System.DateTime CreateTime_Dt
{
get { return _CreateTime_Dt; }
set
{
if (value != (_CreateTime_Dt))
{
_CreateTime_Dt = value;
OnPropertyChanged(nameof(CreateTime_Dt));
}
}
}
private System.DateTime _ModifyTime_Dt;
///
///
///
public System.DateTime ModifyTime_Dt
{
get { return _ModifyTime_Dt; }
set
{
if (value != (_ModifyTime_Dt))
{
_ModifyTime_Dt = value;
OnPropertyChanged(nameof(ModifyTime_Dt));
}
}
}
private System.String _ModifyUser_Str;
///
///
///
public System.String ModifyUser_Str
{
get { return _ModifyUser_Str; }
set
{
if (value != (_ModifyUser_Str))
{
_ModifyUser_Str = value;
OnPropertyChanged(nameof(ModifyUser_Str));
}
}
}
private System.Boolean _IsSynced_Bit;
///
///
///
public System.Boolean IsSynced_Bit
{
get { return _IsSynced_Bit; }
set
{
if (value != (_IsSynced_Bit))
{
_IsSynced_Bit = value;
OnPropertyChanged(nameof(IsSynced_Bit));
}
}
}
private System.String _Remark_Str;
///
///
///
public System.String Remark_Str
{
get { return _Remark_Str; }
set
{
if (value != (_Remark_Str))
{
_Remark_Str = value;
OnPropertyChanged(nameof(Remark_Str));
}
}
}
}
///
///
///
public class App_MES_PartLink : ObservableObject
{
private System.Int64 _ID;
///
///
///
public System.Int64 ID
{
get { return _ID; }
set
{
if (value != (_ID))
{
_ID = value;
OnPropertyChanged(nameof(ID));
}
}
}
private System.Int32 _OrgID_Int;
///
///
///
public System.Int32 OrgID_Int
{
get { return _OrgID_Int; }
set
{
if (value != (_OrgID_Int))
{
_OrgID_Int = value;
OnPropertyChanged(nameof(OrgID_Int));
}
}
}
private System.Int32 _SubINV_Int;
///
///
///
public System.Int32 SubINV_Int
{
get { return _SubINV_Int; }
set
{
if (value != (_SubINV_Int))
{
_SubINV_Int = value;
OnPropertyChanged(nameof(SubINV_Int));
}
}
}
private System.String _StationCode_Str;
///
///
///
public System.String StationCode_Str
{
get { return _StationCode_Str; }
set
{
if (value != (_StationCode_Str))
{
_StationCode_Str = value;
OnPropertyChanged(nameof(StationCode_Str));
}
}
}
private System.String _ProductBarcode_Str;
///
///
///
public System.String ProductBarcode_Str
{
get { return _ProductBarcode_Str; }
set
{
if (value != (_ProductBarcode_Str))
{
_ProductBarcode_Str = value;
OnPropertyChanged(nameof(ProductBarcode_Str));
}
}
}
private System.Int32 _TestResult_Int;
///
///
///
public System.Int32 TestResult_Int
{
get { return _TestResult_Int; }
set
{
if (value != (_TestResult_Int))
{
_TestResult_Int = value;
OnPropertyChanged(nameof(TestResult_Int));
}
}
}
private System.DateTime _CollectTime_Dt;
///
///
///
public System.DateTime CollectTime_Dt
{
get { return _CollectTime_Dt; }
set
{
if (value != (_CollectTime_Dt))
{
_CollectTime_Dt = value;
OnPropertyChanged(nameof(CollectTime_Dt));
}
}
}
private System.String _CreateUser_Str;
///
///
///
public System.String CreateUser_Str
{
get { return _CreateUser_Str; }
set
{
if (value != (_CreateUser_Str))
{
_CreateUser_Str = value;
OnPropertyChanged(nameof(CreateUser_Str));
}
}
}
private System.DateTime _CreateTime_Dt;
///
///
///
public System.DateTime CreateTime_Dt
{
get { return _CreateTime_Dt; }
set
{
if (value != (_CreateTime_Dt))
{
_CreateTime_Dt = value;
OnPropertyChanged(nameof(CreateTime_Dt));
}
}
}
private System.DateTime _ModifyTime_Dt;
///
///
///
public System.DateTime ModifyTime_Dt
{
get { return _ModifyTime_Dt; }
set
{
if (value != (_ModifyTime_Dt))
{
_ModifyTime_Dt = value;
OnPropertyChanged(nameof(ModifyTime_Dt));
}
}
}
private System.String _ModifyUser_Str;
///
///
///
public System.String ModifyUser_Str
{
get { return _ModifyUser_Str; }
set
{
if (value != (_ModifyUser_Str))
{
_ModifyUser_Str = value;
OnPropertyChanged(nameof(ModifyUser_Str));
}
}
}
private System.Boolean _IsSynced_Bit;
///
///
///
public System.Boolean IsSynced_Bit
{
get { return _IsSynced_Bit; }
set
{
if (value != (_IsSynced_Bit))
{
_IsSynced_Bit = value;
OnPropertyChanged(nameof(IsSynced_Bit));
}
}
}
private System.String _Remark_Str;
///
///
///
public System.String Remark_Str
{
get { return _Remark_Str; }
set
{
if (value != (_Remark_Str))
{
_Remark_Str = value;
OnPropertyChanged(nameof(Remark_Str));
}
}
}
}
///
///
///
public class Base_Org : ObservableObject
{
private System.Int32 _INVOrgID_Int;
///
///
///
public System.Int32 INVOrgID_Int
{
get { return _INVOrgID_Int; }
set
{
if (value != (_INVOrgID_Int))
{
_INVOrgID_Int = value;
OnPropertyChanged(nameof(INVOrgID_Int));
}
}
}
private System.DateTime _StartTime_Dt;
///
///
///
public System.DateTime StartTime_Dt
{
get { return _StartTime_Dt; }
set
{
if (value != (_StartTime_Dt))
{
_StartTime_Dt = value;
OnPropertyChanged(nameof(StartTime_Dt));
}
}
}
private System.String _INVOrgName_Str;
///
///
///
public System.String INVOrgName_Str
{
get { return _INVOrgName_Str; }
set
{
if (value != (_INVOrgName_Str))
{
_INVOrgName_Str = value;
OnPropertyChanged(nameof(INVOrgName_Str));
}
}
}
private System.Object _AppName_Str;
///
///
///
public System.Object AppName_Str
{
get { return _AppName_Str; }
set
{
if (value != (_AppName_Str))
{
_AppName_Str = value;
OnPropertyChanged(nameof(AppName_Str));
}
}
}
private System.Int64 _ID;
///
///
///
public System.Int64 ID
{
get { return _ID; }
set
{
if (value != (_ID))
{
_ID = value;
OnPropertyChanged(nameof(ID));
}
}
}
private System.String _Remark_Str;
///
///
///
public System.String Remark_Str
{
get { return _Remark_Str; }
set
{
if (value != (_Remark_Str))
{
_Remark_Str = value;
OnPropertyChanged(nameof(Remark_Str));
}
}
}
}
///
///
///
public class App_FaultLog : ObservableObject
{
private System.Int64 _ID;
///
///
///
public System.Int64 ID
{
get { return _ID; }
set
{
if (value != (_ID))
{
_ID = value;
OnPropertyChanged(nameof(ID));
}
}
}
private System.Int32 _OrgID_Int;
///
///
///
public System.Int32 OrgID_Int
{
get { return _OrgID_Int; }
set
{
if (value != (_OrgID_Int))
{
_OrgID_Int = value;
OnPropertyChanged(nameof(OrgID_Int));
}
}
}
private System.String _FaultCode_Str;
///
///
///
public System.String FaultCode_Str
{
get { return _FaultCode_Str; }
set
{
if (value != (_FaultCode_Str))
{
_FaultCode_Str = value;
OnPropertyChanged(nameof(FaultCode_Str));
}
}
}
private System.DateTime _Closetime_Dt;
///
///
///
public System.DateTime Closetime_Dt
{
get { return _Closetime_Dt; }
set
{
if (value != (_Closetime_Dt))
{
_Closetime_Dt = value;
OnPropertyChanged(nameof(Closetime_Dt));
}
}
}
private System.DateTime _DurationTime_t;
///
///
///
public System.DateTime DurationTime_t
{
get { return _DurationTime_t; }
set
{
if (value != (_DurationTime_t))
{
_DurationTime_t = value;
OnPropertyChanged(nameof(DurationTime_t));
}
}
}
private System.String _CreateUser_Str;
///
///
///
public System.String CreateUser_Str
{
get { return _CreateUser_Str; }
set
{
if (value != (_CreateUser_Str))
{
_CreateUser_Str = value;
OnPropertyChanged(nameof(CreateUser_Str));
}
}
}
private System.DateTime _CreateTime_Dt;
///
///
///
public System.DateTime CreateTime_Dt
{
get { return _CreateTime_Dt; }
set
{
if (value != (_CreateTime_Dt))
{
_CreateTime_Dt = value;
OnPropertyChanged(nameof(CreateTime_Dt));
}
}
}
private System.DateTime _ModifyTime_Dt;
///
///
///
public System.DateTime ModifyTime_Dt
{
get { return _ModifyTime_Dt; }
set
{
if (value != (_ModifyTime_Dt))
{
_ModifyTime_Dt = value;
OnPropertyChanged(nameof(ModifyTime_Dt));
}
}
}
private System.String _ModifyUser_Str;
///
///
///
public System.String ModifyUser_Str
{
get { return _ModifyUser_Str; }
set
{
if (value != (_ModifyUser_Str))
{
_ModifyUser_Str = value;
OnPropertyChanged(nameof(ModifyUser_Str));
}
}
}
private System.String _Remark_Str;
///
///
///
public System.String Remark_Str
{
get { return _Remark_Str; }
set
{
if (value != (_Remark_Str))
{
_Remark_Str = value;
OnPropertyChanged(nameof(Remark_Str));
}
}
}
}
///
///
///
public class Base_AlarmCode : ObservableObject
{
private System.Int64 _ID;
///
///
///
public System.Int64 ID
{
get { return _ID; }
set
{
if (value != (_ID))
{
_ID = value;
OnPropertyChanged(nameof(ID));
}
}
}
private System.Int32 _OrgID_Int;
///
///
///
public System.Int32 OrgID_Int
{
get { return _OrgID_Int; }
set
{
if (value != (_OrgID_Int))
{
_OrgID_Int = value;
OnPropertyChanged(nameof(OrgID_Int));
}
}
}
private System.String _AlarmCode_Str;
///
///
///
public System.String AlarmCode_Str
{
get { return _AlarmCode_Str; }
set
{
if (value != (_AlarmCode_Str))
{
_AlarmCode_Str = value;
OnPropertyChanged(nameof(AlarmCode_Str));
}
}
}
private System.String _AlarmType_Str;
///
///
///
public System.String AlarmType_Str
{
get { return _AlarmType_Str; }
set
{
if (value != (_AlarmType_Str))
{
_AlarmType_Str = value;
OnPropertyChanged(nameof(AlarmType_Str));
}
}
}
private System.String _AlarmDesc_Str;
///
///
///
public System.String AlarmDesc_Str
{
get { return _AlarmDesc_Str; }
set
{
if (value != (_AlarmDesc_Str))
{
_AlarmDesc_Str = value;
OnPropertyChanged(nameof(AlarmDesc_Str));
}
}
}
private System.String _Help_Str;
///
///
///
public System.String Help_Str
{
get { return _Help_Str; }
set
{
if (value != (_Help_Str))
{
_Help_Str = value;
OnPropertyChanged(nameof(Help_Str));
}
}
}
private System.String _Remark_Str;
///
///
///
public System.String Remark_Str
{
get { return _Remark_Str; }
set
{
if (value != (_Remark_Str))
{
_Remark_Str = value;
OnPropertyChanged(nameof(Remark_Str));
}
}
}
private System.String _CreateUser_Str;
///
///
///
public System.String CreateUser_Str
{
get { return _CreateUser_Str; }
set
{
if (value != (_CreateUser_Str))
{
_CreateUser_Str = value;
OnPropertyChanged(nameof(CreateUser_Str));
}
}
}
private System.DateTime _CreateTime_Dt;
///
///
///
public System.DateTime CreateTime_Dt
{
get { return _CreateTime_Dt; }
set
{
if (value != (_CreateTime_Dt))
{
_CreateTime_Dt = value;
OnPropertyChanged(nameof(CreateTime_Dt));
}
}
}
private System.DateTime _ModifyTime_Dt;
///
///
///
public System.DateTime ModifyTime_Dt
{
get { return _ModifyTime_Dt; }
set
{
if (value != (_ModifyTime_Dt))
{
_ModifyTime_Dt = value;
OnPropertyChanged(nameof(ModifyTime_Dt));
}
}
}
private System.String _ModifyUser_Str;
///
///
///
public System.String ModifyUser_Str
{
get { return _ModifyUser_Str; }
set
{
if (value != (_ModifyUser_Str))
{
_ModifyUser_Str = value;
OnPropertyChanged(nameof(ModifyUser_Str));
}
}
}
}
///
///
///
public class App_Classes : ObservableObject
{
private System.Int32 _ID;
///
///
///
public System.Int32 ID
{
get { return _ID; }
set
{
if (value != (_ID))
{
_ID = value;
OnPropertyChanged(nameof(ID));
}
}
}
private System.Int32 _ClassType_Int;
///
///
///
public System.Int32 ClassType_Int
{
get { return _ClassType_Int; }
set
{
if (value != (_ClassType_Int))
{
_ClassType_Int = value;
OnPropertyChanged(nameof(ClassType_Int));
}
}
}
private System.String _StartTime_Str;
///
///
///
public System.String StartTime_Str
{
get { return _StartTime_Str; }
set
{
if (value != (_StartTime_Str))
{
_StartTime_Str = value;
OnPropertyChanged(nameof(StartTime_Str));
}
}
}
private System.String _ClassesName_Str;
///
///
///
public System.String ClassesName_Str
{
get { return _ClassesName_Str; }
set
{
if (value != (_ClassesName_Str))
{
_ClassesName_Str = value;
OnPropertyChanged(nameof(ClassesName_Str));
}
}
}
private System.String _EndTime_Str;
///
///
///
public System.String EndTime_Str
{
get { return _EndTime_Str; }
set
{
if (value != (_EndTime_Str))
{
_EndTime_Str = value;
OnPropertyChanged(nameof(EndTime_Str));
}
}
}
private System.Boolean _IsEnable_Bit;
///
///
///
public System.Boolean IsEnable_Bit
{
get { return _IsEnable_Bit; }
set
{
if (value != (_IsEnable_Bit))
{
_IsEnable_Bit = value;
OnPropertyChanged(nameof(IsEnable_Bit));
}
}
}
}
///
///
///
public class App_Demo_TestResult : ObservableObject
{
private System.Int64 _ID;
///
///
///
public System.Int64 ID
{
get { return _ID; }
set
{
if (value != (_ID))
{
_ID = value;
OnPropertyChanged(nameof(ID));
}
}
}
private System.Int32 _OrgID_Int;
///
///
///
public System.Int32 OrgID_Int
{
get { return _OrgID_Int; }
set
{
if (value != (_OrgID_Int))
{
_OrgID_Int = value;
OnPropertyChanged(nameof(OrgID_Int));
}
}
}
private System.Int32 _SubINV_Int;
///
///
///
public System.Int32 SubINV_Int
{
get { return _SubINV_Int; }
set
{
if (value != (_SubINV_Int))
{
_SubINV_Int = value;
OnPropertyChanged(nameof(SubINV_Int));
}
}
}
private System.String _DeviceID_Str;
///
///
///
public System.String DeviceID_Str
{
get { return _DeviceID_Str; }
set
{
if (value != (_DeviceID_Str))
{
_DeviceID_Str = value;
OnPropertyChanged(nameof(DeviceID_Str));
}
}
}
private System.String _StationCode_Str;
///
///
///
public System.String StationCode_Str
{
get { return _StationCode_Str; }
set
{
if (value != (_StationCode_Str))
{
_StationCode_Str = value;
OnPropertyChanged(nameof(StationCode_Str));
}
}
}
private System.String _BarCode_Str;
///
///
///
public System.String BarCode_Str
{
get { return _BarCode_Str; }
set
{
if (value != (_BarCode_Str))
{
_BarCode_Str = value;
OnPropertyChanged(nameof(BarCode_Str));
}
}
}
private System.Int32 _SampleId_Int;
///
///
///
public System.Int32 SampleId_Int
{
get { return _SampleId_Int; }
set
{
if (value != (_SampleId_Int))
{
_SampleId_Int = value;
OnPropertyChanged(nameof(SampleId_Int));
}
}
}
private System.Decimal _Amps_Dec;
///
///
///
public System.Decimal Amps_Dec
{
get { return _Amps_Dec; }
set
{
if (value != (_Amps_Dec))
{
_Amps_Dec = value;
OnPropertyChanged(nameof(Amps_Dec));
}
}
}
private System.Decimal _Voltage_Dec;
///
///
///
public System.Decimal Voltage_Dec
{
get { return _Voltage_Dec; }
set
{
if (value != (_Voltage_Dec))
{
_Voltage_Dec = value;
OnPropertyChanged(nameof(Voltage_Dec));
}
}
}
private System.Decimal _Power_Dec;
///
///
///
public System.Decimal Power_Dec
{
get { return _Power_Dec; }
set
{
if (value != (_Power_Dec))
{
_Power_Dec = value;
OnPropertyChanged(nameof(Power_Dec));
}
}
}
private System.Decimal _TDS_Dec;
///
///
///
public System.Decimal TDS_Dec
{
get { return _TDS_Dec; }
set
{
if (value != (_TDS_Dec))
{
_TDS_Dec = value;
OnPropertyChanged(nameof(TDS_Dec));
}
}
}
private System.Decimal _WaterFlow_Dec;
///
///
///
public System.Decimal WaterFlow_Dec
{
get { return _WaterFlow_Dec; }
set
{
if (value != (_WaterFlow_Dec))
{
_WaterFlow_Dec = value;
OnPropertyChanged(nameof(WaterFlow_Dec));
}
}
}
private System.Decimal _WasteFlow_Dec;
///
///
///
public System.Decimal WasteFlow_Dec
{
get { return _WasteFlow_Dec; }
set
{
if (value != (_WasteFlow_Dec))
{
_WasteFlow_Dec = value;
OnPropertyChanged(nameof(WasteFlow_Dec));
}
}
}
private System.Decimal _Temperature_Dec;
///
///
///
public System.Decimal Temperature_Dec
{
get { return _Temperature_Dec; }
set
{
if (value != (_Temperature_Dec))
{
_Temperature_Dec = value;
OnPropertyChanged(nameof(Temperature_Dec));
}
}
}
private System.Int32 _TestResult_Int;
///
///
///
public System.Int32 TestResult_Int
{
get { return _TestResult_Int; }
set
{
if (value != (_TestResult_Int))
{
_TestResult_Int = value;
OnPropertyChanged(nameof(TestResult_Int));
}
}
}
private System.Boolean _IsSynced_Bit;
///
///
///
public System.Boolean IsSynced_Bit
{
get { return _IsSynced_Bit; }
set
{
if (value != (_IsSynced_Bit))
{
_IsSynced_Bit = value;
OnPropertyChanged(nameof(IsSynced_Bit));
}
}
}
private System.String _CreateUser_Str;
///
///
///
public System.String CreateUser_Str
{
get { return _CreateUser_Str; }
set
{
if (value != (_CreateUser_Str))
{
_CreateUser_Str = value;
OnPropertyChanged(nameof(CreateUser_Str));
}
}
}
private System.DateTime _CreateTime_Dt;
///
///
///
public System.DateTime CreateTime_Dt
{
get { return _CreateTime_Dt; }
set
{
if (value != (_CreateTime_Dt))
{
_CreateTime_Dt = value;
OnPropertyChanged(nameof(CreateTime_Dt));
}
}
}
private System.DateTime _ModifyTime_Dt;
///
///
///
public System.DateTime ModifyTime_Dt
{
get { return _ModifyTime_Dt; }
set
{
if (value != (_ModifyTime_Dt))
{
_ModifyTime_Dt = value;
OnPropertyChanged(nameof(ModifyTime_Dt));
}
}
}
private System.String _ModifyUser_Str;
///
///
///
public System.String ModifyUser_Str
{
get { return _ModifyUser_Str; }
set
{
if (value != (_ModifyUser_Str))
{
_ModifyUser_Str = value;
OnPropertyChanged(nameof(ModifyUser_Str));
}
}
}
private System.String _Remark_Str;
///
///
///
public System.String Remark_Str
{
get { return _Remark_Str; }
set
{
if (value != (_Remark_Str))
{
_Remark_Str = value;
OnPropertyChanged(nameof(Remark_Str));
}
}
}
}
///
///
///
public class App_Demo_ProcessData : ObservableObject
{
private System.Int64 _ID;
///
///
///
public System.Int64 ID
{
get { return _ID; }
set
{
if (value != (_ID))
{
_ID = value;
OnPropertyChanged(nameof(ID));
}
}
}
private System.Int32 _OrgID_Int;
///
///
///
public System.Int32 OrgID_Int
{
get { return _OrgID_Int; }
set
{
if (value != (_OrgID_Int))
{
_OrgID_Int = value;
OnPropertyChanged(nameof(OrgID_Int));
}
}
}
private System.Int32 _SubINV_Int;
///
///
///
public System.Int32 SubINV_Int
{
get { return _SubINV_Int; }
set
{
if (value != (_SubINV_Int))
{
_SubINV_Int = value;
OnPropertyChanged(nameof(SubINV_Int));
}
}
}
private System.Int32 _ReportId;
///
///
///
public System.Int32 ReportId
{
get { return _ReportId; }
set
{
if (value != (_ReportId))
{
_ReportId = value;
OnPropertyChanged(nameof(ReportId));
}
}
}
private System.String _DeviceID_Str;
///
///
///
public System.String DeviceID_Str
{
get { return _DeviceID_Str; }
set
{
if (value != (_DeviceID_Str))
{
_DeviceID_Str = value;
OnPropertyChanged(nameof(DeviceID_Str));
}
}
}
private System.String _StationCode_Str;
///
///
///
public System.String StationCode_Str
{
get { return _StationCode_Str; }
set
{
if (value != (_StationCode_Str))
{
_StationCode_Str = value;
OnPropertyChanged(nameof(StationCode_Str));
}
}
}
private System.String _BarCode_Str;
///
///
///
public System.String BarCode_Str
{
get { return _BarCode_Str; }
set
{
if (value != (_BarCode_Str))
{
_BarCode_Str = value;
OnPropertyChanged(nameof(BarCode_Str));
}
}
}
private System.Int32 _SampleId_Int;
///
///
///
public System.Int32 SampleId_Int
{
get { return _SampleId_Int; }
set
{
if (value != (_SampleId_Int))
{
_SampleId_Int = value;
OnPropertyChanged(nameof(SampleId_Int));
}
}
}
private System.Decimal _Amps_Dec;
///
///
///
public System.Decimal Amps_Dec
{
get { return _Amps_Dec; }
set
{
if (value != (_Amps_Dec))
{
_Amps_Dec = value;
OnPropertyChanged(nameof(Amps_Dec));
}
}
}
private System.Decimal _Voltage_Dec;
///
///
///
public System.Decimal Voltage_Dec
{
get { return _Voltage_Dec; }
set
{
if (value != (_Voltage_Dec))
{
_Voltage_Dec = value;
OnPropertyChanged(nameof(Voltage_Dec));
}
}
}
private System.Decimal _Power_Dec;
///
///
///
public System.Decimal Power_Dec
{
get { return _Power_Dec; }
set
{
if (value != (_Power_Dec))
{
_Power_Dec = value;
OnPropertyChanged(nameof(Power_Dec));
}
}
}
private System.Decimal _TDS_Dec;
///
///
///
public System.Decimal TDS_Dec
{
get { return _TDS_Dec; }
set
{
if (value != (_TDS_Dec))
{
_TDS_Dec = value;
OnPropertyChanged(nameof(TDS_Dec));
}
}
}
private System.Decimal _WaterFlow_Dec;
///
///
///
public System.Decimal WaterFlow_Dec
{
get { return _WaterFlow_Dec; }
set
{
if (value != (_WaterFlow_Dec))
{
_WaterFlow_Dec = value;
OnPropertyChanged(nameof(WaterFlow_Dec));
}
}
}
private System.Decimal _WasteFlow_Dec;
///
///
///
public System.Decimal WasteFlow_Dec
{
get { return _WasteFlow_Dec; }
set
{
if (value != (_WasteFlow_Dec))
{
_WasteFlow_Dec = value;
OnPropertyChanged(nameof(WasteFlow_Dec));
}
}
}
private System.Decimal _Temperature_Dec;
///
///
///
public System.Decimal Temperature_Dec
{
get { return _Temperature_Dec; }
set
{
if (value != (_Temperature_Dec))
{
_Temperature_Dec = value;
OnPropertyChanged(nameof(Temperature_Dec));
}
}
}
private System.Int32 _TestResult_Int;
///
///
///
public System.Int32 TestResult_Int
{
get { return _TestResult_Int; }
set
{
if (value != (_TestResult_Int))
{
_TestResult_Int = value;
OnPropertyChanged(nameof(TestResult_Int));
}
}
}
private System.Boolean _IsSynced_Bit;
///
///
///
public System.Boolean IsSynced_Bit
{
get { return _IsSynced_Bit; }
set
{
if (value != (_IsSynced_Bit))
{
_IsSynced_Bit = value;
OnPropertyChanged(nameof(IsSynced_Bit));
}
}
}
private System.String _CreateUser_Str;
///
///
///
public System.String CreateUser_Str
{
get { return _CreateUser_Str; }
set
{
if (value != (_CreateUser_Str))
{
_CreateUser_Str = value;
OnPropertyChanged(nameof(CreateUser_Str));
}
}
}
private System.DateTime _CreateTime_Dt;
///
///
///
public System.DateTime CreateTime_Dt
{
get { return _CreateTime_Dt; }
set
{
if (value != (_CreateTime_Dt))
{
_CreateTime_Dt = value;
OnPropertyChanged(nameof(CreateTime_Dt));
}
}
}
private System.DateTime _ModifyTime_Dt;
///
///
///
public System.DateTime ModifyTime_Dt
{
get { return _ModifyTime_Dt; }
set
{
if (value != (_ModifyTime_Dt))
{
_ModifyTime_Dt = value;
OnPropertyChanged(nameof(ModifyTime_Dt));
}
}
}
private System.String _ModifyUser_Str;
///
///
///
public System.String ModifyUser_Str
{
get { return _ModifyUser_Str; }
set
{
if (value != (_ModifyUser_Str))
{
_ModifyUser_Str = value;
OnPropertyChanged(nameof(ModifyUser_Str));
}
}
}
private System.String _Remark_Str;
///
///
///
public System.String Remark_Str
{
get { return _Remark_Str; }
set
{
if (value != (_Remark_Str))
{
_Remark_Str = value;
OnPropertyChanged(nameof(Remark_Str));
}
}
}
}
///
///
///
public class App_Sys_KeyRecord : ObservableObject
{
private System.Int64 _ID;
///
///
///
public System.Int64 ID
{
get { return _ID; }
set
{
if (value != (_ID))
{
_ID = value;
OnPropertyChanged(nameof(ID));
}
}
}
private System.Int32 _OrgID_Int;
///
///
///
public System.Int32 OrgID_Int
{
get { return _OrgID_Int; }
set
{
if (value != (_OrgID_Int))
{
_OrgID_Int = value;
OnPropertyChanged(nameof(OrgID_Int));
}
}
}
private System.Int32 _SubINV_Int;
///
///
///
public System.Int32 SubINV_Int
{
get { return _SubINV_Int; }
set
{
if (value != (_SubINV_Int))
{
_SubINV_Int = value;
OnPropertyChanged(nameof(SubINV_Int));
}
}
}
private System.String _Host_Str;
///
///
///
public System.String Host_Str
{
get { return _Host_Str; }
set
{
if (value != (_Host_Str))
{
_Host_Str = value;
OnPropertyChanged(nameof(Host_Str));
}
}
}
private System.String _Location_Str;
///
///
///
public System.String Location_Str
{
get { return _Location_Str; }
set
{
if (value != (_Location_Str))
{
_Location_Str = value;
OnPropertyChanged(nameof(Location_Str));
}
}
}
private System.String _Action_Str;
///
///
///
public System.String Action_Str
{
get { return _Action_Str; }
set
{
if (value != (_Action_Str))
{
_Action_Str = value;
OnPropertyChanged(nameof(Action_Str));
}
}
}
private System.String _OldValue_Str;
///
///
///
public System.String OldValue_Str
{
get { return _OldValue_Str; }
set
{
if (value != (_OldValue_Str))
{
_OldValue_Str = value;
OnPropertyChanged(nameof(OldValue_Str));
}
}
}
private System.Int32 _NewValue_Int;
///
///
///
public System.Int32 NewValue_Int
{
get { return _NewValue_Int; }
set
{
if (value != (_NewValue_Int))
{
_NewValue_Int = value;
OnPropertyChanged(nameof(NewValue_Int));
}
}
}
private System.String _CreateUser_Str;
///
///
///
public System.String CreateUser_Str
{
get { return _CreateUser_Str; }
set
{
if (value != (_CreateUser_Str))
{
_CreateUser_Str = value;
OnPropertyChanged(nameof(CreateUser_Str));
}
}
}
private System.DateTime _CreateTime_Dt;
///
///
///
public System.DateTime CreateTime_Dt
{
get { return _CreateTime_Dt; }
set
{
if (value != (_CreateTime_Dt))
{
_CreateTime_Dt = value;
OnPropertyChanged(nameof(CreateTime_Dt));
}
}
}
private System.DateTime _ModifyTime_Dt;
///
///
///
public System.DateTime ModifyTime_Dt
{
get { return _ModifyTime_Dt; }
set
{
if (value != (_ModifyTime_Dt))
{
_ModifyTime_Dt = value;
OnPropertyChanged(nameof(ModifyTime_Dt));
}
}
}
private System.String _ModifyUser_Str;
///
///
///
public System.String ModifyUser_Str
{
get { return _ModifyUser_Str; }
set
{
if (value != (_ModifyUser_Str))
{
_ModifyUser_Str = value;
OnPropertyChanged(nameof(ModifyUser_Str));
}
}
}
private System.String _Remark_Str;
///
///
///
public System.String Remark_Str
{
get { return _Remark_Str; }
set
{
if (value != (_Remark_Str))
{
_Remark_Str = value;
OnPropertyChanged(nameof(Remark_Str));
}
}
}
}
///
///
///
public class Sys_Menu_Info : ObservableObject
{
private System.Int64 _ID;
///
///
///
public System.Int64 ID
{
get { return _ID; }
set
{
if (value != (_ID))
{
_ID = value;
OnPropertyChanged(nameof(ID));
}
}
}
private System.Int32 _OrgID_Int;
///
///
///
public System.Int32 OrgID_Int
{
get { return _OrgID_Int; }
set
{
if (value != (_OrgID_Int))
{
_OrgID_Int = value;
OnPropertyChanged(nameof(OrgID_Int));
}
}
}
private System.Int32 _ShowOrder_Int;
///
///
///
public System.Int32 ShowOrder_Int
{
get { return _ShowOrder_Int; }
set
{
if (value != (_ShowOrder_Int))
{
_ShowOrder_Int = value;
OnPropertyChanged(nameof(ShowOrder_Int));
}
}
}
private System.String _MenuID_Str;
///
///
///
public System.String MenuID_Str
{
get { return _MenuID_Str; }
set
{
if (value != (_MenuID_Str))
{
_MenuID_Str = value;
OnPropertyChanged(nameof(MenuID_Str));
}
}
}
private System.String _MenuName_Str;
///
///
///
public System.String MenuName_Str
{
get { return _MenuName_Str; }
set
{
if (value != (_MenuName_Str))
{
_MenuName_Str = value;
OnPropertyChanged(nameof(MenuName_Str));
}
}
}
private System.String _LanguageKey_Str;
///
///
///
public System.String LanguageKey_Str
{
get { return _LanguageKey_Str; }
set
{
if (value != (_LanguageKey_Str))
{
_LanguageKey_Str = value;
OnPropertyChanged(nameof(LanguageKey_Str));
}
}
}
private System.String _ParentMenuID_Str;
///
///
///
public System.String ParentMenuID_Str
{
get { return _ParentMenuID_Str; }
set
{
if (value != (_ParentMenuID_Str))
{
_ParentMenuID_Str = value;
OnPropertyChanged(nameof(ParentMenuID_Str));
}
}
}
private System.String _ActionName_Str;
///
///
///
public System.String ActionName_Str
{
get { return _ActionName_Str; }
set
{
if (value != (_ActionName_Str))
{
_ActionName_Str = value;
OnPropertyChanged(nameof(ActionName_Str));
}
}
}
private System.String _Parameter_Str;
///
///
///
public System.String Parameter_Str
{
get { return _Parameter_Str; }
set
{
if (value != (_Parameter_Str))
{
_Parameter_Str = value;
OnPropertyChanged(nameof(Parameter_Str));
}
}
}
private System.String _CreateUser_Str;
///
///
///
public System.String CreateUser_Str
{
get { return _CreateUser_Str; }
set
{
if (value != (_CreateUser_Str))
{
_CreateUser_Str = value;
OnPropertyChanged(nameof(CreateUser_Str));
}
}
}
private System.DateTime _CreateTime_Dt;
///
///
///
public System.DateTime CreateTime_Dt
{
get { return _CreateTime_Dt; }
set
{
if (value != (_CreateTime_Dt))
{
_CreateTime_Dt = value;
OnPropertyChanged(nameof(CreateTime_Dt));
}
}
}
private System.DateTime _ModifyTime_Dt;
///
///
///
public System.DateTime ModifyTime_Dt
{
get { return _ModifyTime_Dt; }
set
{
if (value != (_ModifyTime_Dt))
{
_ModifyTime_Dt = value;
OnPropertyChanged(nameof(ModifyTime_Dt));
}
}
}
private System.String _ModifyUser_Str;
///
///
///
public System.String ModifyUser_Str
{
get { return _ModifyUser_Str; }
set
{
if (value != (_ModifyUser_Str))
{
_ModifyUser_Str = value;
OnPropertyChanged(nameof(ModifyUser_Str));
}
}
}
private System.String _Remark_Str;
///
///
///
public System.String Remark_Str
{
get { return _Remark_Str; }
set
{
if (value != (_Remark_Str))
{
_Remark_Str = value;
OnPropertyChanged(nameof(Remark_Str));
}
}
}
private System.Boolean _IsEnable_Bit;
///
///
///
public System.Boolean IsEnable_Bit
{
get { return _IsEnable_Bit; }
set
{
if (value != (_IsEnable_Bit))
{
_IsEnable_Bit = value;
OnPropertyChanged(nameof(IsEnable_Bit));
}
}
}
private System.Boolean _IsActive_Bit;
///
///
///
public System.Boolean IsActive_Bit
{
get { return _IsActive_Bit; }
set
{
if (value != (_IsActive_Bit))
{
_IsActive_Bit = value;
OnPropertyChanged(nameof(IsActive_Bit));
}
}
}
private System.Boolean _IsBaseMenu;
///
///
///
public System.Boolean IsBaseMenu
{
get { return _IsBaseMenu; }
set
{
if (value != (_IsBaseMenu))
{
_IsBaseMenu = value;
OnPropertyChanged(nameof(IsBaseMenu));
}
}
}
private System.Boolean _IsPhantom_Bit;
///
///
///
public System.Boolean IsPhantom_Bit
{
get { return _IsPhantom_Bit; }
set
{
if (value != (_IsPhantom_Bit))
{
_IsPhantom_Bit = value;
OnPropertyChanged(nameof(IsPhantom_Bit));
}
}
}
}
///
///
///
public class App_Onduty : ObservableObject
{
private System.Int64 _ID;
///
///
///
public System.Int64 ID
{
get { return _ID; }
set
{
if (value != (_ID))
{
_ID = value;
OnPropertyChanged(nameof(ID));
}
}
}
private System.Int32 _OrgID_Int;
///
///
///
public System.Int32 OrgID_Int
{
get { return _OrgID_Int; }
set
{
if (value != (_OrgID_Int))
{
_OrgID_Int = value;
OnPropertyChanged(nameof(OrgID_Int));
}
}
}
private System.Int32 _SubINV_Int;
///
///
///
public System.Int32 SubINV_Int
{
get { return _SubINV_Int; }
set
{
if (value != (_SubINV_Int))
{
_SubINV_Int = value;
OnPropertyChanged(nameof(SubINV_Int));
}
}
}
private System.String _DutyPerson_Str;
///
///
///
public System.String DutyPerson_Str
{
get { return _DutyPerson_Str; }
set
{
if (value != (_DutyPerson_Str))
{
_DutyPerson_Str = value;
OnPropertyChanged(nameof(DutyPerson_Str));
}
}
}
private System.String _Location_Str;
///
///
///
public System.String Location_Str
{
get { return _Location_Str; }
set
{
if (value != (_Location_Str))
{
_Location_Str = value;
OnPropertyChanged(nameof(Location_Str));
}
}
}
private System.String _Post_Str;
///
///
///
public System.String Post_Str
{
get { return _Post_Str; }
set
{
if (value != (_Post_Str))
{
_Post_Str = value;
OnPropertyChanged(nameof(Post_Str));
}
}
}
private System.Object _Contact_Str;
///
///
///
public System.Object Contact_Str
{
get { return _Contact_Str; }
set
{
if (value != (_Contact_Str))
{
_Contact_Str = value;
OnPropertyChanged(nameof(Contact_Str));
}
}
}
private System.String _Responsibilities_Str;
///
///
///
public System.String Responsibilities_Str
{
get { return _Responsibilities_Str; }
set
{
if (value != (_Responsibilities_Str))
{
_Responsibilities_Str = value;
OnPropertyChanged(nameof(Responsibilities_Str));
}
}
}
private System.String _HeadImage_Str;
///
///
///
public System.String HeadImage_Str
{
get { return _HeadImage_Str; }
set
{
if (value != (_HeadImage_Str))
{
_HeadImage_Str = value;
OnPropertyChanged(nameof(HeadImage_Str));
}
}
}
private System.String _ClassName_Str;
///
///
///
public System.String ClassName_Str
{
get { return _ClassName_Str; }
set
{
if (value != (_ClassName_Str))
{
_ClassName_Str = value;
OnPropertyChanged(nameof(ClassName_Str));
}
}
}
private System.String _CreateUser_Str;
///
///
///
public System.String CreateUser_Str
{
get { return _CreateUser_Str; }
set
{
if (value != (_CreateUser_Str))
{
_CreateUser_Str = value;
OnPropertyChanged(nameof(CreateUser_Str));
}
}
}
private System.DateTime _CreateTime_Dt;
///
///
///
public System.DateTime CreateTime_Dt
{
get { return _CreateTime_Dt; }
set
{
if (value != (_CreateTime_Dt))
{
_CreateTime_Dt = value;
OnPropertyChanged(nameof(CreateTime_Dt));
}
}
}
private System.DateTime _ModifyTime_Dt;
///
///
///
public System.DateTime ModifyTime_Dt
{
get { return _ModifyTime_Dt; }
set
{
if (value != (_ModifyTime_Dt))
{
_ModifyTime_Dt = value;
OnPropertyChanged(nameof(ModifyTime_Dt));
}
}
}
private System.String _ModifyUser_Str;
///
///
///
public System.String ModifyUser_Str
{
get { return _ModifyUser_Str; }
set
{
if (value != (_ModifyUser_Str))
{
_ModifyUser_Str = value;
OnPropertyChanged(nameof(ModifyUser_Str));
}
}
}
private System.String _Remark_Str;
///
///
///
public System.String Remark_Str
{
get { return _Remark_Str; }
set
{
if (value != (_Remark_Str))
{
_Remark_Str = value;
OnPropertyChanged(nameof(Remark_Str));
}
}
}
}
///
///
///
public class App_LocalNodeManage : ObservableObject
{
private System.Int64 _ID;
///
///
///
public System.Int64 ID
{
get { return _ID; }
set
{
if (value != (_ID))
{
_ID = value;
OnPropertyChanged(nameof(ID));
}
}
}
private System.Boolean _IsEnable_Bit;
///
///
///
public System.Boolean IsEnable_Bit
{
get { return _IsEnable_Bit; }
set
{
if (value != (_IsEnable_Bit))
{
_IsEnable_Bit = value;
OnPropertyChanged(nameof(IsEnable_Bit));
}
}
}
private System.String _NodeName_Str;
///
///
///
public System.String NodeName_Str
{
get { return _NodeName_Str; }
set
{
if (value != (_NodeName_Str))
{
_NodeName_Str = value;
OnPropertyChanged(nameof(NodeName_Str));
}
}
}
private System.String _Host_Str;
///
///
///
public System.String Host_Str
{
get { return _Host_Str; }
set
{
if (value != (_Host_Str))
{
_Host_Str = value;
OnPropertyChanged(nameof(Host_Str));
}
}
}
private System.Int32 _ApiPort_Int;
///
///
///
public System.Int32 ApiPort_Int
{
get { return _ApiPort_Int; }
set
{
if (value != (_ApiPort_Int))
{
_ApiPort_Int = value;
OnPropertyChanged(nameof(ApiPort_Int));
}
}
}
private System.Int32 _MstscPort_Int;
///
///
///
public System.Int32 MstscPort_Int
{
get { return _MstscPort_Int; }
set
{
if (value != (_MstscPort_Int))
{
_MstscPort_Int = value;
OnPropertyChanged(nameof(MstscPort_Int));
}
}
}
private System.String _NodeId_Str;
///
///
///
public System.String NodeId_Str
{
get { return _NodeId_Str; }
set
{
if (value != (_NodeId_Str))
{
_NodeId_Str = value;
OnPropertyChanged(nameof(NodeId_Str));
}
}
}
private System.String _ComputerTag_Str;
///
///
///
public System.String ComputerTag_Str
{
get { return _ComputerTag_Str; }
set
{
if (value != (_ComputerTag_Str))
{
_ComputerTag_Str = value;
OnPropertyChanged(nameof(ComputerTag_Str));
}
}
}
private System.String _Remark_Str;
///
///
///
public System.String Remark_Str
{
get { return _Remark_Str; }
set
{
if (value != (_Remark_Str))
{
_Remark_Str = value;
OnPropertyChanged(nameof(Remark_Str));
}
}
}
}
///
///
///
public class Sys_User_RoleMenu : ObservableObject
{
private System.Int64 _ID;
///
///
///
public System.Int64 ID
{
get { return _ID; }
set
{
if (value != (_ID))
{
_ID = value;
OnPropertyChanged(nameof(ID));
}
}
}
private System.Int32 _OrgID_Int;
///
///
///
public System.Int32 OrgID_Int
{
get { return _OrgID_Int; }
set
{
if (value != (_OrgID_Int))
{
_OrgID_Int = value;
OnPropertyChanged(nameof(OrgID_Int));
}
}
}
private System.String _RoleID_Str;
///
///
///
public System.String RoleID_Str
{
get { return _RoleID_Str; }
set
{
if (value != (_RoleID_Str))
{
_RoleID_Str = value;
OnPropertyChanged(nameof(RoleID_Str));
}
}
}
private System.String _MenuID_Str;
///
///
///
public System.String MenuID_Str
{
get { return _MenuID_Str; }
set
{
if (value != (_MenuID_Str))
{
_MenuID_Str = value;
OnPropertyChanged(nameof(MenuID_Str));
}
}
}
private System.Int32 _AccessType_Int;
///
///
///
public System.Int32 AccessType_Int
{
get { return _AccessType_Int; }
set
{
if (value != (_AccessType_Int))
{
_AccessType_Int = value;
OnPropertyChanged(nameof(AccessType_Int));
}
}
}
private System.DateTime _CreateTime_Dt;
///
///
///
public System.DateTime CreateTime_Dt
{
get { return _CreateTime_Dt; }
set
{
if (value != (_CreateTime_Dt))
{
_CreateTime_Dt = value;
OnPropertyChanged(nameof(CreateTime_Dt));
}
}
}
private System.String _CreateUser_Str;
///
///
///
public System.String CreateUser_Str
{
get { return _CreateUser_Str; }
set
{
if (value != (_CreateUser_Str))
{
_CreateUser_Str = value;
OnPropertyChanged(nameof(CreateUser_Str));
}
}
}
private System.DateTime _ModifyTime_Dt;
///
///
///
public System.DateTime ModifyTime_Dt
{
get { return _ModifyTime_Dt; }
set
{
if (value != (_ModifyTime_Dt))
{
_ModifyTime_Dt = value;
OnPropertyChanged(nameof(ModifyTime_Dt));
}
}
}
private System.String _ModifyUser_Str;
///
///
///
public System.String ModifyUser_Str
{
get { return _ModifyUser_Str; }
set
{
if (value != (_ModifyUser_Str))
{
_ModifyUser_Str = value;
OnPropertyChanged(nameof(ModifyUser_Str));
}
}
}
private System.String _RoleParameter_Str;
///
///
///
public System.String RoleParameter_Str
{
get { return _RoleParameter_Str; }
set
{
if (value != (_RoleParameter_Str))
{
_RoleParameter_Str = value;
OnPropertyChanged(nameof(RoleParameter_Str));
}
}
}
private System.String _Remark_Str;
///
///
///
public System.String Remark_Str
{
get { return _Remark_Str; }
set
{
if (value != (_Remark_Str))
{
_Remark_Str = value;
OnPropertyChanged(nameof(Remark_Str));
}
}
}
private System.Boolean _IsEnable_Bit;
///
///
///
public System.Boolean IsEnable_Bit
{
get { return _IsEnable_Bit; }
set
{
if (value != (_IsEnable_Bit))
{
_IsEnable_Bit = value;
OnPropertyChanged(nameof(IsEnable_Bit));
}
}
}
private System.Boolean _IsActive_Bit;
///
///
///
public System.Boolean IsActive_Bit
{
get { return _IsActive_Bit; }
set
{
if (value != (_IsActive_Bit))
{
_IsActive_Bit = value;
OnPropertyChanged(nameof(IsActive_Bit));
}
}
}
private System.Boolean _IsPhantom_Bit;
///
///
///
public System.Boolean IsPhantom_Bit
{
get { return _IsPhantom_Bit; }
set
{
if (value != (_IsPhantom_Bit))
{
_IsPhantom_Bit = value;
OnPropertyChanged(nameof(IsPhantom_Bit));
}
}
}
private System.Boolean _IsPop_Bit;
///
///
///
public System.Boolean IsPop_Bit
{
get { return _IsPop_Bit; }
set
{
if (value != (_IsPop_Bit))
{
_IsPop_Bit = value;
OnPropertyChanged(nameof(IsPop_Bit));
}
}
}
private System.Boolean _IsFullScreen_Bit;
///
///
///
public System.Boolean IsFullScreen_Bit
{
get { return _IsFullScreen_Bit; }
set
{
if (value != (_IsFullScreen_Bit))
{
_IsFullScreen_Bit = value;
OnPropertyChanged(nameof(IsFullScreen_Bit));
}
}
}
private System.Boolean _CanClose_Bit;
///
///
///
public System.Boolean CanClose_Bit
{
get { return _CanClose_Bit; }
set
{
if (value != (_CanClose_Bit))
{
_CanClose_Bit = value;
OnPropertyChanged(nameof(CanClose_Bit));
}
}
}
private System.Boolean _AutoStart_Bit;
///
///
///
public System.Boolean AutoStart_Bit
{
get { return _AutoStart_Bit; }
set
{
if (value != (_AutoStart_Bit))
{
_AutoStart_Bit = value;
OnPropertyChanged(nameof(AutoStart_Bit));
}
}
}
private System.Boolean _UnCloseWhenLogoff_Bit;
///
///
///
public System.Boolean UnCloseWhenLogoff_Bit
{
get { return _UnCloseWhenLogoff_Bit; }
set
{
if (value != (_UnCloseWhenLogoff_Bit))
{
_UnCloseWhenLogoff_Bit = value;
OnPropertyChanged(nameof(UnCloseWhenLogoff_Bit));
}
}
}
private System.Int32 _ResidenceTime_Int;
///
///
///
public System.Int32 ResidenceTime_Int
{
get { return _ResidenceTime_Int; }
set
{
if (value != (_ResidenceTime_Int))
{
_ResidenceTime_Int = value;
OnPropertyChanged(nameof(ResidenceTime_Int));
}
}
}
}
///
///
///
public class Base_AlarmLog : ObservableObject
{
private System.Int64 _ID;
///
///
///
public System.Int64 ID
{
get { return _ID; }
set
{
if (value != (_ID))
{
_ID = value;
OnPropertyChanged(nameof(ID));
}
}
}
private System.Int32 _OrgID_Int;
///
///
///
public System.Int32 OrgID_Int
{
get { return _OrgID_Int; }
set
{
if (value != (_OrgID_Int))
{
_OrgID_Int = value;
OnPropertyChanged(nameof(OrgID_Int));
}
}
}
private System.String _NodeId_Str;
///
///
///
public System.String NodeId_Str
{
get { return _NodeId_Str; }
set
{
if (value != (_NodeId_Str))
{
_NodeId_Str = value;
OnPropertyChanged(nameof(NodeId_Str));
}
}
}
private System.String _AlarmType_Str;
///
///
///
public System.String AlarmType_Str
{
get { return _AlarmType_Str; }
set
{
if (value != (_AlarmType_Str))
{
_AlarmType_Str = value;
OnPropertyChanged(nameof(AlarmType_Str));
}
}
}
private System.String _AlarmId_Str;
///
///
///
public System.String AlarmId_Str
{
get { return _AlarmId_Str; }
set
{
if (value != (_AlarmId_Str))
{
_AlarmId_Str = value;
OnPropertyChanged(nameof(AlarmId_Str));
}
}
}
private System.String _Device_Str;
///
///
///
public System.String Device_Str
{
get { return _Device_Str; }
set
{
if (value != (_Device_Str))
{
_Device_Str = value;
OnPropertyChanged(nameof(Device_Str));
}
}
}
private System.String _TagName_Str;
///
///
///
public System.String TagName_Str
{
get { return _TagName_Str; }
set
{
if (value != (_TagName_Str))
{
_TagName_Str = value;
OnPropertyChanged(nameof(TagName_Str));
}
}
}
private System.String _RegName_Str;
///
///
///
public System.String RegName_Str
{
get { return _RegName_Str; }
set
{
if (value != (_RegName_Str))
{
_RegName_Str = value;
OnPropertyChanged(nameof(RegName_Str));
}
}
}
private System.String _AlarmCode_Str;
///
///
///
public System.String AlarmCode_Str
{
get { return _AlarmCode_Str; }
set
{
if (value != (_AlarmCode_Str))
{
_AlarmCode_Str = value;
OnPropertyChanged(nameof(AlarmCode_Str));
}
}
}
private System.String _Helper_Str;
///
///
///
public System.String Helper_Str
{
get { return _Helper_Str; }
set
{
if (value != (_Helper_Str))
{
_Helper_Str = value;
OnPropertyChanged(nameof(Helper_Str));
}
}
}
private System.String _Remark_Str;
///
///
///
public System.String Remark_Str
{
get { return _Remark_Str; }
set
{
if (value != (_Remark_Str))
{
_Remark_Str = value;
OnPropertyChanged(nameof(Remark_Str));
}
}
}
private System.DateTime _TriggedTime_Dt;
///
///
///
public System.DateTime TriggedTime_Dt
{
get { return _TriggedTime_Dt; }
set
{
if (value != (_TriggedTime_Dt))
{
_TriggedTime_Dt = value;
OnPropertyChanged(nameof(TriggedTime_Dt));
}
}
}
private System.DateTime _RecoverTime_Dt;
///
///
///
public System.DateTime RecoverTime_Dt
{
get { return _RecoverTime_Dt; }
set
{
if (value != (_RecoverTime_Dt))
{
_RecoverTime_Dt = value;
OnPropertyChanged(nameof(RecoverTime_Dt));
}
}
}
private System.String _Duration_Str;
///
///
///
public System.String Duration_Str
{
get { return _Duration_Str; }
set
{
if (value != (_Duration_Str))
{
_Duration_Str = value;
OnPropertyChanged(nameof(Duration_Str));
}
}
}
private System.Int64 _Duration_Int;
///
///
///
public System.Int64 Duration_Int
{
get { return _Duration_Int; }
set
{
if (value != (_Duration_Int))
{
_Duration_Int = value;
OnPropertyChanged(nameof(Duration_Int));
}
}
}
private System.Boolean _IsClosed_Bit;
///
///
///
public System.Boolean IsClosed_Bit
{
get { return _IsClosed_Bit; }
set
{
if (value != (_IsClosed_Bit))
{
_IsClosed_Bit = value;
OnPropertyChanged(nameof(IsClosed_Bit));
}
}
}
private System.String _CreateUser_Str;
///
///
///
public System.String CreateUser_Str
{
get { return _CreateUser_Str; }
set
{
if (value != (_CreateUser_Str))
{
_CreateUser_Str = value;
OnPropertyChanged(nameof(CreateUser_Str));
}
}
}
private System.DateTime _CreateTime_Dt;
///
///
///
public System.DateTime CreateTime_Dt
{
get { return _CreateTime_Dt; }
set
{
if (value != (_CreateTime_Dt))
{
_CreateTime_Dt = value;
OnPropertyChanged(nameof(CreateTime_Dt));
}
}
}
private System.DateTime _ModifyTime_Dt;
///
///
///
public System.DateTime ModifyTime_Dt
{
get { return _ModifyTime_Dt; }
set
{
if (value != (_ModifyTime_Dt))
{
_ModifyTime_Dt = value;
OnPropertyChanged(nameof(ModifyTime_Dt));
}
}
}
private System.String _ModifyUser_Str;
///
///
///
public System.String ModifyUser_Str
{
get { return _ModifyUser_Str; }
set
{
if (value != (_ModifyUser_Str))
{
_ModifyUser_Str = value;
OnPropertyChanged(nameof(ModifyUser_Str));
}
}
}
}
///
///
///
public class Base_DeviceStateResume : ObservableObject
{
private System.Int64 _ID;
///
///
///
public System.Int64 ID
{
get { return _ID; }
set
{
if (value != (_ID))
{
_ID = value;
OnPropertyChanged(nameof(ID));
}
}
}
private System.Int32 _OrgID_Int;
///
///
///
public System.Int32 OrgID_Int
{
get { return _OrgID_Int; }
set
{
if (value != (_OrgID_Int))
{
_OrgID_Int = value;
OnPropertyChanged(nameof(OrgID_Int));
}
}
}
private System.String _NodeId_Str;
///
///
///
public System.String NodeId_Str
{
get { return _NodeId_Str; }
set
{
if (value != (_NodeId_Str))
{
_NodeId_Str = value;
OnPropertyChanged(nameof(NodeId_Str));
}
}
}
private System.String _StateId_Str;
///
///
///
public System.String StateId_Str
{
get { return _StateId_Str; }
set
{
if (value != (_StateId_Str))
{
_StateId_Str = value;
OnPropertyChanged(nameof(StateId_Str));
}
}
}
private System.String _Device_Str;
///
///
///
public System.String Device_Str
{
get { return _Device_Str; }
set
{
if (value != (_Device_Str))
{
_Device_Str = value;
OnPropertyChanged(nameof(Device_Str));
}
}
}
private System.Int32 _StateCode_Int;
///
///
///
public System.Int32 StateCode_Int
{
get { return _StateCode_Int; }
set
{
if (value != (_StateCode_Int))
{
_StateCode_Int = value;
OnPropertyChanged(nameof(StateCode_Int));
}
}
}
private System.DateTime _StartTime_Dt;
///
///
///
public System.DateTime StartTime_Dt
{
get { return _StartTime_Dt; }
set
{
if (value != (_StartTime_Dt))
{
_StartTime_Dt = value;
OnPropertyChanged(nameof(StartTime_Dt));
}
}
}
private System.DateTime _EndTime_Dt;
///
///
///
public System.DateTime EndTime_Dt
{
get { return _EndTime_Dt; }
set
{
if (value != (_EndTime_Dt))
{
_EndTime_Dt = value;
OnPropertyChanged(nameof(EndTime_Dt));
}
}
}
private System.String _Duration_Str;
///
///
///
public System.String Duration_Str
{
get { return _Duration_Str; }
set
{
if (value != (_Duration_Str))
{
_Duration_Str = value;
OnPropertyChanged(nameof(Duration_Str));
}
}
}
private System.Int64 _Duration_Int;
///
///
///
public System.Int64 Duration_Int
{
get { return _Duration_Int; }
set
{
if (value != (_Duration_Int))
{
_Duration_Int = value;
OnPropertyChanged(nameof(Duration_Int));
}
}
}
private System.Boolean _IsOpen_Bit;
///
///
///
public System.Boolean IsOpen_Bit
{
get { return _IsOpen_Bit; }
set
{
if (value != (_IsOpen_Bit))
{
_IsOpen_Bit = value;
OnPropertyChanged(nameof(IsOpen_Bit));
}
}
}
private System.String _CreateUser_Str;
///
///
///
public System.String CreateUser_Str
{
get { return _CreateUser_Str; }
set
{
if (value != (_CreateUser_Str))
{
_CreateUser_Str = value;
OnPropertyChanged(nameof(CreateUser_Str));
}
}
}
private System.DateTime _CreateTime_Dt;
///
///
///
public System.DateTime CreateTime_Dt
{
get { return _CreateTime_Dt; }
set
{
if (value != (_CreateTime_Dt))
{
_CreateTime_Dt = value;
OnPropertyChanged(nameof(CreateTime_Dt));
}
}
}
private System.DateTime _ModifyTime_Dt;
///
///
///
public System.DateTime ModifyTime_Dt
{
get { return _ModifyTime_Dt; }
set
{
if (value != (_ModifyTime_Dt))
{
_ModifyTime_Dt = value;
OnPropertyChanged(nameof(ModifyTime_Dt));
}
}
}
private System.String _ModifyUser_Str;
///
///
///
public System.String ModifyUser_Str
{
get { return _ModifyUser_Str; }
set
{
if (value != (_ModifyUser_Str))
{
_ModifyUser_Str = value;
OnPropertyChanged(nameof(ModifyUser_Str));
}
}
}
private System.String _Remark_Str;
///
///
///
public System.String Remark_Str
{
get { return _Remark_Str; }
set
{
if (value != (_Remark_Str))
{
_Remark_Str = value;
OnPropertyChanged(nameof(Remark_Str));
}
}
}
}
///
///
///
public class V_Sys_F_UserRole : ObservableObject
{
private System.Int64 _ID;
///
///
///
public System.Int64 ID
{
get { return _ID; }
set
{
if (value != (_ID))
{
_ID = value;
OnPropertyChanged(nameof(ID));
}
}
}
private System.Int32 _OrgID_Int;
///
///
///
public System.Int32 OrgID_Int
{
get { return _OrgID_Int; }
set
{
if (value != (_OrgID_Int))
{
_OrgID_Int = value;
OnPropertyChanged(nameof(OrgID_Int));
}
}
}
private System.String _RoleID_Str;
///
///
///
public System.String RoleID_Str
{
get { return _RoleID_Str; }
set
{
if (value != (_RoleID_Str))
{
_RoleID_Str = value;
OnPropertyChanged(nameof(RoleID_Str));
}
}
}
private System.String _UserID_Str;
///
///
///
public System.String UserID_Str
{
get { return _UserID_Str; }
set
{
if (value != (_UserID_Str))
{
_UserID_Str = value;
OnPropertyChanged(nameof(UserID_Str));
}
}
}
private System.DateTime _CreateTime_Dt;
///
///
///
public System.DateTime CreateTime_Dt
{
get { return _CreateTime_Dt; }
set
{
if (value != (_CreateTime_Dt))
{
_CreateTime_Dt = value;
OnPropertyChanged(nameof(CreateTime_Dt));
}
}
}
private System.DateTime _ModifyTime_Dt;
///
///
///
public System.DateTime ModifyTime_Dt
{
get { return _ModifyTime_Dt; }
set
{
if (value != (_ModifyTime_Dt))
{
_ModifyTime_Dt = value;
OnPropertyChanged(nameof(ModifyTime_Dt));
}
}
}
private System.String _Remark_Str;
///
///
///
public System.String Remark_Str
{
get { return _Remark_Str; }
set
{
if (value != (_Remark_Str))
{
_Remark_Str = value;
OnPropertyChanged(nameof(Remark_Str));
}
}
}
private System.Boolean _IsEnable_Bit;
///
///
///
public System.Boolean IsEnable_Bit
{
get { return _IsEnable_Bit; }
set
{
if (value != (_IsEnable_Bit))
{
_IsEnable_Bit = value;
OnPropertyChanged(nameof(IsEnable_Bit));
}
}
}
private System.Boolean _IsActive_Bit;
///
///
///
public System.Boolean IsActive_Bit
{
get { return _IsActive_Bit; }
set
{
if (value != (_IsActive_Bit))
{
_IsActive_Bit = value;
OnPropertyChanged(nameof(IsActive_Bit));
}
}
}
private System.String _UserName_Str;
///
///
///
public System.String UserName_Str
{
get { return _UserName_Str; }
set
{
if (value != (_UserName_Str))
{
_UserName_Str = value;
OnPropertyChanged(nameof(UserName_Str));
}
}
}
private System.String _RoleName_Str;
///
///
///
public System.String RoleName_Str
{
get { return _RoleName_Str; }
set
{
if (value != (_RoleName_Str))
{
_RoleName_Str = value;
OnPropertyChanged(nameof(RoleName_Str));
}
}
}
private System.Int32 _RoleOrgID_Int;
///
///
///
public System.Int32 RoleOrgID_Int
{
get { return _RoleOrgID_Int; }
set
{
if (value != (_RoleOrgID_Int))
{
_RoleOrgID_Int = value;
OnPropertyChanged(nameof(RoleOrgID_Int));
}
}
}
}
///
///
///
public class V_User_D_UserInfo : ObservableObject
{
private System.Int64 _ID;
///
///
///
public System.Int64 ID
{
get { return _ID; }
set
{
if (value != (_ID))
{
_ID = value;
OnPropertyChanged(nameof(ID));
}
}
}
private System.String _UserName_Str;
///
///
///
public System.String UserName_Str
{
get { return _UserName_Str; }
set
{
if (value != (_UserName_Str))
{
_UserName_Str = value;
OnPropertyChanged(nameof(UserName_Str));
}
}
}
private System.String _Remark_Str;
///
///
///
public System.String Remark_Str
{
get { return _Remark_Str; }
set
{
if (value != (_Remark_Str))
{
_Remark_Str = value;
OnPropertyChanged(nameof(Remark_Str));
}
}
}
private System.Int32 _OrgID_Int;
///
///
///
public System.Int32 OrgID_Int
{
get { return _OrgID_Int; }
set
{
if (value != (_OrgID_Int))
{
_OrgID_Int = value;
OnPropertyChanged(nameof(OrgID_Int));
}
}
}
private System.DateTime _LastLoginDateTime_Dt;
///
///
///
public System.DateTime LastLoginDateTime_Dt
{
get { return _LastLoginDateTime_Dt; }
set
{
if (value != (_LastLoginDateTime_Dt))
{
_LastLoginDateTime_Dt = value;
OnPropertyChanged(nameof(LastLoginDateTime_Dt));
}
}
}
private System.Int32 _LoginCount_Int;
///
///
///
public System.Int32 LoginCount_Int
{
get { return _LoginCount_Int; }
set
{
if (value != (_LoginCount_Int))
{
_LoginCount_Int = value;
OnPropertyChanged(nameof(LoginCount_Int));
}
}
}
private System.Boolean _IsEnable_Bit;
///
///
///
public System.Boolean IsEnable_Bit
{
get { return _IsEnable_Bit; }
set
{
if (value != (_IsEnable_Bit))
{
_IsEnable_Bit = value;
OnPropertyChanged(nameof(IsEnable_Bit));
}
}
}
private System.String _UserID_Str;
///
///
///
public System.String UserID_Str
{
get { return _UserID_Str; }
set
{
if (value != (_UserID_Str))
{
_UserID_Str = value;
OnPropertyChanged(nameof(UserID_Str));
}
}
}
}
///
///
///
public class V_Base_DeviceStateResume : ObservableObject
{
}
///
///
///
public class V_Sys_F_MenuInfo : ObservableObject
{
private System.Int64 _ID;
///
///
///
public System.Int64 ID
{
get { return _ID; }
set
{
if (value != (_ID))
{
_ID = value;
OnPropertyChanged(nameof(ID));
}
}
}
private System.Int32 _OrgID_Int;
///
///
///
public System.Int32 OrgID_Int
{
get { return _OrgID_Int; }
set
{
if (value != (_OrgID_Int))
{
_OrgID_Int = value;
OnPropertyChanged(nameof(OrgID_Int));
}
}
}
private System.String _MenuID_Str;
///
///
///
public System.String MenuID_Str
{
get { return _MenuID_Str; }
set
{
if (value != (_MenuID_Str))
{
_MenuID_Str = value;
OnPropertyChanged(nameof(MenuID_Str));
}
}
}
private System.String _MenuName_Str;
///
///
///
public System.String MenuName_Str
{
get { return _MenuName_Str; }
set
{
if (value != (_MenuName_Str))
{
_MenuName_Str = value;
OnPropertyChanged(nameof(MenuName_Str));
}
}
}
private System.String _LanguageKey_Str;
///
///
///
public System.String LanguageKey_Str
{
get { return _LanguageKey_Str; }
set
{
if (value != (_LanguageKey_Str))
{
_LanguageKey_Str = value;
OnPropertyChanged(nameof(LanguageKey_Str));
}
}
}
private System.String _ParentMenuID_Str;
///
///
///
public System.String ParentMenuID_Str
{
get { return _ParentMenuID_Str; }
set
{
if (value != (_ParentMenuID_Str))
{
_ParentMenuID_Str = value;
OnPropertyChanged(nameof(ParentMenuID_Str));
}
}
}
private System.String _ActionName_Str;
///
///
///
public System.String ActionName_Str
{
get { return _ActionName_Str; }
set
{
if (value != (_ActionName_Str))
{
_ActionName_Str = value;
OnPropertyChanged(nameof(ActionName_Str));
}
}
}
private System.String _Parameter_Str;
///
///
///
public System.String Parameter_Str
{
get { return _Parameter_Str; }
set
{
if (value != (_Parameter_Str))
{
_Parameter_Str = value;
OnPropertyChanged(nameof(Parameter_Str));
}
}
}
private System.String _CreateUser_Str;
///
///
///
public System.String CreateUser_Str
{
get { return _CreateUser_Str; }
set
{
if (value != (_CreateUser_Str))
{
_CreateUser_Str = value;
OnPropertyChanged(nameof(CreateUser_Str));
}
}
}
private System.DateTime _CreateTime_Dt;
///
///
///
public System.DateTime CreateTime_Dt
{
get { return _CreateTime_Dt; }
set
{
if (value != (_CreateTime_Dt))
{
_CreateTime_Dt = value;
OnPropertyChanged(nameof(CreateTime_Dt));
}
}
}
private System.DateTime _ModifyTime_Dt;
///
///
///
public System.DateTime ModifyTime_Dt
{
get { return _ModifyTime_Dt; }
set
{
if (value != (_ModifyTime_Dt))
{
_ModifyTime_Dt = value;
OnPropertyChanged(nameof(ModifyTime_Dt));
}
}
}
private System.String _ModifyUser_Str;
///
///
///
public System.String ModifyUser_Str
{
get { return _ModifyUser_Str; }
set
{
if (value != (_ModifyUser_Str))
{
_ModifyUser_Str = value;
OnPropertyChanged(nameof(ModifyUser_Str));
}
}
}
private System.String _Remark_Str;
///
///
///
public System.String Remark_Str
{
get { return _Remark_Str; }
set
{
if (value != (_Remark_Str))
{
_Remark_Str = value;
OnPropertyChanged(nameof(Remark_Str));
}
}
}
private System.Boolean _IsActive_Bit;
///
///
///
public System.Boolean IsActive_Bit
{
get { return _IsActive_Bit; }
set
{
if (value != (_IsActive_Bit))
{
_IsActive_Bit = value;
OnPropertyChanged(nameof(IsActive_Bit));
}
}
}
private System.Boolean _IsBaseMenu;
///
///
///
public System.Boolean IsBaseMenu
{
get { return _IsBaseMenu; }
set
{
if (value != (_IsBaseMenu))
{
_IsBaseMenu = value;
OnPropertyChanged(nameof(IsBaseMenu));
}
}
}
private System.Boolean _IsPhantom_Bit;
///
///
///
public System.Boolean IsPhantom_Bit
{
get { return _IsPhantom_Bit; }
set
{
if (value != (_IsPhantom_Bit))
{
_IsPhantom_Bit = value;
OnPropertyChanged(nameof(IsPhantom_Bit));
}
}
}
private System.String _ParentMenuName_Str;
///
///
///
public System.String ParentMenuName_Str
{
get { return _ParentMenuName_Str; }
set
{
if (value != (_ParentMenuName_Str))
{
_ParentMenuName_Str = value;
OnPropertyChanged(nameof(ParentMenuName_Str));
}
}
}
private System.Object _ParentMenuShowOrder_Int;
///
///
///
public System.Object ParentMenuShowOrder_Int
{
get { return _ParentMenuShowOrder_Int; }
set
{
if (value != (_ParentMenuShowOrder_Int))
{
_ParentMenuShowOrder_Int = value;
OnPropertyChanged(nameof(ParentMenuShowOrder_Int));
}
}
}
private System.Object _ShowOrder_Int;
///
///
///
public System.Object ShowOrder_Int
{
get { return _ShowOrder_Int; }
set
{
if (value != (_ShowOrder_Int))
{
_ShowOrder_Int = value;
OnPropertyChanged(nameof(ShowOrder_Int));
}
}
}
private System.Object _IsParent_Bit;
///
///
///
public System.Object IsParent_Bit
{
get { return _IsParent_Bit; }
set
{
if (value != (_IsParent_Bit))
{
_IsParent_Bit = value;
OnPropertyChanged(nameof(IsParent_Bit));
}
}
}
private System.Object _OrderOnly_Int;
///
///
///
public System.Object OrderOnly_Int
{
get { return _OrderOnly_Int; }
set
{
if (value != (_OrderOnly_Int))
{
_OrderOnly_Int = value;
OnPropertyChanged(nameof(OrderOnly_Int));
}
}
}
private System.Object _IsEnable_Bit;
///
///
///
public System.Object IsEnable_Bit
{
get { return _IsEnable_Bit; }
set
{
if (value != (_IsEnable_Bit))
{
_IsEnable_Bit = value;
OnPropertyChanged(nameof(IsEnable_Bit));
}
}
}
}
///
///
///
public class V_Sys_F_RoleMenu : ObservableObject
{
private System.Int64 _ID;
///
///
///
public System.Int64 ID
{
get { return _ID; }
set
{
if (value != (_ID))
{
_ID = value;
OnPropertyChanged(nameof(ID));
}
}
}
private System.Int32 _OrgID_Int;
///
///
///
public System.Int32 OrgID_Int
{
get { return _OrgID_Int; }
set
{
if (value != (_OrgID_Int))
{
_OrgID_Int = value;
OnPropertyChanged(nameof(OrgID_Int));
}
}
}
private System.String _RoleID_Str;
///
///
///
public System.String RoleID_Str
{
get { return _RoleID_Str; }
set
{
if (value != (_RoleID_Str))
{
_RoleID_Str = value;
OnPropertyChanged(nameof(RoleID_Str));
}
}
}
private System.String _RoleName_Str;
///
///
///
public System.String RoleName_Str
{
get { return _RoleName_Str; }
set
{
if (value != (_RoleName_Str))
{
_RoleName_Str = value;
OnPropertyChanged(nameof(RoleName_Str));
}
}
}
private System.String _MenuID_Str;
///
///
///
public System.String MenuID_Str
{
get { return _MenuID_Str; }
set
{
if (value != (_MenuID_Str))
{
_MenuID_Str = value;
OnPropertyChanged(nameof(MenuID_Str));
}
}
}
private System.String _MenuName_Str;
///
///
///
public System.String MenuName_Str
{
get { return _MenuName_Str; }
set
{
if (value != (_MenuName_Str))
{
_MenuName_Str = value;
OnPropertyChanged(nameof(MenuName_Str));
}
}
}
private System.String _LanguageKey_Str;
///
///
///
public System.String LanguageKey_Str
{
get { return _LanguageKey_Str; }
set
{
if (value != (_LanguageKey_Str))
{
_LanguageKey_Str = value;
OnPropertyChanged(nameof(LanguageKey_Str));
}
}
}
private System.String _ParentMenuID_Str;
///
///
///
public System.String ParentMenuID_Str
{
get { return _ParentMenuID_Str; }
set
{
if (value != (_ParentMenuID_Str))
{
_ParentMenuID_Str = value;
OnPropertyChanged(nameof(ParentMenuID_Str));
}
}
}
private System.String _ParentMenuName_Str;
///
///
///
public System.String ParentMenuName_Str
{
get { return _ParentMenuName_Str; }
set
{
if (value != (_ParentMenuName_Str))
{
_ParentMenuName_Str = value;
OnPropertyChanged(nameof(ParentMenuName_Str));
}
}
}
private System.Object _ParentMenuShowOrder_Int;
///
///
///
public System.Object ParentMenuShowOrder_Int
{
get { return _ParentMenuShowOrder_Int; }
set
{
if (value != (_ParentMenuShowOrder_Int))
{
_ParentMenuShowOrder_Int = value;
OnPropertyChanged(nameof(ParentMenuShowOrder_Int));
}
}
}
private System.Object _ShowOrder_Int;
///
///
///
public System.Object ShowOrder_Int
{
get { return _ShowOrder_Int; }
set
{
if (value != (_ShowOrder_Int))
{
_ShowOrder_Int = value;
OnPropertyChanged(nameof(ShowOrder_Int));
}
}
}
private System.Object _OrderOnly_Int;
///
///
///
public System.Object OrderOnly_Int
{
get { return _OrderOnly_Int; }
set
{
if (value != (_OrderOnly_Int))
{
_OrderOnly_Int = value;
OnPropertyChanged(nameof(OrderOnly_Int));
}
}
}
private System.Object _IsParent_Bit;
///
///
///
public System.Object IsParent_Bit
{
get { return _IsParent_Bit; }
set
{
if (value != (_IsParent_Bit))
{
_IsParent_Bit = value;
OnPropertyChanged(nameof(IsParent_Bit));
}
}
}
private System.Int32 _SelfAccessType_Int;
///
///
///
public System.Int32 SelfAccessType_Int
{
get { return _SelfAccessType_Int; }
set
{
if (value != (_SelfAccessType_Int))
{
_SelfAccessType_Int = value;
OnPropertyChanged(nameof(SelfAccessType_Int));
}
}
}
private System.Int32 _ParentAccessType_Int;
///
///
///
public System.Int32 ParentAccessType_Int
{
get { return _ParentAccessType_Int; }
set
{
if (value != (_ParentAccessType_Int))
{
_ParentAccessType_Int = value;
OnPropertyChanged(nameof(ParentAccessType_Int));
}
}
}
private System.Boolean _IsActive_Bit;
///
///
///
public System.Boolean IsActive_Bit
{
get { return _IsActive_Bit; }
set
{
if (value != (_IsActive_Bit))
{
_IsActive_Bit = value;
OnPropertyChanged(nameof(IsActive_Bit));
}
}
}
private System.Boolean _IsPop_Bit;
///
///
///
public System.Boolean IsPop_Bit
{
get { return _IsPop_Bit; }
set
{
if (value != (_IsPop_Bit))
{
_IsPop_Bit = value;
OnPropertyChanged(nameof(IsPop_Bit));
}
}
}
private System.Boolean _IsFullScreen_Bit;
///
///
///
public System.Boolean IsFullScreen_Bit
{
get { return _IsFullScreen_Bit; }
set
{
if (value != (_IsFullScreen_Bit))
{
_IsFullScreen_Bit = value;
OnPropertyChanged(nameof(IsFullScreen_Bit));
}
}
}
private System.Boolean _CanClose_Bit;
///
///
///
public System.Boolean CanClose_Bit
{
get { return _CanClose_Bit; }
set
{
if (value != (_CanClose_Bit))
{
_CanClose_Bit = value;
OnPropertyChanged(nameof(CanClose_Bit));
}
}
}
private System.Boolean _AutoStart_Bit;
///
///
///
public System.Boolean AutoStart_Bit
{
get { return _AutoStart_Bit; }
set
{
if (value != (_AutoStart_Bit))
{
_AutoStart_Bit = value;
OnPropertyChanged(nameof(AutoStart_Bit));
}
}
}
private System.Int32 _ResidenceTime_Int;
///
///
///
public System.Int32 ResidenceTime_Int
{
get { return _ResidenceTime_Int; }
set
{
if (value != (_ResidenceTime_Int))
{
_ResidenceTime_Int = value;
OnPropertyChanged(nameof(ResidenceTime_Int));
}
}
}
private System.Object _AccessType_Int;
///
///
///
public System.Object AccessType_Int
{
get { return _AccessType_Int; }
set
{
if (value != (_AccessType_Int))
{
_AccessType_Int = value;
OnPropertyChanged(nameof(AccessType_Int));
}
}
}
private System.String _AccessTypeName_Str;
///
///
///
public System.String AccessTypeName_Str
{
get { return _AccessTypeName_Str; }
set
{
if (value != (_AccessTypeName_Str))
{
_AccessTypeName_Str = value;
OnPropertyChanged(nameof(AccessTypeName_Str));
}
}
}
private System.String _ActionName_Str;
///
///
///
public System.String ActionName_Str
{
get { return _ActionName_Str; }
set
{
if (value != (_ActionName_Str))
{
_ActionName_Str = value;
OnPropertyChanged(nameof(ActionName_Str));
}
}
}
private System.String _RoleParameter_Str;
///
///
///
public System.String RoleParameter_Str
{
get { return _RoleParameter_Str; }
set
{
if (value != (_RoleParameter_Str))
{
_RoleParameter_Str = value;
OnPropertyChanged(nameof(RoleParameter_Str));
}
}
}
private System.String _Parameter_Str;
///
///
///
public System.String Parameter_Str
{
get { return _Parameter_Str; }
set
{
if (value != (_Parameter_Str))
{
_Parameter_Str = value;
OnPropertyChanged(nameof(Parameter_Str));
}
}
}
private System.Boolean _UnCloseWhenLogoff_Bit;
///
///
///
public System.Boolean UnCloseWhenLogoff_Bit
{
get { return _UnCloseWhenLogoff_Bit; }
set
{
if (value != (_UnCloseWhenLogoff_Bit))
{
_UnCloseWhenLogoff_Bit = value;
OnPropertyChanged(nameof(UnCloseWhenLogoff_Bit));
}
}
}
private System.String _Remark_Str;
///
///
///
public System.String Remark_Str
{
get { return _Remark_Str; }
set
{
if (value != (_Remark_Str))
{
_Remark_Str = value;
OnPropertyChanged(nameof(Remark_Str));
}
}
}
}
///
///
///
public class V_Sys_F_UserMenu : ObservableObject
{
private System.String _UserID_Str;
///
///
///
public System.String UserID_Str
{
get { return _UserID_Str; }
set
{
if (value != (_UserID_Str))
{
_UserID_Str = value;
OnPropertyChanged(nameof(UserID_Str));
}
}
}
private System.String _RoleID_Str;
///
///
///
public System.String RoleID_Str
{
get { return _RoleID_Str; }
set
{
if (value != (_RoleID_Str))
{
_RoleID_Str = value;
OnPropertyChanged(nameof(RoleID_Str));
}
}
}
private System.String _RoleName_Str;
///
///
///
public System.String RoleName_Str
{
get { return _RoleName_Str; }
set
{
if (value != (_RoleName_Str))
{
_RoleName_Str = value;
OnPropertyChanged(nameof(RoleName_Str));
}
}
}
private System.String _MenuName_Str;
///
///
///
public System.String MenuName_Str
{
get { return _MenuName_Str; }
set
{
if (value != (_MenuName_Str))
{
_MenuName_Str = value;
OnPropertyChanged(nameof(MenuName_Str));
}
}
}
private System.String _LanguageKey_Str;
///
///
///
public System.String LanguageKey_Str
{
get { return _LanguageKey_Str; }
set
{
if (value != (_LanguageKey_Str))
{
_LanguageKey_Str = value;
OnPropertyChanged(nameof(LanguageKey_Str));
}
}
}
private System.Object _ShowOrder_Int;
///
///
///
public System.Object ShowOrder_Int
{
get { return _ShowOrder_Int; }
set
{
if (value != (_ShowOrder_Int))
{
_ShowOrder_Int = value;
OnPropertyChanged(nameof(ShowOrder_Int));
}
}
}
private System.Object _OrderOnly_Int;
///
///
///
public System.Object OrderOnly_Int
{
get { return _OrderOnly_Int; }
set
{
if (value != (_OrderOnly_Int))
{
_OrderOnly_Int = value;
OnPropertyChanged(nameof(OrderOnly_Int));
}
}
}
private System.Object _IsParent_Bit;
///
///
///
public System.Object IsParent_Bit
{
get { return _IsParent_Bit; }
set
{
if (value != (_IsParent_Bit))
{
_IsParent_Bit = value;
OnPropertyChanged(nameof(IsParent_Bit));
}
}
}
private System.String _ParentMenuName_Str;
///
///
///
public System.String ParentMenuName_Str
{
get { return _ParentMenuName_Str; }
set
{
if (value != (_ParentMenuName_Str))
{
_ParentMenuName_Str = value;
OnPropertyChanged(nameof(ParentMenuName_Str));
}
}
}
private System.Int32 _OrgID_Int;
///
///
///
public System.Int32 OrgID_Int
{
get { return _OrgID_Int; }
set
{
if (value != (_OrgID_Int))
{
_OrgID_Int = value;
OnPropertyChanged(nameof(OrgID_Int));
}
}
}
private System.String _MenuID_Str;
///
///
///
public System.String MenuID_Str
{
get { return _MenuID_Str; }
set
{
if (value != (_MenuID_Str))
{
_MenuID_Str = value;
OnPropertyChanged(nameof(MenuID_Str));
}
}
}
private System.String _ParentMenuID_Str;
///
///
///
public System.String ParentMenuID_Str
{
get { return _ParentMenuID_Str; }
set
{
if (value != (_ParentMenuID_Str))
{
_ParentMenuID_Str = value;
OnPropertyChanged(nameof(ParentMenuID_Str));
}
}
}
private System.Object _ParentMenuShowOrder_Int;
///
///
///
public System.Object ParentMenuShowOrder_Int
{
get { return _ParentMenuShowOrder_Int; }
set
{
if (value != (_ParentMenuShowOrder_Int))
{
_ParentMenuShowOrder_Int = value;
OnPropertyChanged(nameof(ParentMenuShowOrder_Int));
}
}
}
private System.String _ActionName_Str;
///
///
///
public System.String ActionName_Str
{
get { return _ActionName_Str; }
set
{
if (value != (_ActionName_Str))
{
_ActionName_Str = value;
OnPropertyChanged(nameof(ActionName_Str));
}
}
}
private System.Boolean _IsEnable_Bit;
///
///
///
public System.Boolean IsEnable_Bit
{
get { return _IsEnable_Bit; }
set
{
if (value != (_IsEnable_Bit))
{
_IsEnable_Bit = value;
OnPropertyChanged(nameof(IsEnable_Bit));
}
}
}
private System.String _Parameter_Str;
///
///
///
public System.String Parameter_Str
{
get { return _Parameter_Str; }
set
{
if (value != (_Parameter_Str))
{
_Parameter_Str = value;
OnPropertyChanged(nameof(Parameter_Str));
}
}
}
private System.String _RoleParameter_Str;
///
///
///
public System.String RoleParameter_Str
{
get { return _RoleParameter_Str; }
set
{
if (value != (_RoleParameter_Str))
{
_RoleParameter_Str = value;
OnPropertyChanged(nameof(RoleParameter_Str));
}
}
}
private System.Object _AccessType_Int;
///
///
///
public System.Object AccessType_Int
{
get { return _AccessType_Int; }
set
{
if (value != (_AccessType_Int))
{
_AccessType_Int = value;
OnPropertyChanged(nameof(AccessType_Int));
}
}
}
private System.Boolean _IsActive_Bit;
///
///
///
public System.Boolean IsActive_Bit
{
get { return _IsActive_Bit; }
set
{
if (value != (_IsActive_Bit))
{
_IsActive_Bit = value;
OnPropertyChanged(nameof(IsActive_Bit));
}
}
}
private System.Boolean _IsFullScreen_Bit;
///
///
///
public System.Boolean IsFullScreen_Bit
{
get { return _IsFullScreen_Bit; }
set
{
if (value != (_IsFullScreen_Bit))
{
_IsFullScreen_Bit = value;
OnPropertyChanged(nameof(IsFullScreen_Bit));
}
}
}
private System.Boolean _IsPop_Bit;
///
///
///
public System.Boolean IsPop_Bit
{
get { return _IsPop_Bit; }
set
{
if (value != (_IsPop_Bit))
{
_IsPop_Bit = value;
OnPropertyChanged(nameof(IsPop_Bit));
}
}
}
private System.Boolean _CanClose_Bit;
///
///
///
public System.Boolean CanClose_Bit
{
get { return _CanClose_Bit; }
set
{
if (value != (_CanClose_Bit))
{
_CanClose_Bit = value;
OnPropertyChanged(nameof(CanClose_Bit));
}
}
}
private System.Boolean _AutoStart_Bit;
///
///
///
public System.Boolean AutoStart_Bit
{
get { return _AutoStart_Bit; }
set
{
if (value != (_AutoStart_Bit))
{
_AutoStart_Bit = value;
OnPropertyChanged(nameof(AutoStart_Bit));
}
}
}
private System.Int32 _ResidenceTime_Int;
///
///
///
public System.Int32 ResidenceTime_Int
{
get { return _ResidenceTime_Int; }
set
{
if (value != (_ResidenceTime_Int))
{
_ResidenceTime_Int = value;
OnPropertyChanged(nameof(ResidenceTime_Int));
}
}
}
private System.Boolean _UnCloseWhenLogoff_Bit;
///
///
///
public System.Boolean UnCloseWhenLogoff_Bit
{
get { return _UnCloseWhenLogoff_Bit; }
set
{
if (value != (_UnCloseWhenLogoff_Bit))
{
_UnCloseWhenLogoff_Bit = value;
OnPropertyChanged(nameof(UnCloseWhenLogoff_Bit));
}
}
}
private System.String _Remark_Str;
///
///
///
public System.String Remark_Str
{
get { return _Remark_Str; }
set
{
if (value != (_Remark_Str))
{
_Remark_Str = value;
OnPropertyChanged(nameof(Remark_Str));
}
}
}
}
}
namespace DIL
{
public class DILDB : SQLiteDB
{
#region Auto Declare
///
///
///
public BaseTable Sys_User_Level { get; private set; }
///
///
///
public BaseTable sqlite_sequence { get; private set; }
///
///
///
public BaseTable Sys_TableManage { get; private set; }
///
///
///
public BaseTable Sys_Enum_AccessType { get; private set; }
///
///
///
public BaseTable Sys_User_UserRole { get; private set; }
///
///
///
public BaseTable Base_NGCode { get; private set; }
///
///
///
public BaseTable App_Model_Info { get; private set; }
///
///
///
public BaseTable App_CPK_Parameters { get; private set; }
///
///
///
public BaseTable Sys_User_RoleInfo { get; private set; }
///
///
///
public BaseTable Sys_User_UserInfo { get; private set; }
///
///
///
public BaseTable SampleDeviceTable { get; private set; }
///
///
///
public BaseTable sqlite_stat1 { get; private set; }
///
///
///
public BaseTable App_Common_ProductLog { get; private set; }
///
///
///
public BaseTable Sys_Column_Comment { get; private set; }
///
///
///
public BaseTable Sys_Table_Comment { get; private set; }
///
///
///
public BaseTable App_MES_Detection { get; private set; }
///
///
///
public BaseTable App_MES_PartLink { get; private set; }
///
///
///
public BaseTable Base_Org { get; private set; }
///
///
///
public BaseTable App_FaultLog { get; private set; }
///
///
///
public BaseTable Base_AlarmCode { get; private set; }
///
///
///
public BaseTable App_Classes { get; private set; }
///
///
///
public BaseTable App_Demo_TestResult { get; private set; }
///
///
///
public BaseTable App_Demo_ProcessData { get; private set; }
///
///
///
public BaseTable App_Sys_KeyRecord { get; private set; }
///
///
///
public BaseTable Sys_Menu_Info { get; private set; }
///
///
///
public BaseTable App_Onduty { get; private set; }
///
///
///
public BaseTable App_LocalNodeManage { get; private set; }
///
///
///
public BaseTable Sys_User_RoleMenu { get; private set; }
///
///
///
public BaseTable Base_AlarmLog { get; private set; }
///
///
///
public BaseTable Base_DeviceStateResume { get; private set; }
///
///
///
public BaseTable V_Sys_F_UserRole { get; private set; }
///
///
///
public BaseTable V_User_D_UserInfo { get; private set; }
///
///
///
public BaseTable V_Base_DeviceStateResume { get; private set; }
///
///
///
public BaseTable V_Sys_F_MenuInfo { get; private set; }
///
///
///
public BaseTable V_Sys_F_RoleMenu { get; private set; }
///
///
///
public BaseTable V_Sys_F_UserMenu { get; private set; }
public DILDB(string folderPath, string fileName, string username = null, string password = null) : base(folderPath, fileName, username, password)
{
Sys_User_Level = CreateTable("ID", "Sys_User_Level");
sqlite_sequence = CreateTable("ID", "sqlite_sequence");
Sys_TableManage = CreateTable("ID", "Sys_TableManage");
Sys_Enum_AccessType = CreateTable("ID", "Sys_Enum_AccessType");
Sys_User_UserRole = CreateTable("ID", "Sys_User_UserRole");
Base_NGCode = CreateTable("ID", "Base_NGCode");
App_Model_Info = CreateTable("ID", "App_Model_Info");
App_CPK_Parameters = CreateTable("ID", "App_CPK_Parameters");
Sys_User_RoleInfo = CreateTable("ID", "Sys_User_RoleInfo");
Sys_User_UserInfo = CreateTable("ID", "Sys_User_UserInfo");
SampleDeviceTable = CreateTable("ID", "SampleDeviceTable");
sqlite_stat1 = CreateTable("ID", "sqlite_stat1");
App_Common_ProductLog = CreateTable("ID", "App_Common_ProductLog");
Sys_Column_Comment = CreateTable("ID", "Sys_Column_Comment");
Sys_Table_Comment = CreateTable("ID", "Sys_Table_Comment");
App_MES_Detection = CreateTable("ID", "App_MES_Detection");
App_MES_PartLink = CreateTable("ID", "App_MES_PartLink");
Base_Org = CreateTable("ID", "Base_Org");
App_FaultLog = CreateTable("ID", "App_FaultLog");
Base_AlarmCode = CreateTable("ID", "Base_AlarmCode");
App_Classes = CreateTable("ID", "App_Classes");
App_Demo_TestResult = CreateTable("ID", "App_Demo_TestResult");
App_Demo_ProcessData = CreateTable("ID", "App_Demo_ProcessData");
App_Sys_KeyRecord = CreateTable("ID", "App_Sys_KeyRecord");
Sys_Menu_Info = CreateTable("ID", "Sys_Menu_Info");
App_Onduty = CreateTable("ID", "App_Onduty");
App_LocalNodeManage = CreateTable("ID", "App_LocalNodeManage");
Sys_User_RoleMenu = CreateTable("ID", "Sys_User_RoleMenu");
Base_AlarmLog = CreateTable("ID", "Base_AlarmLog");
Base_DeviceStateResume = CreateTable("ID", "Base_DeviceStateResume");
V_Sys_F_UserRole = CreateTable("ID", "V_Sys_F_UserRole");
V_User_D_UserInfo = CreateTable("ID", "V_User_D_UserInfo");
V_Base_DeviceStateResume = CreateTable("ID", "V_Base_DeviceStateResume");
V_Sys_F_MenuInfo = CreateTable("ID", "V_Sys_F_MenuInfo");
V_Sys_F_RoleMenu = CreateTable("ID", "V_Sys_F_RoleMenu");
V_Sys_F_UserMenu = CreateTable("ID", "V_Sys_F_UserMenu");
}
#endregion
}
#region V1版本数据库架构
public class DILDBV1 : BaseDB
{
///
///
///
public BaseTable Sys_User_Level { get; private set; }
///
///
///
public BaseTable sqlite_sequence { get; private set; }
///
///
///
public BaseTable Sys_TableManage { get; private set; }
///
///
///
public BaseTable Sys_Enum_AccessType { get; private set; }
///
///
///
public BaseTable Sys_User_UserRole { get; private set; }
///
///
///
public BaseTable Base_NGCode { get; private set; }
///
///
///
public BaseTable App_Model_Info { get; private set; }
///
///
///
public BaseTable App_CPK_Parameters { get; private set; }
///
///
///
public BaseTable Sys_User_RoleInfo { get; private set; }
///
///
///
public BaseTable Sys_User_UserInfo { get; private set; }
///
///
///
public BaseTable SampleDeviceTable { get; private set; }
///
///
///
public BaseTable sqlite_stat1 { get; private set; }
///
///
///
public BaseTable App_Common_ProductLog { get; private set; }
///
///
///
public BaseTable Sys_Column_Comment { get; private set; }
///
///
///
public BaseTable Sys_Table_Comment { get; private set; }
///
///
///
public BaseTable App_MES_Detection { get; private set; }
///
///
///
public BaseTable App_MES_PartLink { get; private set; }
///
///
///
public BaseTable Base_Org { get; private set; }
///
///
///
public BaseTable App_FaultLog { get; private set; }
///
///
///
public BaseTable Base_AlarmCode { get; private set; }
///
///
///
public BaseTable App_Classes { get; private set; }
///
///
///
public BaseTable App_Demo_TestResult { get; private set; }
///
///
///
public BaseTable App_Demo_ProcessData { get; private set; }
///
///
///
public BaseTable App_Sys_KeyRecord { get; private set; }
///
///
///
public BaseTable Sys_Menu_Info { get; private set; }
///
///
///
public BaseTable App_Onduty { get; private set; }
///
///
///
public BaseTable App_LocalNodeManage { get; private set; }
///
///
///
public BaseTable Sys_User_RoleMenu { get; private set; }
///
///
///
public BaseTable Base_AlarmLog { get; private set; }
///
///
///
public BaseTable Base_DeviceStateResume { get; private set; }
///
///
///
public BaseTable V_Sys_F_UserRole { get; private set; }
///
///
///
public BaseTable V_User_D_UserInfo { get; private set; }
///
///
///
public BaseTable V_Base_DeviceStateResume { get; private set; }
///
///
///
public BaseTable V_Sys_F_MenuInfo { get; private set; }
///
///
///
public BaseTable V_Sys_F_RoleMenu { get; private set; }
///
///
///
public BaseTable V_Sys_F_UserMenu { get; private set; }
private BaseDB innerDb = null;
public DILDBV1(BaseDB db)
{
innerDb = db;
SO = db.SO;
DatabaseType = db.DatabaseType;
DatabaseInfo = db.DatabaseInfo;
ServerName = db.ServerName;
Sys_User_Level = innerDb.CreateTable("ID", "Sys_User_Level");
sqlite_sequence = innerDb.CreateTable("ID", "sqlite_sequence");
Sys_TableManage = innerDb.CreateTable("ID", "Sys_TableManage");
Sys_Enum_AccessType = innerDb.CreateTable("ID", "Sys_Enum_AccessType");
Sys_User_UserRole = innerDb.CreateTable("ID", "Sys_User_UserRole");
Base_NGCode = innerDb.CreateTable("ID", "Base_NGCode");
App_Model_Info = innerDb.CreateTable("ID", "App_Model_Info");
App_CPK_Parameters = innerDb.CreateTable("ID", "App_CPK_Parameters");
Sys_User_RoleInfo = innerDb.CreateTable("ID", "Sys_User_RoleInfo");
Sys_User_UserInfo = innerDb.CreateTable("ID", "Sys_User_UserInfo");
SampleDeviceTable = innerDb.CreateTable("ID", "SampleDeviceTable");
sqlite_stat1 = innerDb.CreateTable("ID", "sqlite_stat1");
App_Common_ProductLog = innerDb.CreateTable("ID", "App_Common_ProductLog");
Sys_Column_Comment = innerDb.CreateTable("ID", "Sys_Column_Comment");
Sys_Table_Comment = innerDb.CreateTable("ID", "Sys_Table_Comment");
App_MES_Detection = innerDb.CreateTable("ID", "App_MES_Detection");
App_MES_PartLink = innerDb.CreateTable("ID", "App_MES_PartLink");
Base_Org = innerDb.CreateTable("ID", "Base_Org");
App_FaultLog = innerDb.CreateTable("ID", "App_FaultLog");
Base_AlarmCode = innerDb.CreateTable("ID", "Base_AlarmCode");
App_Classes = innerDb.CreateTable("ID", "App_Classes");
App_Demo_TestResult = innerDb.CreateTable("ID", "App_Demo_TestResult");
App_Demo_ProcessData = innerDb.CreateTable("ID", "App_Demo_ProcessData");
App_Sys_KeyRecord = innerDb.CreateTable("ID", "App_Sys_KeyRecord");
Sys_Menu_Info = innerDb.CreateTable("ID", "Sys_Menu_Info");
App_Onduty = innerDb.CreateTable("ID", "App_Onduty");
App_LocalNodeManage = innerDb.CreateTable("ID", "App_LocalNodeManage");
Sys_User_RoleMenu = innerDb.CreateTable("ID", "Sys_User_RoleMenu");
Base_AlarmLog = innerDb.CreateTable("ID", "Base_AlarmLog");
Base_DeviceStateResume = innerDb.CreateTable("ID", "Base_DeviceStateResume");
V_Sys_F_UserRole = innerDb.CreateTable("ID", "V_Sys_F_UserRole");
V_User_D_UserInfo = innerDb.CreateTable("ID", "V_User_D_UserInfo");
V_Base_DeviceStateResume = innerDb.CreateTable("ID", "V_Base_DeviceStateResume");
V_Sys_F_MenuInfo = innerDb.CreateTable("ID", "V_Sys_F_MenuInfo");
V_Sys_F_RoleMenu = innerDb.CreateTable("ID", "V_Sys_F_RoleMenu");
V_Sys_F_UserMenu = innerDb.CreateTable("ID", "V_Sys_F_UserMenu");
}
public override BaseTable CreateTable(string tableName)
{
return innerDb.CreateTable(tableName);
}
public override BaseTable CreateTable(string id, string tableName)
{
return innerDb.CreateTable(id, tableName);
}
protected override string GetCnn()
{
return innerDb.ConnectionString;
}
public override void Init(string server, string database, string username, string password)
{
throw new NotImplementedException();
}
public override DateTime? GetDate()
{
return innerDb.GetDate();
}
public override List GetTables()
{
return innerDb.GetTables();
}
public override List GetTableColumns()
{
return innerDb.GetTableColumns();
}
public override List GetViews()
{
return innerDb.GetViews();
}
public override List GetViewColumns()
{
return innerDb.GetViewColumns();
}
public override ExecuteResult UpdateTableComment(string tableName, string comment)
{
return innerDb.UpdateTableComment(tableName, comment);
}
public override ExecuteResult UpdateColumnComment(string tableName, string columnName, string comment)
{
return innerDb.UpdateColumnComment(tableName, columnName, comment);
}
public override bool BatchUpdateOrInsert(IEnumerable modelList, Expression> onRelations, string destinationTableName = null, Expression> updateProperts = null)
{
return innerDb.BatchUpdateOrInsert(modelList, onRelations, destinationTableName, updateProperts);
}
public override int BatchDelete(IEnumerable