事故警示调整
This commit is contained in:
@@ -46,7 +46,9 @@ namespace BLL
|
||||
Code = model.Code,
|
||||
Title = model.Title,
|
||||
Content = model.Content,
|
||||
Type = model.Type,
|
||||
Address = model.Address,
|
||||
Source = model.Source,
|
||||
ResponsibleUnit = model.ResponsibleUnit,
|
||||
AccidentDate = model.AccidentDate,
|
||||
AccidentMonthDay = model.AccidentMonthDay,
|
||||
@@ -71,7 +73,9 @@ namespace BLL
|
||||
{
|
||||
newModel.Title = model.Title;
|
||||
newModel.Content = model.Content;
|
||||
newModel.Type = model.Type;
|
||||
newModel.Address = model.Address;
|
||||
newModel.Source = model.Source;
|
||||
newModel.ResponsibleUnit = model.ResponsibleUnit;
|
||||
newModel.AccidentDate = model.AccidentDate;
|
||||
newModel.AccidentMonthDay = model.AccidentMonthDay;
|
||||
|
||||
Reference in New Issue
Block a user