|
@@ -73,6 +73,13 @@ namespace OASystem.Domain.Entities.PersonnelModule
|
|
|
[SugarColumn(IsNullable = true, ColumnDataType = "decimal(8,2)")]
|
|
|
public decimal InformationSecurityFee { get; set; }
|
|
|
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ [SugarColumn(IsNullable = true, ColumnDataType = "decimal(8,2)")]
|
|
|
+ public decimal OtherHandle { get; set; }
|
|
|
+
|
|
|
|
|
|
|
|
|
|