合同接口新增国贸2.0系统推送合同、国贸2.0系统合同分页查询接口

This commit is contained in:
guojunyun
2025-10-31 09:27:52 +08:00
parent 8287b0aa25
commit 559c36b78f
2 changed files with 25 additions and 0 deletions

View File

@@ -30,4 +30,5 @@ public interface ErrorCodeConstants {
ErrorCode CONTRACT_SUBMIT_ERP_FAIL = new ErrorCode(1_027_000_015, "合同提交erp失败{}");
ErrorCode CONTRACT_UNKNOWN_OPERATE = new ErrorCode(1_027_000_016, "未知的操作");
ErrorCode CONTRACT_PARTNER_NOT_EXISTS = new ErrorCode(1_027_000_017, "客商信息不存在");
ErrorCode CONTRACT_PUSH_FAIL = new ErrorCode(1_027_000_019, "推送合同失败:{}");
}