From e1c0fe2768d32f79920ceda92383981d4ff12058 Mon Sep 17 00:00:00 2001 From: liujiandao <274878379@qq.com> Date: 星期五, 15 三月 2024 10:07:50 +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