ConstructionTeamMapper.java 233 Bytes
package vion.mapper;

import com.github.yulichang.base.MPJBaseMapper;
import vion.model.ConstructionTeam;

/**
 * @author HlQ
 * @date 2023/12/26
 */
public interface ConstructionTeamMapper extends MPJBaseMapper<ConstructionTeam> {
}