Commit 17c77c4b authored by 李文彬's avatar 李文彬

Merge branch 'app_middle' into 'master'

增加vcc开户有效时间

See merge request !11
parents 3f325433 9bece0bc
...@@ -38,6 +38,10 @@ public class AssetForm implements Serializable{ ...@@ -38,6 +38,10 @@ public class AssetForm implements Serializable{
private String validity; private String validity;
private String deadLine; private String deadLine;
private String openingValidity;
private String openingDeadLine;
private String exData; private String exData;
...@@ -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