update 区域管理名称修改等
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
using Ewide.Core.Entity;
|
||||
using Microsoft.EntityFrameworkCore;
|
||||
using Microsoft.EntityFrameworkCore;
|
||||
using System.Collections.Generic;
|
||||
using System.ComponentModel.DataAnnotations.Schema;
|
||||
|
||||
@@ -73,7 +72,7 @@ namespace Ewide.Core
|
||||
/// <summary>
|
||||
/// 一对一 一个组织对应一个区域代码
|
||||
/// </summary>
|
||||
public AreaNumber AreaNumber { get; set; }
|
||||
public SysAreaCode AreaCode { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 多对多(用户)
|
||||
|
||||
Reference in New Issue
Block a user