code review:客户表的实现

This commit is contained in:
YunaiV
2023-10-27 22:56:46 +08:00
parent 0719efb4c2
commit 74f786f8ed
11 changed files with 21 additions and 12 deletions

View File

@@ -23,6 +23,7 @@ import static cn.iocoder.yudao.framework.test.core.util.RandomUtils.randomPojo;
import static cn.iocoder.yudao.module.crm.enums.ErrorCodeConstants.CUSTOMER_NOT_EXISTS;
import static org.junit.jupiter.api.Assertions.*;
// TODO 芋艿:单测后续补
/**
* {@link CrmCustomerServiceImpl} 的单元测试类
*