using FluentValidation; using Kean.Domain.Stock.Models; using System.Collections.Generic; namespace Kean.Domain.Stock.Commands { /// /// 入库命令 /// public class BatchReFeedbackCommand : ICommand { /// /// /// public int[] idList { get; set; } } }