mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-24 13:05:11 +08:00
update、
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
package com.jsowell.pile.service;
|
||||
|
||||
import java.util.List;
|
||||
import com.jsowell.pile.domain.MemberGroupRelation;
|
||||
public interface MemberGroupRelationService{
|
||||
|
||||
|
||||
int deleteByPrimaryKey(Integer id);
|
||||
|
||||
int insert(MemberGroupRelation record);
|
||||
|
||||
int insertOrUpdate(MemberGroupRelation record);
|
||||
|
||||
int insertOrUpdateSelective(MemberGroupRelation record);
|
||||
|
||||
int insertSelective(MemberGroupRelation record);
|
||||
|
||||
MemberGroupRelation selectByPrimaryKey(Integer id);
|
||||
|
||||
int updateByPrimaryKeySelective(MemberGroupRelation record);
|
||||
|
||||
int updateByPrimaryKey(MemberGroupRelation record);
|
||||
|
||||
int updateBatch(List<MemberGroupRelation> list);
|
||||
|
||||
int updateBatchSelective(List<MemberGroupRelation> list);
|
||||
|
||||
int batchInsert(List<MemberGroupRelation> list);
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user