+ Added functions access
* Change db and added PLC_ID
This commit is contained in:
@@ -26,5 +26,7 @@ namespace Step.Model.DatabaseModels
|
||||
public string Area { get; set; }
|
||||
[Column("enabled")]
|
||||
public bool Enabled { get; set; }
|
||||
[Column("plc_id")]
|
||||
public int PlcId { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user