物料收发明细加入操作人

This commit is contained in:
tongfei
2023-11-25 09:08:34 +08:00
parent 060a0dd22d
commit 0a96e5f418
5 changed files with 34 additions and 0 deletions

View File

@@ -10,5 +10,10 @@ namespace WMS.Web.Domain.Infrastructure
/// 公司Id
/// </summary>
int CompanyId { get; set; }
/// <summary>
/// 员工ID
/// </summary>
int StaffId { get; set; }
}
}