Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
I
isc-core
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
isc-v3.1-tmp
isc-core
Commits
5419a3a5
Commit
5419a3a5
authored
Nov 01, 2024
by
zhoujunpeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加"风险等级rskcls"属性
parent
06db5250
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
1 deletions
+12
-1
PtyManageVo.java
.../main/java/com/brilliance/isc/vo/manager/PtyManageVo.java
+12
-1
No files found.
isc-common-core/src/main/java/com/brilliance/isc/vo/manager/PtyManageVo.java
View file @
5419a3a5
...
...
@@ -38,7 +38,7 @@ public class PtyManageVo extends BaseEntity {
/**
* pty基本信息展示
*/
*/
private
String
idtype
;
private
String
juscod
;
...
...
@@ -133,6 +133,8 @@ public class PtyManageVo extends BaseEntity {
private
String
ptabchkeyinr
;
private
String
ptabchkey
;
private
String
ptabchkeyname
;
//风险等级
private
String
rskcls
;
// 更新后管户机构
private
String
newbchlst
;
...
...
@@ -180,6 +182,14 @@ public class PtyManageVo extends BaseEntity {
//crm数据
private
Ptycrm
ptycrm
;
public
String
getRsrcls
()
{
return
rskcls
;
}
public
void
setRskcls
(
String
rskcls
)
{
this
.
rskcls
=
rskcls
;
}
public
Ptycrm
getPtycrm
()
{
return
ptycrm
;
}
...
...
@@ -187,6 +197,7 @@ public class PtyManageVo extends BaseEntity {
public
void
setPtycrm
(
final
Ptycrm
ptycrm
)
{
this
.
ptycrm
=
ptycrm
;
}
public
String
getOitinr
()
{
return
oitinr
;
}
...
...
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