Commit 06db5250 by huangshunlin

修复即期结售汇申报无选项问题

parent 84c47ebd
...@@ -59,6 +59,18 @@ public class FxdBizInfoVo extends BizInfoVo { ...@@ -59,6 +59,18 @@ public class FxdBizInfoVo extends BizInfoVo {
//fxdgrp.rec.setdat //fxdgrp.rec.setdat
private Date setdat = NULLDATE; private Date setdat = NULLDATE;
private Date valdat =NULLDATE; private Date valdat = NULLDATE;
/**
* 交易主体
* #see com.brilliance.isc.common.setgll.service.impl.SetgllServiceImpl#calcTrdinoutAndTrnman
*/
private String dfkhlb = NULLSTR;
/**
* trdint/trdout
* #see com.brilliance.isc.common.setgll.service.impl.SetgllServiceImpl#calcTrdinoutAndTrnman
*/
private String waitjm = NULLSTR;
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment