You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

36 lines
912 B
C#

2 months ago
#region << 版 本 注 释 >>
/*--------------------------------------------------------------------
* (c) 2025 WenJY
* CLR4.0.30319.42000
* Mr.Wen's MacBook Pro
* Sln.lmm.Collection.Model.BaseModel
* 8863D180-4252-47FD-816A-27083541D366
*
* WenJY
*
* 2025-10-16 10:35:09
* V1.0.0
*
*
*--------------------------------------------------------------------
*
*
*
*
* V1.0.0
*--------------------------------------------------------------------*/
#endregion << 版 本 注 释 >>
namespace Sln.Iot.Model.api.BaseModel
{
public class RequestResult
{
public string Result { get; set; }
public int ResultCode { get; set; }
public string Message { get; set; }
}
}