【修复】修复C端用户接口解密失败的bug
This commit is contained in:
parent
6f5939e555
commit
823eb59a5c
@ -34,7 +34,7 @@ import java.util.Date;
|
|||||||
**/
|
**/
|
||||||
@Getter
|
@Getter
|
||||||
@Setter
|
@Setter
|
||||||
@TableName("CLIENT_USER")
|
@TableName(value = "CLIENT_USER", autoResultMap = true)
|
||||||
public class ClientUser extends CommonEntity implements TransPojo {
|
public class ClientUser extends CommonEntity implements TransPojo {
|
||||||
|
|
||||||
/** id */
|
/** id */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user