添加薪资管理
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
package com.gear.oa.mapper;
|
||||
|
||||
import com.gear.common.core.mapper.BaseMapperPlus;
|
||||
import com.gear.oa.domain.GearWageMakeupLog;
|
||||
import com.gear.oa.domain.vo.GearWageMakeupLogVo;
|
||||
|
||||
/**
|
||||
* 工资补录日志Mapper接口
|
||||
*/
|
||||
public interface GearWageMakeupLogMapper extends BaseMapperPlus<GearWageMakeupLogMapper, GearWageMakeupLog, GearWageMakeupLogVo> {
|
||||
}
|
||||
Reference in New Issue
Block a user