/* ==============================================================================
* 功能描述:管网检查结果
* 创 建 者:Garrett
* 创建日期:2019/5/31 16:20:46
* ==============================================================================*/
namespace ServiceRevitLib.Mode
{
///
/// SagaCheckResult
///
class PipeCheckResult : ResultBase
{
///
/// id
///
public string Id { get; set; }
///
/// 系统名称
///
public string SystemName { get; set; }
}
}