update 房屋编码
This commit is contained in:
@@ -11,12 +11,12 @@ namespace Ewide.Application.Entity
|
||||
[Comment("系统中唯一的房屋编码,生成即不再变更")]
|
||||
[MaxLength(50)]
|
||||
[Required]
|
||||
public string FullNumber { get; set; }
|
||||
public string HouseCode { get; set; }
|
||||
|
||||
[Comment("编号")]
|
||||
[MaxLength(3)]
|
||||
[Required]
|
||||
public string No { get; set; }
|
||||
public int No { get; set; }
|
||||
|
||||
[Comment("项目ID")]
|
||||
[MaxLength(36)]
|
||||
|
||||
Reference in New Issue
Block a user