Commit 9bece0bc authored by liwenbin's avatar liwenbin

增加vcc开户有效时间

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