erp 其他出库接口

This commit is contained in:
2024-07-15 14:26:05 +08:00
parent 53384c7be5
commit c17bf876c1
4 changed files with 140 additions and 4 deletions

View File

@@ -129,8 +129,7 @@ public class TestService : IDynamicApiController, ITransient
insertUserRelations.Add(userRelationEntity);
ErpExtendField extendField = new ErpExtendField();
extendField.id = SnowflakeIdHelper.NextId();
extendField.org_id = "25398501929509";
extendField.org_id = "25193668006933";
extendField.table_name = "base_user";
extendField.table_id = userEntity.Id;
extendField.user_id = user.id;