using System; using System.Collections.Generic; using System.Text; namespace Shentun.Peis.SampleGroupDetails { public class SampleGroupInAsbitemDto { public Guid SampleGroupId { get; set; } } }