using Admin.NET.Core; using System.ComponentModel.DataAnnotations; namespace Admin.NET.Application; public class QueryPackageInput { /// /// 包装号 /// public virtual string PackageCode { get; set; } }