Uat_Study
parent
f94170dfe4
commit
1fa56cc36f
|
@ -242,6 +242,12 @@ namespace IRaCIS.Core.Application.ViewModel
|
||||||
public string ForeignKeyText { get; set; } = string.Empty;
|
public string ForeignKeyText { get; set; } = string.Empty;
|
||||||
|
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// 接口名
|
||||||
|
/// </summary>
|
||||||
|
|
||||||
|
public string InterfaceName { get; set; } = string.Empty;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -324,7 +324,7 @@ namespace IRaCIS.Core.Infra.EFCore.Common
|
||||||
#endregion
|
#endregion
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 格式化日期和时间
|
/// 格式化日期和时间
|
||||||
|
|
Loading…
Reference in New Issue