This commit is contained in:
@ -48,6 +48,7 @@ namespace Epost.Model
|
||||
private string _Unit = string.Empty;//小单位
|
||||
private string _UserCode = string.Empty;//工号
|
||||
private string _no = string.Empty;//任务序号
|
||||
private string _clientcode = string.Empty;//货位不存在提示
|
||||
public string BatchId
|
||||
{
|
||||
get
|
||||
@ -396,6 +397,7 @@ namespace Epost.Model
|
||||
public string UserCode { get => _UserCode; set => _UserCode = value; }
|
||||
public string No { get => _no; set => _no = value; }
|
||||
public string ID { get => _ID; set => _ID = value; }
|
||||
public string clientcode { get => _clientcode; set => _clientcode = value; }
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user