@@ -2,12 +2,14 @@ package com.tuoheng.mapper; | |||
import com.tuoheng.model.po.RegisteredClientPo; | |||
import com.tuoheng.until.JsonResult; | |||
import org.apache.ibatis.annotations.Mapper; | |||
import org.apache.ibatis.annotations.Param; | |||
/** | |||
* @Author xiaoying | |||
* @Date 2023/11/13 16:56 | |||
*/ | |||
@Mapper | |||
public interface RegisteredClientMapper { | |||
RegisteredClientPo selectClient(@Param("clientId") String clientId); |