using System; using System.Collections.Generic; using System.Text; namespace Model.ModelVm.BllSoVm { public class GetExportNoticeDetailVm:IndexPage { public string SoNo { get; set; } } }