Files
YunTongJackYunTask/Reportapi/MyCode.Project.Domain/Message/Response/Lxm/LxmServiceResp.cs
2025-07-04 09:50:02 +08:00

17 lines
329 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace MyCode.Project.Domain.Message.Response.Lxm
{
public class LxmServiceResp
{
/// <summary>
/// 服务名
/// </summary>
public string Name { get; set; }
}
}