Commit bcfd818b authored by 李文彬's avatar 李文彬

Merge branch 'middle' into 'master'

通知结果增加有效期

See merge request !4
parents 4a552525 4f548da5
...@@ -34,6 +34,8 @@ public class AssetForm implements Serializable{ ...@@ -34,6 +34,8 @@ public class AssetForm implements Serializable{
private String amount; private String amount;
private String term; private String term;
private String validity;
private String deadLine; private String deadLine;
...@@ -83,6 +85,7 @@ public class AssetForm implements Serializable{ ...@@ -83,6 +85,7 @@ public class AssetForm implements Serializable{
notifyMap.put("amount", this.amount); notifyMap.put("amount", this.amount);
notifyMap.put("term", this.term); notifyMap.put("term", this.term);
notifyMap.put("sceneId",sceneId); notifyMap.put("sceneId",sceneId);
notifyMap.put("validity", validity);
notifyMap.put("deadLine", this.deadLine); notifyMap.put("deadLine", this.deadLine);
notifyMap.put("exData", this.exData); notifyMap.put("exData", this.exData);
notifyMap.put("otherInformation", this.otherInformation); notifyMap.put("otherInformation", this.otherInformation);
......
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