提交代码
This commit is contained in:
@ -27,7 +27,15 @@ namespace WCS.Model.ApiModel.MatInventoryDetail
|
||||
|
||||
public DateTime InstoreTime { get; set; } = DateTime.Now;
|
||||
public string InstoreUser { get; set; }
|
||||
public bool IsLocked { get; set; } = false;
|
||||
public bool IsLocked { get; set; }
|
||||
|
||||
public string IsLockedStr
|
||||
{
|
||||
get
|
||||
{
|
||||
return IsLocked ? "是" : "否";
|
||||
}
|
||||
}
|
||||
public int RowNumber { get; set; }
|
||||
public bool IsSelected { get; set; }
|
||||
}
|
||||
|
Reference in New Issue
Block a user