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.HrmShift;
|
||||
import com.klp.hrm.domain.vo.HrmShiftVo;
|
||||
|
||||
public interface HrmShiftMapper extends BaseMapperPlus<HrmShiftMapper, HrmShift, HrmShiftVo> {
|
||||
}
|
||||
Reference in New Issue
Block a user