StableVersion4.3/HL_FristAidPlatform_Help/Model/KeyNumber.cs

17 lines
279 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace HL_FristAidPlatform_Help
{
public class KeyNumber
{
public string key { get; set; }
public int value { get; set; }
}
}