【修复】修复C端用户接口解密失败的bug

pull/46/head
徐玉祥 2022-10-08 21:02:06 +08:00
parent 6f5939e555
commit 823eb59a5c
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ import java.util.Date;
**/
@Getter
@Setter
@TableName("CLIENT_USER")
@TableName(value = "CLIENT_USER", autoResultMap = true)
public class ClientUser extends CommonEntity implements TransPojo {
/** id */