Commit 9bece0bc authored by liwenbin's avatar liwenbin

增加vcc开户有效时间

parent 3f325433
...@@ -39,6 +39,10 @@ public class AssetForm implements Serializable{ ...@@ -39,6 +39,10 @@ public class AssetForm implements Serializable{
private String deadLine; private String deadLine;
private String openingValidity;
private String openingDeadLine;
private String exData; private String exData;
private String otherInformation; private String otherInformation;
...@@ -95,6 +99,8 @@ public class AssetForm implements Serializable{ ...@@ -95,6 +99,8 @@ public class AssetForm implements Serializable{
notifyMap.put("sceneId",sceneId); notifyMap.put("sceneId",sceneId);
notifyMap.put("validity", validity); notifyMap.put("validity", validity);
notifyMap.put("deadLine", this.deadLine); notifyMap.put("deadLine", this.deadLine);
notifyMap.put("openingValidity", this.openingValidity);
notifyMap.put("openingDeadLine", this.openingDeadLine);
notifyMap.put("exData", this.exData); notifyMap.put("exData", this.exData);
notifyMap.put("otherInformation", this.otherInformation); notifyMap.put("otherInformation", this.otherInformation);
notifyMap.put("financeProducts", this.financeProducts); notifyMap.put("financeProducts", this.financeProducts);
......
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