IDP设计图纸管理

This commit is contained in:
2025-07-18 11:07:06 +08:00
parent 58b237b0cf
commit 41ba702346
10 changed files with 686 additions and 119 deletions
+19
View File
@@ -0,0 +1,19 @@
namespace Model
{
/// <summary>
/// IDP接口调用Session
/// </summary>
public class SessionItem
{
/// <summary>
/// value
/// </summary>
public string value { get; set; }
/// <summary>
/// name
/// </summary>
public string name { get; set; }
}
}