首页>代码>spring boot调用mysql存储过程,mysql存储过程分页 调用存储过程分页>/springboot-procedure/src/main/java/com/simon/springbootprocedure/DataMapper.java
package com.simon.springbootprocedure; import java.util.List; import java.util.Map; /** * @author Simon */ public interface DataMapper { List<Map<String, Object>> test_exe_procedure1(Map<String, Object> params); List<Map<String, Object>> test_exe_procedure2(Map<String, Object> params); }

helloworldsbsb LV8
6月25日
最代码官方 LV168
2023年2月12日

helloworldsbsb LV8
6月25日
xp95323 LV15
6月10日
pxqtsht LV16
2月21日
mengmeng12323423 LV4
2023年6月17日
zhonghua123 LV2
2023年6月13日
1529860026 LV24
2023年6月1日
syczzxj LV10
2023年5月30日
lingtiejing LV15
2023年5月13日
小帅哥 LV2
2023年5月7日
Rd_s20192753
2023年5月2日
暂无贡献等级