using Prism.Events; using System.Collections.Generic; namespace SHJX.Service.Common.Event { public class UpdateSampleDetailEvent : PubSubEvent<List<object>> { } }