Compare commits

..

2 Commits

Author SHA1 Message Date
HuangHuiKang 59c85fab2a feat:编译失败问题 2 weeks ago
HuangHuiKang fa2f548604 feat:新增客户管理模块 2 weeks ago

@ -0,0 +1,16 @@
package cn.iocoder.yudao.module.cus.enums;
import cn.iocoder.yudao.framework.common.exception.ErrorCode;
/**
* ERP
* <p>
* erp 使 1-030-000-000
*/
public interface ErrorCodeConstants {
// ========== 管理客户页面 1-030-100-000 ==========
ErrorCode MANAGEMENT_NOT_EXISTS = new ErrorCode(1_030_100_000, "客户不存在");
}

@ -14,7 +14,6 @@ import cn.iocoder.yudao.module.cus.dal.mysql.management.ManagementMapper;
import static cn.iocoder.yudao.module.cus.enums.ErrorCodeConstants.MANAGEMENT_NOT_EXISTS;
import static cn.iocoder.yudao.framework.common.exception.util.ServiceExceptionUtil.exception;
import static cn.iocoder.yudao.framework.common.util.collection.CollectionUtils.convertList;
/**
* Service

Loading…
Cancel
Save