瀏覽代碼

Add annotation

master
Kobus 6 年之前
父節點
當前提交
ad9dee0cf9
共有 1 個檔案被更改,包括 4 行新增0 行删除
  1. 4
    0
      UnivateProperties_API/Model/Properties/Property.cs

+ 4
- 0
UnivateProperties_API/Model/Properties/Property.cs 查看文件

28
         public int CityId { get; set; }
28
         public int CityId { get; set; }
29
         public int ProvinceId { get; set; }
29
         public int ProvinceId { get; set; }
30
         public bool Published { get; set; }
30
         public bool Published { get; set; }
31
+        [ForeignKey("Status")]
31
         public int? StatusId { get; set; }
32
         public int? StatusId { get; set; }
33
+        [ForeignKey("Owner")]
32
         public int? OwnerId { get; set; }
34
         public int? OwnerId { get; set; }
35
+        [ForeignKey("Agent")]
33
         public int? AgentId { get; set; }
36
         public int? AgentId { get; set; }
37
+        [ForeignKey("Agency")]
34
         public int? AgencyId { get; set; }
38
         public int? AgencyId { get; set; }
35
 
39
 
36
         public virtual PropertyType PropertyType { get; set; }
40
         public virtual PropertyType PropertyType { get; set; }

Loading…
取消
儲存