Blame view

LaborGroupDictMapper.java 374 Bytes
涂亚平 committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
package com.subsidy.mapper;

import com.subsidy.model.LaborGroupDictDO;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import org.springframework.stereotype.Repository;

/**
 * <p>
 * 伙伴群组字典表 Mapper 接口
 * </p>
 *
 * @author Tuyp
 * @since 2024-07-29
 */
 @Repository
public interface LaborGroupDictMapper extends BaseMapper<LaborGroupDictDO> {

}