1.出库单据、生成出库单据、计算物料时增加货架类型用于区分信息化货架和智能货架的物料 实现分开出
This commit is contained in:
@ -19,6 +19,10 @@ namespace 货架标准上位机
|
||||
/// 货架服务器的Ip和端口号
|
||||
/// </summary>
|
||||
public string ApiIpHost { get; set; }
|
||||
/// <summary>
|
||||
/// WebSocket服务器的地址
|
||||
/// </summary>
|
||||
public string WebSocketUrl { get; set; }
|
||||
|
||||
public List<string> GroupName { get; set; }
|
||||
|
||||
|
Reference in New Issue
Block a user