Files
zszq-trs/YLErpDAL/Model/SwapEventEmailRequest.cs
2024-05-09 14:06:26 +08:00

17 lines
328 B
C#

using BaseOUDAL;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace YLErp.Model
{
public class SwapEventEmailRequest: BaseSearchReq
{
public List<int> ClientIds { get; set; }
public DateTime? Valuedate { get; set; }
}
}