提交代码
This commit is contained in:
@ -72,6 +72,18 @@ namespace WCS.DAL.DbModels
|
||||
[SugarColumn(ColumnName = "client_ip", Length = 50, IsNullable = false, ColumnDescription = "货架对应Can模块的Ip")]
|
||||
public string ClientIp { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 连接Can模块的端口号
|
||||
/// </summary>
|
||||
[SugarColumn(ColumnName = "port", Length = 50, IsNullable = true, ColumnDescription = "连接Can模块的端口号")]
|
||||
public string Port { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 货架对应后端的Ip
|
||||
/// </summary>
|
||||
[SugarColumn(ColumnName = "server_ip", Length = 50, IsNullable = false, ColumnDescription = "货架对应后端服务的Ip")]
|
||||
public string ServerIp { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 货架的组别、区域(区分单个软件管哪些货架的,前端的配置文件配置一个组别,查询时只显示当前组别的货架)
|
||||
/// </summary>
|
||||
|
Reference in New Issue
Block a user