Commit 6fa7a786 authored by Cheng C Yang's avatar Cheng C Yang

Bug 23414

parent 885a43f0
package pwc.taxtech.atms.dpo; package pwc.taxtech.atms.dpo;
import com.fasterxml.jackson.annotation.JsonFormat;
import com.fasterxml.jackson.annotation.JsonProperty; import com.fasterxml.jackson.annotation.JsonProperty;
public class OrganizationServiceTemplateGroupDto { public class OrganizationServiceTemplateGroupDto {
...@@ -11,8 +12,11 @@ public class OrganizationServiceTemplateGroupDto { ...@@ -11,8 +12,11 @@ public class OrganizationServiceTemplateGroupDto {
@JsonProperty("serviceTypeID") @JsonProperty("serviceTypeID")
private String serviceTypeId; private String serviceTypeId;
private String serviceTypeName; private String serviceTypeName;
@JsonFormat(shape = JsonFormat.Shape.STRING)
@JsonProperty("templateGroupID") @JsonProperty("templateGroupID")
private Long templateGroupId; private Long templateGroupId;
private String templateGroupName; private String templateGroupName;
/** /**
......
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