mirror of
https://gitee.com/xiaonuobase/snowy.git
synced 2026-03-22 10:47:16 +08:00
【修复】修复C端用户接口解密失败的bug
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user