namespace CompressorXN_Model.ViewModel.Request { public class QueryPrintDataVM : BaseQuery { /// /// 标签码 /// public string SN { get; set; } } }