shiyj
2019-07-07 348c483d9e8cf81c485289a44c717fe1c23f4065
java110-code-generator/src/main/resources/web/delete/DeleteListener.java
@@ -15,6 +15,8 @@
import com.java110.common.constant.BusinessTypeConstant;
import com.java110.core.annotation.Java110Listener;
import com.java110.common.constant.ServiceCode@@TemplateCode@@Constant;
/**
 * 保存小区侦听
 * add by wuxw 2019-06-30
@@ -52,7 +54,7 @@
    @Override
    public String getServiceCode() {
        return ServiceCodeConstant.SERVICE_CODE_DELETE_@@TEMPLATECODE@@;
        return ServiceCode@@TemplateCode@@Constant.DELETE_@@TEMPLATECODE@@;
    }
    @Override