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

Bug 23414

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