Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yd-communication
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
xingmin
yd-communication
Commits
cdce65e4
Commit
cdce65e4
authored
Aug 28, 2026
by
zhangxingmin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
push
parent
78494475
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
46 additions
and
0 deletions
+46
-0
yd-communication-api/src/main/java/com/yd/communication/api/service/impl/ApiCoSessionServiceImpl.java
+0
-0
yd-communication-feign/src/main/java/com/yd/communication/feign/response/http/QuerySfpUserResponse.java
+46
-0
No files found.
yd-communication-api/src/main/java/com/yd/communication/api/service/impl/ApiCoSessionServiceImpl.java
View file @
cdce65e4
This diff is collapsed.
Click to expand it.
yd-communication-feign/src/main/java/com/yd/communication/feign/response/http/QuerySfpUserResponse.java
0 → 100644
View file @
cdce65e4
package
com
.
yd
.
communication
.
feign
.
response
.
http
;
import
lombok.Data
;
import
java.util.Date
;
@Data
public
class
QuerySfpUserResponse
{
private
Long
id
;
//serial idPRIauto_increment
private
String
name
;
//userName
private
String
mobile
;
//手机号
private
Integer
gender
;
//性别,1,男,2,女
private
String
age
;
//年龄
private
String
manageMobile
;
//管理经纪人手机号(保单托管)
private
Date
loginDate
;
//登录时间(用于判断该用户是否登录过期 30天, 登录成功更新,退出或者切换账号更新)
private
Integer
loginState
;
//是否登录(0=No, 1=Yes)
private
String
customerSource
;
//客户来源
private
String
level
;
//用户等级
private
String
levelName
;
//用户等级名称
private
Integer
isVip
;
//是否vip
private
Date
vipExpireDate
;
//vip到期时间
private
Date
inactivateDate
;
//激活到期时间
private
Integer
remainingTimes
;
//剩余次数
private
Integer
isMax
;
//是否达到最大购买次数 0-否 1-是
private
Integer
userType
;
//用户类型
private
Long
roleId
;
//用户角色ID
private
String
systemType
;
//系统类型(tvm、sfp、policyManage)
private
String
tenantProjectRoleIds
;
//租户项目角色ID列表
private
String
flag
;
//标识
private
String
remark
;
//备注
private
String
wxNickname
;
//微信昵称
private
String
wxOpenId
;
//用户小程序登录的openid
private
String
wxOpenIdGzh
;
//用户公众号登录的openid
private
Integer
isBlacklist
;
//是否黑名单 0-否 1-是
private
Integer
isActive
;
//是否启用(0=No, 1=Yes)
private
Date
createdAt
;
//创建时间
private
String
createdBy
;
//创建人
private
Date
updatedAt
;
//修改时间
private
String
updatedBy
;
//修改人
/**
* 律家保-法税卡激活接口,请求⽅用户唯⼀识别号 (用于跳转到律家保页面的挂参)
*/
private
String
ljbRefId
;
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment