ariesy 配置文件恢复配置

release
yefei 2 years ago
parent b385d26a56
commit e2ba51b975
  1. 2
      dxhy-core/src/main/java/com/dxhy/core/dao/GsClientMapper.java

@ -2,10 +2,12 @@ package com.dxhy.core.dao;
import com.dxhy.core.entity.GsClient;
import org.apache.ibatis.annotations.Mapper;
import org.apache.ibatis.annotations.Param;
import java.util.List;
@Mapper
public interface GsClientMapper {
int deleteByPrimaryKey(Integer id);

Loading…
Cancel
Save