update 区域管理名称修改等
This commit is contained in:
@@ -1,14 +1,9 @@
|
||||
using Furion.DatabaseAccessor;
|
||||
using Microsoft.EntityFrameworkCore;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
using System.ComponentModel.DataAnnotations.Schema;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Ewide.Core.Entity
|
||||
namespace Ewide.Core
|
||||
{
|
||||
[Table("sys_user_area")]
|
||||
[Comment("用户授权区域信息")]
|
||||
@@ -24,6 +19,6 @@ namespace Ewide.Core.Entity
|
||||
[Comment("系统使用的区域代码")]
|
||||
[MaxLength(10)]
|
||||
public string AreaNumberCode { get; set; }
|
||||
public AreaNumber AreaNumber { get; set; }
|
||||
public SysAreaCode AreaCode { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user