From 4f526b034a6e13a521ad71dcbdbea97043d6ea19 Mon Sep 17 00:00:00 2001 From: zhangqian <zhangqian@123.com> Date: 星期三, 20 三月 2024 19:21:20 +0800 Subject: [PATCH] 发货信息字段完善 --- model/request/jwt.go | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/model/request/jwt.go b/model/request/jwt.go index b257697..09b0caa 100644 --- a/model/request/jwt.go +++ b/model/request/jwt.go @@ -21,5 +21,5 @@ ParentId string UserType constvar.UserType AuthorityId uint - ModifiedPwd bool + ModifiedPwd *bool } -- Gitblit v1.8.0