@@ -58,5 +58,5 @@ public class Promotion {
private Integer weight;
- private boolean enableStatus;
+ private Boolean enableStatus;
}