Commit 7bba1c22 authored by huyuchen's avatar huyuchen

huych-合同自动化代码提交

parent e6178386
......@@ -27,7 +27,7 @@ public interface TEmployeeContractPreMapper extends BaseMapper<TEmployeeContract
*/
IPage<TEmployeeContractPre> getTEmployeeContractPrePage(Page<TEmployeeContractPre> page, @Param("tEmployeeContractPre") TEmployeeContractPreSearchVo tEmployeeContractPre);
List<TEmployeeContractPre> getTEmployeeContractPreNoPage(@Param("TEmployeeContractPre") TEmployeeContractPreSearchVo tEmployeeContractPre);
List<TEmployeeContractPre> getTEmployeeContractPreNoPage(@Param("tEmployeeContractPre") TEmployeeContractPreSearchVo tEmployeeContractPre);
long getTEmployeeContractPreExportCount(@Param("tEmployeeContractPre") TEmployeeContractPreSearchVo tEmployeeContractPre);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment