wuxw
2022-07-07 a744f2f526361c016a991332d285ab54f416b7b8
service-dev/src/main/java/com/java110/dev/cmd/SaveMappingCmd.java
@@ -3,7 +3,7 @@
import com.alibaba.fastjson.JSONObject;
import com.java110.core.annotation.Java110Cmd;
import com.java110.core.context.ICmdDataFlowContext;
import com.java110.core.event.cmd.AbstractServiceCmdListener;
import com.java110.core.event.cmd.Cmd;
import com.java110.core.event.cmd.CmdEvent;
import com.java110.utils.exception.CmdException;
@@ -11,7 +11,7 @@
 * 保存编码映射处理类
 */
@Java110Cmd(serviceCode = "mapping.saveMapping")
public class SaveMappingCmd extends AbstractServiceCmdListener {
public class SaveMappingCmd extends Cmd {
    @Override
    public void validate(CmdEvent event, ICmdDataFlowContext cmdDataFlowContext, JSONObject reqJson) {