This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
namespace langguanApi.Model.Dto
{
/// <summary>
/// 接收dto
/// </summary>
public class ReceiveDto
/// 数据类型,1 门禁 ,2,tsp,3 地磅,
public int dataType { get; set; }
/// 数据内容 json格式
public string content { get; set; }
}