feat:新增客户管理模块

master
HuangHuiKang 1 week ago
parent d09de29de9
commit fa2f548604

@ -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, "客户不存在");
}
Loading…
Cancel
Save