SGGL_SGY/SUBQHSE/Model/AnalysisData.cs

11 lines
160 B
C#
Raw Normal View History

2025-05-08 14:26:36 +08:00
using System;
namespace Model
{
public class AnalysisData
{
public string name { get; set; }
public int value { get; set; }
}
}