|
@@ -13,6 +13,12 @@ namespace OASystem.Domain.Entities.Groups
|
|
|
[SugarTable("Grp_EnterExitCost")]
|
|
|
public class Grp_EnterExitCost : EntityBase
|
|
|
{
|
|
|
+ /// <summary>
|
|
|
+ /// 归属省份Id
|
|
|
+ /// </summary>
|
|
|
+ [SugarColumn(IsNullable = true, ColumnDataType = "int")]
|
|
|
+ public int ProvinceId { get; set; }
|
|
|
+
|
|
|
/// <summary>
|
|
|
/// 团组Id
|
|
|
/// </summary>
|