|
@@ -1,6 +1,12 @@
|
|
|
package com.zksy.data.domain.response;
|
|
package com.zksy.data.domain.response;
|
|
|
|
|
|
|
|
|
|
+import com.fasterxml.jackson.annotation.JsonProperty;
|
|
|
import com.zksy.common.domain.response.BaseResponse;
|
|
import com.zksy.common.domain.response.BaseResponse;
|
|
|
|
|
+import com.zksy.data.domain.po.XcrTaxAdministrativePenalty;
|
|
|
|
|
+
|
|
|
|
|
+import java.util.List;
|
|
|
|
|
|
|
|
public class XcrTaxAdministrativePenaltyResponse extends BaseResponse {
|
|
public class XcrTaxAdministrativePenaltyResponse extends BaseResponse {
|
|
|
|
|
+ @JsonProperty("data")
|
|
|
|
|
+ private List<XcrTaxAdministrativePenalty> data;
|
|
|
}
|
|
}
|