组织管理,新增设备与工位绑定、解绑功能
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
using JNPF.DependencyInjection;
|
||||
using JNPF.Systems.Entitys.Model.Organize;
|
||||
using Newtonsoft.Json.Linq;
|
||||
|
||||
namespace JNPF.Systems.Entitys.Dto.Department;
|
||||
|
||||
@@ -42,7 +43,7 @@ public class DepartmentCrInput
|
||||
/// <summary>
|
||||
/// 扩展属性.
|
||||
/// </summary>
|
||||
public string propertyJson { get; set; }
|
||||
public JObject propertyJson { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 排序码.
|
||||
|
||||
Reference in New Issue
Block a user