src/main/java/com/zy/crm/manager/service/CstmrService.java @@ -5,6 +5,8 @@ public interface CstmrService extends IService<Cstmr> { String getNextUuid(); Cstmr selectByUuid(Long hostId, String uuid); String getNextUuid(Long hostId); }