培训类型
This commit is contained in:
@@ -34,6 +34,7 @@ namespace BLL
|
||||
TrainTypeId = trainType.TrainTypeId,
|
||||
TrainTypeCode = trainType.TrainTypeCode,
|
||||
TrainTypeName = trainType.TrainTypeName,
|
||||
TrainType = trainType.TrainType,
|
||||
Remark = trainType.Remark,
|
||||
IsAboutSendCard = trainType.IsAboutSendCard,
|
||||
IsRepeat = trainType.IsRepeat
|
||||
@@ -54,6 +55,7 @@ namespace BLL
|
||||
{
|
||||
newTrainType.TrainTypeCode = trainType.TrainTypeCode;
|
||||
newTrainType.TrainTypeName = trainType.TrainTypeName;
|
||||
newTrainType.TrainType = trainType.TrainType;
|
||||
newTrainType.Remark = trainType.Remark;
|
||||
newTrainType.IsAboutSendCard = trainType.IsAboutSendCard;
|
||||
newTrainType.IsRepeat = trainType.IsRepeat;
|
||||
|
||||
Reference in New Issue
Block a user