|
|
@ -10,6 +10,7 @@ import org.apache.ibatis.annotations.Param;
|
|
|
|
public interface TeaResourceCenterMapper {
|
|
|
|
public interface TeaResourceCenterMapper {
|
|
|
|
long countByExample(TeaResourceCenterExample example);
|
|
|
|
long countByExample(TeaResourceCenterExample example);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
int deleteByExample(TeaResourceCenterExample example);
|
|
|
|
int deleteByExample(TeaResourceCenterExample example);
|
|
|
|
|
|
|
|
|
|
|
|
int deleteByPrimaryKey(String resourceId);
|
|
|
|
int deleteByPrimaryKey(String resourceId);
|
|
|
|