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

21 lines
388 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 LxmServicePackageResp
{
/// <summary>
/// 流行美服务套餐
/// </summary>
public string Name
{
get;
set;
}
}
}