1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/bighuaji-pipeline

Присоединиться к Gitlife
Откройте для себя и примите участие в публичных проектах с открытым исходным кодом с участием более 10 миллионов разработчиков. Приватные репозитории также полностью бесплатны :)
Присоединиться бесплатно
Клонировать/Скачать
AccidentInfo.cs 884 Байты
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
EmperorWQY Отправлено 18.04.2022 10:30 29c4ff7
using System;
namespace 城市天然气管道风险管理与决策系统
{
[Serializable]
internal class AccidentInfo
{
public DateTime AcDate { get; set; }
public string AcLevel { get; set; }
public int DeathNum { get; set; }
public int InjureNum { get; set; }
public double AcLoss { get; set; }
public string AcReason { get; set; }
public string AcDescription { get; set; }
public string AcProcess { get; set; }
public AccidentInfo(DateTime date, string level, int d, int i, double loss, string reason, string desc, string process)
{
AcDate = date;
AcLevel = level;
AcLoss = loss;
DeathNum = d;
InjureNum = i;
AcReason = reason;
AcDescription = desc;
AcProcess = process;
}
}
}

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/bighuaji-pipeline.git
git@api.gitlife.ru:oschina-mirror/bighuaji-pipeline.git
oschina-mirror
bighuaji-pipeline
bighuaji-pipeline
master