|
@@ -463,6 +463,16 @@ namespace OASystem.Domain.Dtos.Groups
|
|
|
|
|
|
public string GwCount { get; set; }
|
|
public string GwCount { get; set; }
|
|
public string FyCount { get; set; }
|
|
public string FyCount { get; set; }
|
|
|
|
+
|
|
|
|
+ string efr;
|
|
|
|
+ /// <summary>
|
|
|
|
+ /// 景点门票 描述
|
|
|
|
+ /// </summary>
|
|
|
|
+ public string EFR
|
|
|
|
+ {
|
|
|
|
+ get { return efr; }
|
|
|
|
+ set { efr = value; }
|
|
|
|
+ }
|
|
}
|
|
}
|
|
|
|
|
|
public class Grp_CostTypeHotelNumberDto
|
|
public class Grp_CostTypeHotelNumberDto
|