namespace NPP.SmartSchedue.Api.Contracts.Services.Personnel.Input; /// /// 更新资质 /// public class QualificationUpdateInput : QualificationAddInput { /// /// 资质ID /// public long Id { get; set; } }