init
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
namespace DTS.Storage
|
||||
{
|
||||
public class DigitalInputSettings
|
||||
{
|
||||
public const string Table = "tblDigitalInputSetting";
|
||||
public enum Fields
|
||||
{
|
||||
SettingName,
|
||||
SettingMode,
|
||||
ScaleMultiplier,
|
||||
LastModified,
|
||||
LastModifiedBy,
|
||||
SensorId,
|
||||
UserValue1,
|
||||
UserValue2,
|
||||
UserValue3,
|
||||
UserTags
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user