8 lines
204 B
C#
8 lines
204 B
C#
using Newtonsoft.Json;
|
|
using System.Xml.Serialization; // 确保引用此命名空间
|
|
using System.Collections.Generic;
|
|
using System.IO; // 用于 XML 反序列化
|
|
|
|
namespace TechHelper.Client.Exam
|
|
{
|
|
} |