Commit 9675ffb0 by Seniorious

1

parent 65b783c8
......@@ -28,6 +28,11 @@ namespace APIs.Req
public string warehouseId { get; set; }
}
public class StartInventoryOrderReq
{
public string orderId { get; set; }
}
public class GetWarehouseConfigReq
{
public string deviceId { get; set; }
......
......@@ -333,6 +333,8 @@ namespace Common
pos += 4;
rtn.EType = (byte)GetData(epc, pos, 4);
pos += 4;
rtn.EProperty = 0;
}
else if (rtn.Ver == 0x03)
{
......
......@@ -82,5 +82,6 @@ namespace Models.Table
[SugarColumn(ColumnName = "package_id")]
public string packageId { get; set; }
public int? property { get; set; }
}
}
......@@ -59,5 +59,6 @@ namespace Models.Table
[SugarColumn(ColumnName = "price")]
public decimal? price { get; set; }
public int? property { get; set; }
}
}
......@@ -53,5 +53,8 @@ namespace Models.Table
[SugarColumn(ColumnName = "maintenance_period")]
public int? maintenancePeriod { get; set; }
[SugarColumn(ColumnName = "property")]
public int? property { get; set; }
}
}
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论