using System; using System.Collections.Generic; #nullable disable namespace YLShipBuildLandMap.Entity { public partial class 数据导入 { public string 大楼名 { get; set; } public string 楼层 { get; set; } public string 房间号 { get; set; } public string 部门服务点 { get; set; } public string 开放时间 { get; set; } public string 联系方式 { get; set; } public string 简介 { get; set; } public string 图片 { get; set; } public string F9 { get; set; } public string 为必填项 { get; set; } public Guid? BuildingId { get; set; } public Guid? FloorId { get; set; } public Guid? RoomId { get; set; } public Guid? DepserviceId { get; set; } } }