SysDeptLat Property

获取/设置部门所在纬度。

Definition

Namespace: QuickAdmin.Entity
Assembly: QuickAdmin.Net (in QuickAdmin.Net.dll) Version: 1.2.33
C#
[Column(Precision = 10, Scale = 7)]
[Display(Name = "纬度")]
public decimal? Lat { get; set; }

Property Value

decimal?

Remarks

经纬度属性默认没有启用。
可通过重写 DeptService.EnableLonLat 并返回 true 启用之。

See Also