StableVersion4.3/HL_FristAidPlatform_Help/Model/rs60DNT.cs

17 lines
283 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace HL_FristAidPlatform_Help.Model
{
public class rs60DNT
{
public int rsCount { get; set; }
public int rs60 { get; set; }
}
}