Merge branch 'develop' into SDK
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user