吴学文
2019-07-03 49ee4fd8718b8b96a3e1f0b3d1e710821a4bb8fe
java110-common/src/main/java/com/java110/common/constant/ServiceCodeConstant.java
@@ -491,4 +491,17 @@
     */
    public static final String SERVICE_CODE_SAVE_COMMUNITY = "community.saveCommunity";
    /**
     * 修改小区
     */
    public static final String SERVICE_CODE_UPDATE_COMMUNITY = "community.updateCommunity";
/**
     * 删除小区
     */
    public static final String SERVICE_CODE_DELETE_COMMUNITY = "community.deleteCommunity";
}