Commit f6a94285 authored by Cheng C Yang's avatar Cheng C Yang

Bug 23451

parent b2ffa029
package pwc.taxtech.atms.dto.organization; package pwc.taxtech.atms.dto.organization;
import com.fasterxml.jackson.annotation.JsonFormat;
import com.fasterxml.jackson.databind.annotation.JsonSerialize; import com.fasterxml.jackson.databind.annotation.JsonSerialize;
import pwc.taxtech.atms.common.util.PwCIdSerialize; import pwc.taxtech.atms.common.util.PwCIdSerialize;
...@@ -23,7 +24,9 @@ public class OrganizationExtraDto implements Serializable { ...@@ -23,7 +24,9 @@ public class OrganizationExtraDto implements Serializable {
* *
* @mbg.generated * @mbg.generated
*/ */
@JsonSerialize(using = PwCIdSerialize.class) @JsonSerialize(using = PwCIdSerialize.class)
@JsonFormat(shape = JsonFormat.Shape.STRING)
private Long id; private Long id;
/** /**
...@@ -541,6 +544,7 @@ public class OrganizationExtraDto implements Serializable { ...@@ -541,6 +544,7 @@ public class OrganizationExtraDto implements Serializable {
* *
* @mbg.generated * @mbg.generated
*/ */
@JsonFormat(shape = JsonFormat.Shape.STRING)
private Long secondaryApprovalAmount; private Long secondaryApprovalAmount;
/** /**
...@@ -574,6 +578,7 @@ public class OrganizationExtraDto implements Serializable { ...@@ -574,6 +578,7 @@ public class OrganizationExtraDto implements Serializable {
* *
* @mbg.generated * @mbg.generated
*/ */
@JsonFormat(shape = JsonFormat.Shape.STRING)
private Long issuedShares; private Long issuedShares;
/** /**
......
...@@ -1984,5 +1984,7 @@ ...@@ -1984,5 +1984,7 @@
"FileExportSuccess": "File Export Success", "FileExportSuccess": "File Export Success",
"FileExportFailed": "File Export Failed", "FileExportFailed": "File Export Failed",
"InputAllMandatoryInfo": "Please Input All The Mandatory Information",
"~MustBeEndOneApp": "I Must be the End One, please!" "~MustBeEndOneApp": "I Must be the End One, please!"
} }
\ No newline at end of file
...@@ -2295,5 +2295,8 @@ ...@@ -2295,5 +2295,8 @@
"manyExport":"批量导出", "manyExport":"批量导出",
"saveAndRefresh" : "保存并刷新", "saveAndRefresh" : "保存并刷新",
"uploadProfileTable": "上传利润表", "uploadProfileTable": "上传利润表",
"InputAllMandatoryInfo": "请输入所有必填信息",
"~MustBeEndOneApp": "我必须是最后一个!" "~MustBeEndOneApp": "我必须是最后一个!"
} }
\ 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