From 39a8a6ca76c13c4014732441c6c73cc3c2243e19 Mon Sep 17 00:00:00 2001 From: lishihai <dslsh@dscom> Date: 星期三, 26 六月 2024 11:27:25 +0800 Subject: [PATCH] 库存盘点应用按钮记录创建人,创建时间,应用时间、应用人员等信息;根据条形码查询产品详情;新增编辑产品增加条形码字段 --- request/jwt.go | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/request/jwt.go b/request/jwt.go index da7fb70..e38d99e 100644 --- a/request/jwt.go +++ b/request/jwt.go @@ -17,5 +17,5 @@ Username string ParentId string UserType constvar.UserType - ModifiedPwd bool + ModifiedPwd *bool } -- Gitblit v1.8.0