[feat] 新增合同管理功能

This commit is contained in:
wyw
2024-07-22 17:09:10 +08:00
parent 391dd0fe83
commit 5c4b2e1271
18 changed files with 931 additions and 8 deletions

View File

@ -9,4 +9,10 @@ import cn.iocoder.yudao.framework.common.exception.ErrorCode;
*/
public interface ErrorCodeConstants {
ErrorCode CUSTOMER_COMPANY_NOT_EXISTS = new ErrorCode(1_020_000_000, "客户公司管理不存在");
ErrorCode CONTRACT_NOT_EXISTS = new ErrorCode(2_020_000_000, "合同不存在");
}