using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace DS.WMS.Core.Op.Dtos
{
///
///
///
public class DJYChargeFeeRequestDto
{
///
/// 扣费业务类型
///
public ChargeFeeBSTypeEnum BSType { get; set; }
///
/// 发送类型
///
public ChargeFeeSendTypeEnum SendType { get; set; }
///
/// 业务ID
///
public List BusinessIdList { get; set; }
}
}