Zxd.Core/code/Zxd.Crm.Domain/Dto/GetProductByAppidDto.cs

16 lines
264 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Zxd.Crm.Domain.Dto
{
public class GetProductByAppidDto : SearchPageBase
{
public string appid { get; set; }
}
}