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
0fb9340f
Commit
0fb9340f
authored
Oct 10, 2024
by
huangshunlin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
即期结售汇 补充
parent
49ce0863
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
36 additions
and
0 deletions
+36
-0
FxdBizInfoVo.java
...c/main/java/com/brilliance/isc/vo/funds/FxdBizInfoVo.java
+34
-0
SetglgService.java
...m/brilliance/isc/common/setglg/service/SetglgService.java
+2
-0
No files found.
isc-common-core/src/main/java/com/brilliance/isc/vo/funds/FxdBizInfoVo.java
View file @
0fb9340f
package
com
.
brilliance
.
isc
.
vo
.
funds
;
import
com.brilliance.isc.common.vo.BizInfoVo
;
import
com.brilliance.mda.runtime.mda.util.Decimals
;
import
lombok.Data
;
import
java.math.BigDecimal
;
import
static
com
.
brilliance
.
mda
.
runtime
.
mda
.
Constants
.
NULLSTR
;
/**
* @program: isc-core
* @ClassName: FxdBizInfoVo
...
...
@@ -12,4 +17,33 @@ import lombok.Data;
*/
@Data
public
class
FxdBizInfoVo
extends
BizInfoVo
{
//结售汇类型 fxdgrp.rec.fxtyp
private
String
fxtyp
=
NULLSTR
;
/**
* fxdgrp.rec.dsp 结售汇业务的外币的记账账号类型
* LO客户往来账户以及SP国际结算过渡账户2个选项
*/
private
String
dsp
=
NULLSTR
;
// 结售汇业务的外币的记账账号 fxdgrp.rec.acc
private
String
acc
=
NULLSTR
;
//fxdgrp.rec.dsp2
private
String
dsp2
=
NULLSTR
;
;
//结售汇业务的本币的记账账号 fxdgrp.rec.acc2
private
String
acc2
=
NULLSTR
;
//Rate
private
BigDecimal
rat
=
Decimals
.
ZERO_SCALE6
;
//交易主体
private
String
trnman
=
NULLSTR
;
//TRADE IN
private
String
trdint
=
NULLSTR
;
//TRADE OUT
private
String
trdout
=
NULLSTR
;
}
isc-common-service/src/main/java/com/brilliance/isc/common/setglg/service/SetglgService.java
View file @
0fb9340f
...
...
@@ -126,4 +126,6 @@ public interface SetglgService {
String
calcMaceog
(
SetmodVo
setmodVo
);
Set
<
String
>
getFixDspflagSet
();
void
setSettlementDetails
(
SetglgVo
setglg
,
String
setTyp
,
String
rol
,
String
trnMan
,
String
trdTyp
);
}
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