This commit is contained in:
@ -37,4 +37,10 @@ namespace Epost.Model
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
public class BatchModel {
|
||||
string _batchno = string.Empty;
|
||||
|
||||
public string batchno { get => _batchno; set => _batchno = value; }
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user