update 区域管理名称修改等

This commit is contained in:
2021-04-29 18:21:13 +08:00
parent 5f7dae2380
commit 98c992bc89
26 changed files with 388 additions and 331 deletions

View File

@@ -8,7 +8,7 @@ using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Ewide.Core.Entity
namespace Ewide.Core
{
[Table("sys_role_area")]
[Comment("角色区域自定义数据")]
@@ -24,7 +24,7 @@ namespace Ewide.Core.Entity
[Comment("系统使用的区域代码")]
[MaxLength(10)]
public string AreaNumberCode { get; set; }
public AreaNumber AreaNumber { get; set; }
public SysAreaCode AreaCode { get; set; }
}
}