using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace MyCode.Project.Domain.Message.Request.Report2301 { public class GetCustmoerServiceInvAct { /// /// 加盟商ID /// public string CustomerId { get; set; } /// /// 查询具体某一天的日期 /// public DateTime Days { get; set; } } }