|
|
@@ -2,6 +2,7 @@ package com.ydtech.modules.order.entity.api.guoren.response;
|
|
|
|
|
|
import com.fasterxml.jackson.annotation.JsonProperty;
|
|
|
import io.swagger.annotations.ApiModelProperty;
|
|
|
+import lombok.AllArgsConstructor;
|
|
|
import lombok.Data;
|
|
|
import lombok.NoArgsConstructor;
|
|
|
|
|
|
@@ -31,6 +32,7 @@ public class SpecialAgreementResponse implements Serializable {
|
|
|
|
|
|
@NoArgsConstructor
|
|
|
@Data
|
|
|
+ @AllArgsConstructor
|
|
|
public static class DataDTO implements Serializable {
|
|
|
|
|
|
private static final long serialVersionUID = 332244006008397574L;
|
|
|
@@ -59,14 +61,6 @@ public class SpecialAgreementResponse implements Serializable {
|
|
|
@JsonProperty("total")
|
|
|
private String total;
|
|
|
|
|
|
- public DataDTO(DataDTO dataDTO) {
|
|
|
- this.clauseCode = dataDTO.clauseCode;
|
|
|
- this.clauses = dataDTO.clauses;
|
|
|
- this.flag = dataDTO.flag;
|
|
|
- this.clausesContext = dataDTO.clausesContext;
|
|
|
- this.status = dataDTO.status;
|
|
|
- this.readOnly = dataDTO.readOnly;
|
|
|
- this.total = dataDTO.total;
|
|
|
- }
|
|
|
+
|
|
|
}
|
|
|
}
|