|
|
@@ -233,7 +233,6 @@ public class Demand {
|
|
|
this.infoSources = infoSources;
|
|
|
}
|
|
|
|
|
|
- @JsonFormat(shape = Shape.STRING)
|
|
|
public Integer getIndustryCategoryA() {
|
|
|
return industryCategoryA;
|
|
|
}
|
|
|
@@ -242,7 +241,6 @@ public class Demand {
|
|
|
this.industryCategoryA = industryCategoryA;
|
|
|
}
|
|
|
|
|
|
- @JsonFormat(shape = Shape.STRING)
|
|
|
public Integer getIndustryCategoryB() {
|
|
|
return industryCategoryB;
|
|
|
}
|
|
|
@@ -251,7 +249,6 @@ public class Demand {
|
|
|
this.industryCategoryB = industryCategoryB;
|
|
|
}
|
|
|
|
|
|
- @JsonFormat(shape = Shape.STRING)
|
|
|
public Integer getIndustryCategoryC() {
|
|
|
return industryCategoryC;
|
|
|
}
|