From ba27dbcf5aec55cf3a1f82388773bf464edd05cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E6=97=AD=E6=B8=85?= <8332101+W1902774261@user.noreply.gitee.com> Date: Sat, 25 Jun 2022 12:36:05 +0000 Subject: [PATCH] =?UTF-8?q?update=20=E5=94=90=E4=BC=9F=E5=BB=BA/20220614?= =?UTF-8?q?=E7=AC=AC=E4=B9=9D=E6=AC=A1=E7=AC=94=E8=AE=B0(=E5=AE=A1?= =?UTF-8?q?=E8=AE=A1=E6=97=A5=E5=BF=97=E7=9A=84=E9=85=8D=E7=BD=AE=E5=92=8C?= =?UTF-8?q?=E5=85=A8=E5=B1=80=E5=BC=82=E5=B8=B8=E6=8D=95=E8=8E=B7=E9=85=8D?= =?UTF-8?q?=E7=BD=AE).md.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...270\270\346\215\225\350\216\267\351\205\215\347\275\256).md" | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git "a/\345\224\220\344\274\237\345\273\272/20220614\347\254\254\344\271\235\346\254\241\347\254\224\350\256\260(\345\256\241\350\256\241\346\227\245\345\277\227\347\232\204\351\205\215\347\275\256\345\222\214\345\205\250\345\261\200\345\274\202\345\270\270\346\215\225\350\216\267\351\205\215\347\275\256).md" "b/\345\224\220\344\274\237\345\273\272/20220614\347\254\254\344\271\235\346\254\241\347\254\224\350\256\260(\345\256\241\350\256\241\346\227\245\345\277\227\347\232\204\351\205\215\347\275\256\345\222\214\345\205\250\345\261\200\345\274\202\345\270\270\346\215\225\350\216\267\351\205\215\347\275\256).md" index ad67f98..e82e0b0 100644 --- "a/\345\224\220\344\274\237\345\273\272/20220614\347\254\254\344\271\235\346\254\241\347\254\224\350\256\260(\345\256\241\350\256\241\346\227\245\345\277\227\347\232\204\351\205\215\347\275\256\345\222\214\345\205\250\345\261\200\345\274\202\345\270\270\346\215\225\350\216\267\351\205\215\347\275\256).md" +++ "b/\345\224\220\344\274\237\345\273\272/20220614\347\254\254\344\271\235\346\254\241\347\254\224\350\256\260(\345\256\241\350\256\241\346\227\245\345\277\227\347\232\204\351\205\215\347\275\256\345\222\214\345\205\250\345\261\200\345\274\202\345\270\270\346\215\225\350\216\267\351\205\215\347\275\256).md" @@ -28,7 +28,7 @@ namespace Soft2ApiDemo.Domain.Entity /// /// 客户端信息 /// - public string ClientName { get; set; } + public string? ClientName { get; set; } /// /// 客户端IP地址 /// -- Gitee