|
|
@ -108,6 +108,8 @@ namespace SBF.Model.Db |
|
|
|
[Column(DbType = "datetime")] |
|
|
|
public DateTime? StartTrusteeshipDate { get; set; } |
|
|
|
|
|
|
|
[Column(MapType = typeof(int?))] |
|
|
|
public Enums.PolicyType? PolicyType { get; set; } = Enums.PolicyType.成长期策略包; |
|
|
|
|
|
|
|
#region Product
|
|
|
|
[Column(IsIgnore = true)] |
|
|
@ -129,7 +131,7 @@ namespace SBF.Model.Db |
|
|
|
[Column(IsIgnore = true)] |
|
|
|
public int? ProductState { get; set; } |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[Column(IsIgnore = true)] |
|
|
|
public Enums.Stage? Stage { get; set; } = 0; |
|
|
|
#endregion
|
|
|
|