From 193fa41f6419b80f33dabad90ed65ed1e310add8 Mon Sep 17 00:00:00 2001 From: zhengyiming <540361168@qq.com> Date: 星期四, 11 九月 2025 15:48:05 +0800 Subject: [PATCH] fix: s --- FlexJobApi.Core/Models/UserServer/EnterpriseEmployees/Commands/PersonalUserElectronSignCommand.cs | 11 ++++++++--- 1 files changed, 8 insertions(+), 3 deletions(-) diff --git a/FlexJobApi.Core/Models/UserServer/EnterpriseEmployees/Commands/PersonalUserElectronSignCommand.cs b/FlexJobApi.Core/Models/UserServer/EnterpriseEmployees/Commands/PersonalUserElectronSignCommand.cs index 96a3ae8..fadf30f 100644 --- a/FlexJobApi.Core/Models/UserServer/EnterpriseEmployees/Commands/PersonalUserElectronSignCommand.cs +++ b/FlexJobApi.Core/Models/UserServer/EnterpriseEmployees/Commands/PersonalUserElectronSignCommand.cs @@ -10,13 +10,18 @@ /// <summary> /// 涓汉鐢ㄦ埛绛剧害 /// </summary> - [Resource([EnumResourceController.UserServerEnterpriseEmployee])] + [Resource([EnumResourceController.UserServerEnterpriseEmployee], AllowAnonymous = true)] public class PersonalUserElectronSignCommand : IRequest<PersonalUserElectronSignCommandResult> { /// <summary> - /// 鐏靛伐Id + /// 鐏靛伐Id锛堜簩閫変竴锛� /// </summary> - public Guid Id { get; set; } + public Guid? Id { get; set; } + + /// <summary> + /// 閭�绾︾煭淇$紪鍙凤紙浜岄�変竴锛� + /// </summary> + public string SmsCode { get; set; } } -- Gitblit v1.9.1