[feat] 新增外部合同管理功能

This commit is contained in:
wyw
2024-07-24 16:22:04 +08:00
parent 967a83948b
commit f0dc469105
28 changed files with 3650 additions and 28 deletions

View File

@@ -8,10 +8,11 @@ import cn.iocoder.yudao.framework.common.exception.ErrorCode;
* @date 2024/7/3
*/
public interface ErrorCodeConstants {
ErrorCode CUSTOMER_COMPANY_NOT_EXISTS = new ErrorCode(1_020_000_000, "客户公司管理不存在");
ErrorCode CONTRACT_NOT_EXISTS = new ErrorCode(2_020_000_000, "合同不存在");
ErrorCode EXT_CONTRACT_NOT_EXISTS = new ErrorCode(2_021_000_000, "外部合同不存在");