事故警示调整

This commit is contained in:
2025-12-23 09:58:51 +08:00
parent 81291b03f7
commit 19c093122b
10 changed files with 127 additions and 24 deletions
@@ -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;