update 房屋编码

This commit is contained in:
2021-05-20 09:58:33 +08:00
parent 4ddf8b7431
commit 8709143140
3 changed files with 39 additions and 7 deletions

View File

@@ -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)]