namespace IStation.Dto { /// /// /// public class UserIDUnderSoftwareIDInput : UserIDInput { /// /// /// [Required, Range(1, long.MaxValue, ErrorMessage = "SoftwareID 必须大于0")] public long SoftwareID { get; set; } } }