fix:考试

This commit is contained in:
geh
2025-04-29 19:39:35 +08:00
parent 441fbf5985
commit 714c47eba2
45 changed files with 3660 additions and 78 deletions
+60
View File
@@ -439196,6 +439196,8 @@ namespace Model
private string _EItemRussian;
private System.Nullable<int> _Score;
private EntityRef<Training_TestTraining> _Training_TestTraining;
private EntityRef<Training_TestTraining> _Training;
@@ -439260,6 +439262,8 @@ namespace Model
partial void OnDItemRussianChanged();
partial void OnEItemRussianChanging(string value);
partial void OnEItemRussianChanged();
partial void OnScoreChanging(System.Nullable<int> value);
partial void OnScoreChanged();
#endregion
public Training_TestTrainingItem()
@@ -439833,6 +439837,26 @@ namespace Model
}
}
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Score", DbType="Int")]
public System.Nullable<int> Score
{
get
{
return this._Score;
}
set
{
if ((this._Score != value))
{
this.OnScoreChanging(value);
this.SendPropertyChanging();
this._Score = value;
this.SendPropertyChanged("Score");
this.OnScoreChanged();
}
}
}
[global::System.Data.Linq.Mapping.AssociationAttribute(Name="FK_Training_TestTrainingItem_Training_TestTraining", Storage="_Training_TestTraining", ThisKey="TrainingId", OtherKey="TrainingId", IsForeignKey=true)]
public Training_TestTraining Training_TestTraining
{
@@ -486479,6 +486503,8 @@ namespace Model
private System.Nullable<int> _TrainCount;
private System.Nullable<int> _TestCount;
private string _AuditorId;
private string _AuditorName;
@@ -487217,6 +487243,22 @@ namespace Model
}
}
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_TestCount", DbType="Int")]
public System.Nullable<int> TestCount
{
get
{
return this._TestCount;
}
set
{
if ((this._TestCount != value))
{
this._TestCount = value;
}
}
}
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_AuditorId", DbType="NVarChar(50)")]
public string AuditorId
{
@@ -492417,6 +492459,8 @@ namespace Model
private string _EItemEng;
private System.Nullable<int> _Score;
private string _AnswerItems;
public View_Training_TestTrainingItem()
@@ -492791,6 +492835,22 @@ namespace Model
}
}
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Score", DbType="Int")]
public System.Nullable<int> Score
{
get
{
return this._Score;
}
set
{
if ((this._Score != value))
{
this._Score = value;
}
}
}
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_AnswerItems", DbType="NVarChar(50)")]
public string AnswerItems
{