|
|
@@ -9,7 +9,7 @@ import java.util.List;
|
|
|
public interface BankinformationMapper extends CommonBaseMapper<Bankinformation> {
|
|
|
int deleteByPrimaryKey(Integer bkId);
|
|
|
|
|
|
- int insert(Bankinformation record);
|
|
|
+// int insert(Bankinformation record);
|
|
|
|
|
|
int insertSelective(Bankinformation record);
|
|
|
|