Commit f1fde268 by zhoujunpeng

Ftd添加swftyp

parent c8c2c2e2
......@@ -104,6 +104,6 @@ public class Ftd extends AbstractCommonVo{
// @TDSetter(max=16)
private String gzno = NULLSTR;
private String swftyp = NULLSTR;
}
\ No newline at end of file
......@@ -78,6 +78,8 @@ public class FtdVo extends PageVo {
// */
private BigDecimal amtmin;
private String swftyp;
// /**
// *参与方参考号
// */
......
......@@ -28,7 +28,7 @@ public class FtdBizInfoVo extends BizInfoVo{
private String msgtyp = NULLSTR;
private BigDecimal canamt = BigDecimal.ZERO;
private String swftyp = NULLSTR;
private Date valdat =null;
......
......@@ -104,6 +104,6 @@ public class FtdVo extends AbstractCommonVo{
// @TDSetter(max=16)
private String gzno = NULLSTR;
private String swftyp = NULLSTR;
}
\ No newline at end of file
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