init
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
namespace DTS.Storage
|
||||
{
|
||||
public abstract class TestObjectChannelSettings
|
||||
{
|
||||
public const string TableName = "tblTestObjectChannelSettings";
|
||||
public enum Fields
|
||||
{
|
||||
TestObjectSerial,
|
||||
ChannelId,
|
||||
Setting,
|
||||
SensorSerial
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user