|
|
|
@ -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); |
|
|
|
|
|
|
|
|
|