Merge branch 'develop' into SDK

This commit is contained in:
Samuele Locatelli
2022-11-30 16:07:19 +01:00
+2 -2
View File
@@ -10,10 +10,10 @@ namespace MapoSDK
/// </summary>
public class WharehouseData
{
public class BatchRec
{
public string Ident { get; set; } = "NA";
public int IdxODL { get; set; } = 0;
public string IdentRG { get; set; } = "NA";
public string Product { get; set; } = "Prod";
public string Variety { get; set; } = "Var";
public string Supplier { get; set; } = "Suppl";