update 房屋编码保存
This commit is contained in:
@@ -14,7 +14,8 @@ namespace Ewide.Application.Service.HouseCode.Dto
|
||||
|
||||
public class AddHouseCodeInput : PageInputBase
|
||||
{
|
||||
[Required(ErrorMessage = "区域编码不能为空")]
|
||||
public string FullNumber { get; set; }
|
||||
[Required(ErrorMessage = "行政区域编码不能为空")]
|
||||
public string AreaCode { get; set; }
|
||||
[Required(ErrorMessage = "项目Id不能为空")]
|
||||
public string ProjectId { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user