添加生成确认单接口
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
package com.macro.mall.mapper;
|
||||
|
||||
import com.macro.mall.model.UmsIntegrationConsumeSetting;
|
||||
import com.macro.mall.model.UmsIntegrationConsumeSettingExample;
|
||||
import java.util.List;
|
||||
import org.apache.ibatis.annotations.Param;
|
||||
|
||||
public interface UmsIntegrationConsumeSettingMapper {
|
||||
int countByExample(UmsIntegrationConsumeSettingExample example);
|
||||
|
||||
int deleteByExample(UmsIntegrationConsumeSettingExample example);
|
||||
|
||||
int deleteByPrimaryKey(Long id);
|
||||
|
||||
int insert(UmsIntegrationConsumeSetting record);
|
||||
|
||||
int insertSelective(UmsIntegrationConsumeSetting record);
|
||||
|
||||
List<UmsIntegrationConsumeSetting> selectByExample(UmsIntegrationConsumeSettingExample example);
|
||||
|
||||
UmsIntegrationConsumeSetting selectByPrimaryKey(Long id);
|
||||
|
||||
int updateByExampleSelective(@Param("record") UmsIntegrationConsumeSetting record, @Param("example") UmsIntegrationConsumeSettingExample example);
|
||||
|
||||
int updateByExample(@Param("record") UmsIntegrationConsumeSetting record, @Param("example") UmsIntegrationConsumeSettingExample example);
|
||||
|
||||
int updateByPrimaryKeySelective(UmsIntegrationConsumeSetting record);
|
||||
|
||||
int updateByPrimaryKey(UmsIntegrationConsumeSetting record);
|
||||
}
|
||||
@@ -1,30 +0,0 @@
|
||||
package com.macro.mall.mapper;
|
||||
|
||||
import com.macro.mall.model.UmsIntergrationConsumeSetting;
|
||||
import com.macro.mall.model.UmsIntergrationConsumeSettingExample;
|
||||
import java.util.List;
|
||||
import org.apache.ibatis.annotations.Param;
|
||||
|
||||
public interface UmsIntergrationConsumeSettingMapper {
|
||||
int countByExample(UmsIntergrationConsumeSettingExample example);
|
||||
|
||||
int deleteByExample(UmsIntergrationConsumeSettingExample example);
|
||||
|
||||
int deleteByPrimaryKey(Long id);
|
||||
|
||||
int insert(UmsIntergrationConsumeSetting record);
|
||||
|
||||
int insertSelective(UmsIntergrationConsumeSetting record);
|
||||
|
||||
List<UmsIntergrationConsumeSetting> selectByExample(UmsIntergrationConsumeSettingExample example);
|
||||
|
||||
UmsIntergrationConsumeSetting selectByPrimaryKey(Long id);
|
||||
|
||||
int updateByExampleSelective(@Param("record") UmsIntergrationConsumeSetting record, @Param("example") UmsIntergrationConsumeSettingExample example);
|
||||
|
||||
int updateByExample(@Param("record") UmsIntergrationConsumeSetting record, @Param("example") UmsIntergrationConsumeSettingExample example);
|
||||
|
||||
int updateByPrimaryKeySelective(UmsIntergrationConsumeSetting record);
|
||||
|
||||
int updateByPrimaryKey(UmsIntergrationConsumeSetting record);
|
||||
}
|
||||
Reference in New Issue
Block a user