SGGL_SGY/SUBQHSE/Model/AnalysisData.cs

11 lines
160 B
C#

using System;
namespace Model
{
public class AnalysisData
{
public string name { get; set; }
public int value { get; set; }
}
}