-
sunpengfei
2 天以前 ab38e4f6313bb3e053f7a26535f865da6829dae9
FlexJobApi.Core/Models/UserServer/EnterpriseEmployees/Commands/StopElectronSignCommand.cs
@@ -11,11 +11,16 @@
    /// 灵工解约
    /// </summary>
    [Resource([EnumResourceController.UserServerEnterpriseEmployee])]
    public class StopElectronSignCommand : IRequest<Guid>
    public class StopElectronSignCommand : IRequest<int>
    {
        public StopElectronSignCommand()
        {
            Ids = [];
        }
        /// <summary>
        /// 灵工Id
        /// </summary>
        public Guid Id { get; set; }
        public List<Guid> Ids { get; set; }
    }
}