1
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
using JNPF.Common.Const;
|
||||
using JNPF;
|
||||
using JNPF.Common.Contracts;
|
||||
using JNPF.Common.Security;
|
||||
using SqlSugar;
|
||||
@@ -164,4 +166,13 @@ public partial class WmsInstockCode : BaseEntity<string>
|
||||
/// </summary>
|
||||
public string? mo_bom_detail_id { get; set; }
|
||||
|
||||
public void Create()
|
||||
{
|
||||
var orgId = App.User?.FindFirst(ClaimConst.CLAINMORGID)?.Value;
|
||||
if (!string.IsNullOrEmpty(orgId))
|
||||
{
|
||||
this.org_id = orgId;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user