update 新增机构类型
This commit is contained in:
@@ -37,6 +37,12 @@ namespace Ewide.Core
|
||||
[Comment("编码")]
|
||||
public string Code { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 机构类型
|
||||
/// </summary>
|
||||
[Comment("机构类型")]
|
||||
public int Type { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 联系人
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user