using BaseOUDAL; namespace YLErp.Model { public class VarietyMappingDeductReq : BaseSearchReq { public List VarietyIds { get; set; } } }