From a5cd28ab9fd03a958d0bcc697816962e26e45914 Mon Sep 17 00:00:00 2001 From: yanjinhui <3306209981@qq.com> Date: 星期五, 09 五月 2025 10:36:21 +0800 Subject: [PATCH] 注释了人脸识别 --- project/WCS/WIDESEAWCS_Server/WIDESEAWCS_DTO/System/AddUserDTO.cs | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/project/WCS/WIDESEAWCS_Server/WIDESEAWCS_DTO/System/AddUserDTO.cs b/project/WCS/WIDESEAWCS_Server/WIDESEAWCS_DTO/System/AddUserDTO.cs index 9391b1f..119da60 100644 --- a/project/WCS/WIDESEAWCS_Server/WIDESEAWCS_DTO/System/AddUserDTO.cs +++ b/project/WCS/WIDESEAWCS_Server/WIDESEAWCS_DTO/System/AddUserDTO.cs @@ -44,6 +44,16 @@ public string?path { get; set; } + /// <summary> + /// 鐝粍 + /// </summary> + public string userteam { get; set; } + + /// <summary> + /// 鍗″彿 + /// </summary> + public int carnuber { get; set; } + ///// <summary> ///// 鍥剧墖token ///// </summary> -- Gitblit v1.9.3