@author Hellohao @version 1.0 @date 2022-06-10 18:33
| 11 | */ |
| 12 | |
| 13 | @Mapper |
| 14 | public interface AppClientMapper { |
| 15 | AppClient getAppClientData(@Param("id") String id); |
| 16 | |
| 17 | Integer editAppClientData(AppClient appClient); |
| 18 | |
| 19 | } |
no outgoing calls
no test coverage detected