Commit 42d8ff5f authored by zhh's avatar zhh
Browse files

初始项目信息导入

parents
package com.macro.mall.mapper;
import com.macro.mall.model.CmsMemberReport;
import com.macro.mall.model.CmsMemberReportExample;
import java.util.List;
import org.apache.ibatis.annotations.Param;
public interface CmsMemberReportMapper {
int countByExample(CmsMemberReportExample example);
int deleteByExample(CmsMemberReportExample example);
int insert(CmsMemberReport record);
int insertSelective(CmsMemberReport record);
List<CmsMemberReport> selectByExample(CmsMemberReportExample example);
int updateByExampleSelective(@Param("record") CmsMemberReport record, @Param("example") CmsMemberReportExample example);
int updateByExample(@Param("record") CmsMemberReport record, @Param("example") CmsMemberReportExample example);
}
\ No newline at end of file
package com.macro.mall.mapper;
import com.macro.mall.model.CmsPrefrenceArea;
import com.macro.mall.model.CmsPrefrenceAreaExample;
import java.util.List;
import org.apache.ibatis.annotations.Param;
public interface CmsPrefrenceAreaMapper {
int countByExample(CmsPrefrenceAreaExample example);
int deleteByExample(CmsPrefrenceAreaExample example);
int deleteByPrimaryKey(Long id);
int insert(CmsPrefrenceArea record);
int insertSelective(CmsPrefrenceArea record);
List<CmsPrefrenceArea> selectByExampleWithBLOBs(CmsPrefrenceAreaExample example);
List<CmsPrefrenceArea> selectByExample(CmsPrefrenceAreaExample example);
CmsPrefrenceArea selectByPrimaryKey(Long id);
int updateByExampleSelective(@Param("record") CmsPrefrenceArea record, @Param("example") CmsPrefrenceAreaExample example);
int updateByExampleWithBLOBs(@Param("record") CmsPrefrenceArea record, @Param("example") CmsPrefrenceAreaExample example);
int updateByExample(@Param("record") CmsPrefrenceArea record, @Param("example") CmsPrefrenceAreaExample example);
int updateByPrimaryKeySelective(CmsPrefrenceArea record);
int updateByPrimaryKeyWithBLOBs(CmsPrefrenceArea record);
int updateByPrimaryKey(CmsPrefrenceArea record);
}
\ No newline at end of file
package com.macro.mall.mapper;
import com.macro.mall.model.CmsPrefrenceAreaProductRelation;
import com.macro.mall.model.CmsPrefrenceAreaProductRelationExample;
import java.util.List;
import org.apache.ibatis.annotations.Param;
public interface CmsPrefrenceAreaProductRelationMapper {
int countByExample(CmsPrefrenceAreaProductRelationExample example);
int deleteByExample(CmsPrefrenceAreaProductRelationExample example);
int deleteByPrimaryKey(Long id);
int insert(CmsPrefrenceAreaProductRelation record);
int insertSelective(CmsPrefrenceAreaProductRelation record);
List<CmsPrefrenceAreaProductRelation> selectByExample(CmsPrefrenceAreaProductRelationExample example);
CmsPrefrenceAreaProductRelation selectByPrimaryKey(Long id);
int updateByExampleSelective(@Param("record") CmsPrefrenceAreaProductRelation record, @Param("example") CmsPrefrenceAreaProductRelationExample example);
int updateByExample(@Param("record") CmsPrefrenceAreaProductRelation record, @Param("example") CmsPrefrenceAreaProductRelationExample example);
int updateByPrimaryKeySelective(CmsPrefrenceAreaProductRelation record);
int updateByPrimaryKey(CmsPrefrenceAreaProductRelation record);
}
\ No newline at end of file
package com.macro.mall.mapper;
import com.macro.mall.model.CmsSubjectCategory;
import com.macro.mall.model.CmsSubjectCategoryExample;
import java.util.List;
import org.apache.ibatis.annotations.Param;
public interface CmsSubjectCategoryMapper {
int countByExample(CmsSubjectCategoryExample example);
int deleteByExample(CmsSubjectCategoryExample example);
int deleteByPrimaryKey(Long id);
int insert(CmsSubjectCategory record);
int insertSelective(CmsSubjectCategory record);
List<CmsSubjectCategory> selectByExample(CmsSubjectCategoryExample example);
CmsSubjectCategory selectByPrimaryKey(Long id);
int updateByExampleSelective(@Param("record") CmsSubjectCategory record, @Param("example") CmsSubjectCategoryExample example);
int updateByExample(@Param("record") CmsSubjectCategory record, @Param("example") CmsSubjectCategoryExample example);
int updateByPrimaryKeySelective(CmsSubjectCategory record);
int updateByPrimaryKey(CmsSubjectCategory record);
}
\ No newline at end of file
package com.macro.mall.mapper;
import com.macro.mall.model.CmsSubjectComment;
import com.macro.mall.model.CmsSubjectCommentExample;
import java.util.List;
import org.apache.ibatis.annotations.Param;
public interface CmsSubjectCommentMapper {
int countByExample(CmsSubjectCommentExample example);
int deleteByExample(CmsSubjectCommentExample example);
int deleteByPrimaryKey(Long id);
int insert(CmsSubjectComment record);
int insertSelective(CmsSubjectComment record);
List<CmsSubjectComment> selectByExample(CmsSubjectCommentExample example);
CmsSubjectComment selectByPrimaryKey(Long id);
int updateByExampleSelective(@Param("record") CmsSubjectComment record, @Param("example") CmsSubjectCommentExample example);
int updateByExample(@Param("record") CmsSubjectComment record, @Param("example") CmsSubjectCommentExample example);
int updateByPrimaryKeySelective(CmsSubjectComment record);
int updateByPrimaryKey(CmsSubjectComment record);
}
\ No newline at end of file
package com.macro.mall.mapper;
import com.macro.mall.model.CmsSubject;
import com.macro.mall.model.CmsSubjectExample;
import java.util.List;
import org.apache.ibatis.annotations.Param;
public interface CmsSubjectMapper {
int countByExample(CmsSubjectExample example);
int deleteByExample(CmsSubjectExample example);
int deleteByPrimaryKey(Long id);
int insert(CmsSubject record);
int insertSelective(CmsSubject record);
List<CmsSubject> selectByExampleWithBLOBs(CmsSubjectExample example);
List<CmsSubject> selectByExample(CmsSubjectExample example);
CmsSubject selectByPrimaryKey(Long id);
int updateByExampleSelective(@Param("record") CmsSubject record, @Param("example") CmsSubjectExample example);
int updateByExampleWithBLOBs(@Param("record") CmsSubject record, @Param("example") CmsSubjectExample example);
int updateByExample(@Param("record") CmsSubject record, @Param("example") CmsSubjectExample example);
int updateByPrimaryKeySelective(CmsSubject record);
int updateByPrimaryKeyWithBLOBs(CmsSubject record);
int updateByPrimaryKey(CmsSubject record);
}
\ No newline at end of file
package com.macro.mall.mapper;
import com.macro.mall.model.CmsSubjectProductRelation;
import com.macro.mall.model.CmsSubjectProductRelationExample;
import java.util.List;
import org.apache.ibatis.annotations.Param;
public interface CmsSubjectProductRelationMapper {
int countByExample(CmsSubjectProductRelationExample example);
int deleteByExample(CmsSubjectProductRelationExample example);
int deleteByPrimaryKey(Long id);
int insert(CmsSubjectProductRelation record);
int insertSelective(CmsSubjectProductRelation record);
List<CmsSubjectProductRelation> selectByExample(CmsSubjectProductRelationExample example);
CmsSubjectProductRelation selectByPrimaryKey(Long id);
int updateByExampleSelective(@Param("record") CmsSubjectProductRelation record, @Param("example") CmsSubjectProductRelationExample example);
int updateByExample(@Param("record") CmsSubjectProductRelation record, @Param("example") CmsSubjectProductRelationExample example);
int updateByPrimaryKeySelective(CmsSubjectProductRelation record);
int updateByPrimaryKey(CmsSubjectProductRelation record);
}
\ No newline at end of file
package com.macro.mall.mapper;
import com.macro.mall.model.CmsTopicCategory;
import com.macro.mall.model.CmsTopicCategoryExample;
import java.util.List;
import org.apache.ibatis.annotations.Param;
public interface CmsTopicCategoryMapper {
int countByExample(CmsTopicCategoryExample example);
int deleteByExample(CmsTopicCategoryExample example);
int deleteByPrimaryKey(Long id);
int insert(CmsTopicCategory record);
int insertSelective(CmsTopicCategory record);
List<CmsTopicCategory> selectByExample(CmsTopicCategoryExample example);
CmsTopicCategory selectByPrimaryKey(Long id);
int updateByExampleSelective(@Param("record") CmsTopicCategory record, @Param("example") CmsTopicCategoryExample example);
int updateByExample(@Param("record") CmsTopicCategory record, @Param("example") CmsTopicCategoryExample example);
int updateByPrimaryKeySelective(CmsTopicCategory record);
int updateByPrimaryKey(CmsTopicCategory record);
}
\ No newline at end of file
package com.macro.mall.mapper;
import com.macro.mall.model.CmsTopicComment;
import com.macro.mall.model.CmsTopicCommentExample;
import java.util.List;
import org.apache.ibatis.annotations.Param;
public interface CmsTopicCommentMapper {
int countByExample(CmsTopicCommentExample example);
int deleteByExample(CmsTopicCommentExample example);
int deleteByPrimaryKey(Long id);
int insert(CmsTopicComment record);
int insertSelective(CmsTopicComment record);
List<CmsTopicComment> selectByExample(CmsTopicCommentExample example);
CmsTopicComment selectByPrimaryKey(Long id);
int updateByExampleSelective(@Param("record") CmsTopicComment record, @Param("example") CmsTopicCommentExample example);
int updateByExample(@Param("record") CmsTopicComment record, @Param("example") CmsTopicCommentExample example);
int updateByPrimaryKeySelective(CmsTopicComment record);
int updateByPrimaryKey(CmsTopicComment record);
}
\ No newline at end of file
package com.macro.mall.mapper;
import com.macro.mall.model.CmsTopic;
import com.macro.mall.model.CmsTopicExample;
import java.util.List;
import org.apache.ibatis.annotations.Param;
public interface CmsTopicMapper {
int countByExample(CmsTopicExample example);
int deleteByExample(CmsTopicExample example);
int deleteByPrimaryKey(Long id);
int insert(CmsTopic record);
int insertSelective(CmsTopic record);
List<CmsTopic> selectByExampleWithBLOBs(CmsTopicExample example);
List<CmsTopic> selectByExample(CmsTopicExample example);
CmsTopic selectByPrimaryKey(Long id);
int updateByExampleSelective(@Param("record") CmsTopic record, @Param("example") CmsTopicExample example);
int updateByExampleWithBLOBs(@Param("record") CmsTopic record, @Param("example") CmsTopicExample example);
int updateByExample(@Param("record") CmsTopic record, @Param("example") CmsTopicExample example);
int updateByPrimaryKeySelective(CmsTopic record);
int updateByPrimaryKeyWithBLOBs(CmsTopic record);
int updateByPrimaryKey(CmsTopic record);
}
\ No newline at end of file
package com.macro.mall.mapper;
import com.macro.mall.model.OmsCompanyAddress;
import com.macro.mall.model.OmsCompanyAddressExample;
import java.util.List;
import org.apache.ibatis.annotations.Param;
public interface OmsCompanyAddressMapper {
int countByExample(OmsCompanyAddressExample example);
int deleteByExample(OmsCompanyAddressExample example);
int deleteByPrimaryKey(Long id);
int insert(OmsCompanyAddress record);
int insertSelective(OmsCompanyAddress record);
List<OmsCompanyAddress> selectByExample(OmsCompanyAddressExample example);
OmsCompanyAddress selectByPrimaryKey(Long id);
int updateByExampleSelective(@Param("record") OmsCompanyAddress record, @Param("example") OmsCompanyAddressExample example);
int updateByExample(@Param("record") OmsCompanyAddress record, @Param("example") OmsCompanyAddressExample example);
int updateByPrimaryKeySelective(OmsCompanyAddress record);
int updateByPrimaryKey(OmsCompanyAddress record);
}
\ No newline at end of file
package com.macro.mall.mapper;
import com.macro.mall.model.OmsOrderItem;
import com.macro.mall.model.OmsOrderItemExample;
import java.util.List;
import org.apache.ibatis.annotations.Param;
public interface OmsOrderItemMapper {
int countByExample(OmsOrderItemExample example);
int deleteByExample(OmsOrderItemExample example);
int deleteByPrimaryKey(Long id);
int insert(OmsOrderItem record);
int insertSelective(OmsOrderItem record);
List<OmsOrderItem> selectByExample(OmsOrderItemExample example);
OmsOrderItem selectByPrimaryKey(Long id);
int updateByExampleSelective(@Param("record") OmsOrderItem record, @Param("example") OmsOrderItemExample example);
int updateByExample(@Param("record") OmsOrderItem record, @Param("example") OmsOrderItemExample example);
int updateByPrimaryKeySelective(OmsOrderItem record);
int updateByPrimaryKey(OmsOrderItem record);
}
\ No newline at end of file
package com.macro.mall.mapper;
import com.macro.mall.model.OmsOrder;
import com.macro.mall.model.OmsOrderExample;
import java.util.List;
import org.apache.ibatis.annotations.Param;
public interface OmsOrderMapper {
int countByExample(OmsOrderExample example);
int deleteByExample(OmsOrderExample example);
int deleteByPrimaryKey(Long id);
int insert(OmsOrder record);
int insertSelective(OmsOrder record);
List<OmsOrder> selectByExample(OmsOrderExample example);
OmsOrder selectByPrimaryKey(Long id);
int updateByExampleSelective(@Param("record") OmsOrder record, @Param("example") OmsOrderExample example);
int updateByExample(@Param("record") OmsOrder record, @Param("example") OmsOrderExample example);
int updateByPrimaryKeySelective(OmsOrder record);
int updateByPrimaryKey(OmsOrder record);
}
\ No newline at end of file
package com.macro.mall.mapper;
import com.macro.mall.model.OmsOrderOperateHistory;
import com.macro.mall.model.OmsOrderOperateHistoryExample;
import java.util.List;
import org.apache.ibatis.annotations.Param;
public interface OmsOrderOperateHistoryMapper {
int countByExample(OmsOrderOperateHistoryExample example);
int deleteByExample(OmsOrderOperateHistoryExample example);
int deleteByPrimaryKey(Long id);
int insert(OmsOrderOperateHistory record);
int insertSelective(OmsOrderOperateHistory record);
List<OmsOrderOperateHistory> selectByExample(OmsOrderOperateHistoryExample example);
OmsOrderOperateHistory selectByPrimaryKey(Long id);
int updateByExampleSelective(@Param("record") OmsOrderOperateHistory record, @Param("example") OmsOrderOperateHistoryExample example);
int updateByExample(@Param("record") OmsOrderOperateHistory record, @Param("example") OmsOrderOperateHistoryExample example);
int updateByPrimaryKeySelective(OmsOrderOperateHistory record);
int updateByPrimaryKey(OmsOrderOperateHistory record);
}
\ No newline at end of file
package com.macro.mall.mapper;
import com.macro.mall.model.OmsOrderReturnApply;
import com.macro.mall.model.OmsOrderReturnApplyExample;
import java.util.List;
import org.apache.ibatis.annotations.Param;
public interface OmsOrderReturnApplyMapper {
int countByExample(OmsOrderReturnApplyExample example);
int deleteByExample(OmsOrderReturnApplyExample example);
int deleteByPrimaryKey(Long id);
int insert(OmsOrderReturnApply record);
int insertSelective(OmsOrderReturnApply record);
List<OmsOrderReturnApply> selectByExample(OmsOrderReturnApplyExample example);
OmsOrderReturnApply selectByPrimaryKey(Long id);
int updateByExampleSelective(@Param("record") OmsOrderReturnApply record, @Param("example") OmsOrderReturnApplyExample example);
int updateByExample(@Param("record") OmsOrderReturnApply record, @Param("example") OmsOrderReturnApplyExample example);
int updateByPrimaryKeySelective(OmsOrderReturnApply record);
int updateByPrimaryKey(OmsOrderReturnApply record);
}
\ No newline at end of file
package com.macro.mall.mapper;
import com.macro.mall.model.OmsOrderReturnReason;
import com.macro.mall.model.OmsOrderReturnReasonExample;
import java.util.List;
import org.apache.ibatis.annotations.Param;
public interface OmsOrderReturnReasonMapper {
int countByExample(OmsOrderReturnReasonExample example);
int deleteByExample(OmsOrderReturnReasonExample example);
int deleteByPrimaryKey(Long id);
int insert(OmsOrderReturnReason record);
int insertSelective(OmsOrderReturnReason record);
List<OmsOrderReturnReason> selectByExample(OmsOrderReturnReasonExample example);
OmsOrderReturnReason selectByPrimaryKey(Long id);
int updateByExampleSelective(@Param("record") OmsOrderReturnReason record, @Param("example") OmsOrderReturnReasonExample example);
int updateByExample(@Param("record") OmsOrderReturnReason record, @Param("example") OmsOrderReturnReasonExample example);
int updateByPrimaryKeySelective(OmsOrderReturnReason record);
int updateByPrimaryKey(OmsOrderReturnReason record);
}
\ No newline at end of file
package com.macro.mall.mapper;
import com.macro.mall.model.OmsOrderSetting;
import com.macro.mall.model.OmsOrderSettingExample;
import java.util.List;
import org.apache.ibatis.annotations.Param;
public interface OmsOrderSettingMapper {
int countByExample(OmsOrderSettingExample example);
int deleteByExample(OmsOrderSettingExample example);
int deleteByPrimaryKey(Long id);
int insert(OmsOrderSetting record);
int insertSelective(OmsOrderSetting record);
List<OmsOrderSetting> selectByExample(OmsOrderSettingExample example);
OmsOrderSetting selectByPrimaryKey(Long id);
int updateByExampleSelective(@Param("record") OmsOrderSetting record, @Param("example") OmsOrderSettingExample example);
int updateByExample(@Param("record") OmsOrderSetting record, @Param("example") OmsOrderSettingExample example);
int updateByPrimaryKeySelective(OmsOrderSetting record);
int updateByPrimaryKey(OmsOrderSetting record);
}
\ No newline at end of file
package com.macro.mall.mapper;
import com.macro.mall.model.PmsAlbum;
import com.macro.mall.model.PmsAlbumExample;
import java.util.List;
import org.apache.ibatis.annotations.Param;
public interface PmsAlbumMapper {
int countByExample(PmsAlbumExample example);
int deleteByExample(PmsAlbumExample example);
int deleteByPrimaryKey(Long id);
int insert(PmsAlbum record);
int insertSelective(PmsAlbum record);
List<PmsAlbum> selectByExample(PmsAlbumExample example);
PmsAlbum selectByPrimaryKey(Long id);
int updateByExampleSelective(@Param("record") PmsAlbum record, @Param("example") PmsAlbumExample example);
int updateByExample(@Param("record") PmsAlbum record, @Param("example") PmsAlbumExample example);
int updateByPrimaryKeySelective(PmsAlbum record);
int updateByPrimaryKey(PmsAlbum record);
}
\ No newline at end of file
package com.macro.mall.mapper;
import com.macro.mall.model.PmsAlbumPic;
import com.macro.mall.model.PmsAlbumPicExample;
import java.util.List;
import org.apache.ibatis.annotations.Param;
public interface PmsAlbumPicMapper {
int countByExample(PmsAlbumPicExample example);
int deleteByExample(PmsAlbumPicExample example);
int deleteByPrimaryKey(Long id);
int insert(PmsAlbumPic record);
int insertSelective(PmsAlbumPic record);
List<PmsAlbumPic> selectByExample(PmsAlbumPicExample example);
PmsAlbumPic selectByPrimaryKey(Long id);
int updateByExampleSelective(@Param("record") PmsAlbumPic record, @Param("example") PmsAlbumPicExample example);
int updateByExample(@Param("record") PmsAlbumPic record, @Param("example") PmsAlbumPicExample example);
int updateByPrimaryKeySelective(PmsAlbumPic record);
int updateByPrimaryKey(PmsAlbumPic record);
}
\ No newline at end of file
package com.macro.mall.mapper;
import com.macro.mall.model.PmsBrand;
import com.macro.mall.model.PmsBrandExample;
import java.util.List;
import org.apache.ibatis.annotations.Param;
public interface PmsBrandMapper {
int countByExample(PmsBrandExample example);
int deleteByExample(PmsBrandExample example);
int deleteByPrimaryKey(Long id);
int insert(PmsBrand record);
int insertSelective(PmsBrand record);
List<PmsBrand> selectByExampleWithBLOBs(PmsBrandExample example);
List<PmsBrand> selectByExample(PmsBrandExample example);
PmsBrand selectByPrimaryKey(Long id);
int updateByExampleSelective(@Param("record") PmsBrand record, @Param("example") PmsBrandExample example);
int updateByExampleWithBLOBs(@Param("record") PmsBrand record, @Param("example") PmsBrandExample example);
int updateByExample(@Param("record") PmsBrand record, @Param("example") PmsBrandExample example);
int updateByPrimaryKeySelective(PmsBrand record);
int updateByPrimaryKeyWithBLOBs(PmsBrand record);
int updateByPrimaryKey(PmsBrand record);
}
\ No newline at end of file
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment