L3HRM后端推送
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package com.klp.hrm.mapper;
|
||||
|
||||
import com.klp.common.core.mapper.BaseMapperPlus;
|
||||
import com.klp.hrm.domain.HrmAttendCalc;
|
||||
import com.klp.hrm.domain.vo.HrmAttendCalcVo;
|
||||
|
||||
public interface HrmAttendCalcMapper extends BaseMapperPlus<HrmAttendCalcMapper, HrmAttendCalc, HrmAttendCalcVo> {
|
||||
}
|
||||
Reference in New Issue
Block a user