|
@@ -247,7 +247,7 @@ public class BuildProjectTest {
|
|
}
|
|
}
|
|
|
|
|
|
@Data
|
|
@Data
|
|
- static class ProjectSubAccount {
|
|
|
|
|
|
+ static class ProjectSubAccount { //这里对应的是台账字表录入表的填充项
|
|
@JsonProperty("F0000102")
|
|
@JsonProperty("F0000102")
|
|
private String projectType;
|
|
private String projectType;
|
|
@JsonProperty("F0000075")
|
|
@JsonProperty("F0000075")
|
|
@@ -270,7 +270,7 @@ public class BuildProjectTest {
|
|
private Integer deviceWarranty;
|
|
private Integer deviceWarranty;
|
|
@JsonProperty("F0000076")
|
|
@JsonProperty("F0000076")
|
|
private String preSaleNumber;
|
|
private String preSaleNumber;
|
|
- @JsonProperty("F0000033")
|
|
|
|
|
|
+ @JsonProperty("F0000033") //传递到氚云上去的
|
|
private String afterSaleNumber;
|
|
private String afterSaleNumber;
|
|
}
|
|
}
|
|
|
|
|
|
@@ -284,7 +284,7 @@ public class BuildProjectTest {
|
|
@Data
|
|
@Data
|
|
@JsonIgnoreProperties(ignoreUnknown = true)
|
|
@JsonIgnoreProperties(ignoreUnknown = true)
|
|
static class SaleToAfter {
|
|
static class SaleToAfter {
|
|
- @JsonProperty("F0000073")
|
|
|
|
|
|
+ @JsonProperty("F0000073") //从氚云获取的
|
|
private String afterSaleProjectCode; //实施转售后
|
|
private String afterSaleProjectCode; //实施转售后
|
|
}
|
|
}
|
|
}
|
|
}
|