weiximei 6 年之前
父節點
當前提交
3c71676adf

+ 1
- 1
CODE/smart-community/community-common/src/main/java/com/community/commom/constant/Constant.java 查看文件

157
     public static final String MESSAGE_TYPE_BILL = "7";
157
     public static final String MESSAGE_TYPE_BILL = "7";
158
     
158
     
159
     /**
159
     /**
160
-     * 收费单
160
+     * 活动
161
      */
161
      */
162
     public static final String MESSAGE_TYPE_ACTIVITY = "8";
162
     public static final String MESSAGE_TYPE_ACTIVITY = "8";
163
 }
163
 }