Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
cnooc_zydeepen-cggl_expert-manage-miniapp
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
孙德龙
cnooc_zydeepen-cggl_expert-manage-miniapp
Commits
7b847770
Commit
7b847770
authored
Nov 19, 2025
by
kenzo
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://git.gdatac.com/sundelong/cnooc_zydeepen-cggl_expert-manage-miniapp
mege
parents
9bb41ca5
ffc3a915
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
35 additions
and
0 deletions
+35
-0
src/main/java/com/cnooc/expert/external/expert/model/response/ExpertInfoResp.java
+3
-0
src/main/java/com/cnooc/expert/system/entity/pojo/CurrentUserInfo.java
+14
-0
src/main/java/com/cnooc/expert/system/entity/pojo/SubjectInfo.java
+12
-0
src/main/java/com/cnooc/expert/system/entity/pojo/ZhuanJiaUser.java
+6
-0
No files found.
src/main/java/com/cnooc/expert/external/expert/model/response/ExpertInfoResp.java
View file @
7b847770
package
com
.
cnooc
.
expert
.
external
.
expert
.
model
.
response
;
package
com
.
cnooc
.
expert
.
external
.
expert
.
model
.
response
;
import
com.cnooc.expert.system.entity.pojo.CurrentUserInfo
;
import
lombok.Data
;
import
lombok.Data
;
import
java.math.BigDecimal
;
import
java.math.BigDecimal
;
...
@@ -8,6 +9,8 @@ import java.util.List;
...
@@ -8,6 +9,8 @@ import java.util.List;
@Data
@Data
public
class
ExpertInfoResp
{
public
class
ExpertInfoResp
{
private
CurrentUserInfo
userInfo
;
private
String
shenFenZheng
;
private
String
shenFenZheng
;
private
Long
subjectId
;
private
Long
subjectId
;
...
...
src/main/java/com/cnooc/expert/system/entity/pojo/CurrentUserInfo.java
0 → 100644
View file @
7b847770
package
com
.
cnooc
.
expert
.
system
.
entity
.
pojo
;
import
lombok.Data
;
@Data
public
class
CurrentUserInfo
{
private
Long
userId
;
private
Long
accId
;
private
Integer
accType
;
private
Long
personId
;
private
String
name
;
private
String
code
;
private
SubjectInfo
subjectInfo
;
}
src/main/java/com/cnooc/expert/system/entity/pojo/SubjectInfo.java
0 → 100644
View file @
7b847770
package
com
.
cnooc
.
expert
.
system
.
entity
.
pojo
;
import
lombok.Data
;
@Data
public
class
SubjectInfo
{
private
Long
id
;
private
String
name
;
private
String
code
;
private
Integer
subjectType
;
private
String
signCode
;
}
src/main/java/com/cnooc/expert/system/entity/pojo/ZhuanJiaUser.java
View file @
7b847770
...
@@ -37,6 +37,12 @@ public class ZhuanJiaUser {
...
@@ -37,6 +37,12 @@ public class ZhuanJiaUser {
private
String
adAccount
;
private
String
adAccount
;
private
String
tuiKuYuanYin
;
private
String
fuJianGuids
;
private
Short
shenPiZhuangTai
;
private
CurrentUserInfo
userInfo
;
}
}
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