From ab4e150d41e0200b64a75c59b668a9385b7782fd Mon Sep 17 00:00:00 2001 From: xiangpei <xiangpei@timesnew.cn> Date: 星期二, 23 四月 2024 10:18:03 +0800 Subject: [PATCH] 表名修改 --- ycl-server/src/main/java/com/ycl/platform/service/IDefaultResultService.java | 32 ++++++++++++++++---------------- 1 files changed, 16 insertions(+), 16 deletions(-) diff --git a/ycl-server/src/main/java/com/ycl/platform/service/IDefaultResultService.java b/ycl-server/src/main/java/com/ycl/platform/service/IDefaultResultService.java index d7d685a..809631a 100644 --- a/ycl-server/src/main/java/com/ycl/platform/service/IDefaultResultService.java +++ b/ycl-server/src/main/java/com/ycl/platform/service/IDefaultResultService.java @@ -1,52 +1,52 @@ package com.ycl.platform.service; -import com.ycl.platform.domain.entity.DefaultResult; +import com.ycl.platform.domain.entity.ContractResult; import java.util.List; /** * 鍚堝悓鑰冩牳缁撴灉Service鎺ュ彛 - * + * * @author ruoyi * @date 2024-04-01 */ -public interface IDefaultResultService +public interface IDefaultResultService { /** * 鏌ヨ鍚堝悓鑰冩牳缁撴灉 - * + * * @param id 鍚堝悓鑰冩牳缁撴灉涓婚敭 * @return 鍚堝悓鑰冩牳缁撴灉 */ - public DefaultResult selectDefaultResultById(Long id); + public ContractResult selectDefaultResultById(Long id); /** * 鏌ヨ鍚堝悓鑰冩牳缁撴灉鍒楄〃 - * - * @param defaultResult 鍚堝悓鑰冩牳缁撴灉 + * + * @param contractResult 鍚堝悓鑰冩牳缁撴灉 * @return 鍚堝悓鑰冩牳缁撴灉闆嗗悎 */ - public List<DefaultResult> selectDefaultResultList(DefaultResult defaultResult); + public List<ContractResult> selectDefaultResultList(ContractResult contractResult); /** * 鏂板鍚堝悓鑰冩牳缁撴灉 - * - * @param defaultResult 鍚堝悓鑰冩牳缁撴灉 + * + * @param contractResult 鍚堝悓鑰冩牳缁撴灉 * @return 缁撴灉 */ - public int insertDefaultResult(DefaultResult defaultResult); + public int insertDefaultResult(ContractResult contractResult); /** * 淇敼鍚堝悓鑰冩牳缁撴灉 - * - * @param defaultResult 鍚堝悓鑰冩牳缁撴灉 + * + * @param contractResult 鍚堝悓鑰冩牳缁撴灉 * @return 缁撴灉 */ - public int updateDefaultResult(DefaultResult defaultResult); + public int updateDefaultResult(ContractResult contractResult); /** * 鎵归噺鍒犻櫎鍚堝悓鑰冩牳缁撴灉 - * + * * @param ids 闇�瑕佸垹闄ょ殑鍚堝悓鑰冩牳缁撴灉涓婚敭闆嗗悎 * @return 缁撴灉 */ @@ -54,7 +54,7 @@ /** * 鍒犻櫎鍚堝悓鑰冩牳缁撴灉淇℃伅 - * + * * @param id 鍚堝悓鑰冩牳缁撴灉涓婚敭 * @return 缁撴灉 */ -- Gitblit v1.8.0