Ver Fonte

refactor(marketing): 将 Promotion 类中的 enableStatus 字段类型从 boolean 改为 Boolean

hechunping há 4 meses atrás
pai
commit
d4f0bbea1c
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      src/main/java/com/xynet/marketing/entity/Promotion.java

+ 1 - 1
src/main/java/com/xynet/marketing/entity/Promotion.java

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