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

初始项目信息导入

parents
package com.macro.mall.mapper;
import com.macro.mall.model.PmsComment;
import com.macro.mall.model.PmsCommentExample;
import java.util.List;
import org.apache.ibatis.annotations.Param;
public interface PmsCommentMapper {
int countByExample(PmsCommentExample example);
int deleteByExample(PmsCommentExample example);
int deleteByPrimaryKey(Long id);
int insert(PmsComment record);
int insertSelective(PmsComment record);
List<PmsComment> selectByExampleWithBLOBs(PmsCommentExample example);
List<PmsComment> selectByExample(PmsCommentExample example);
PmsComment selectByPrimaryKey(Long id);
int updateByExampleSelective(@Param("record") PmsComment record, @Param("example") PmsCommentExample example);
int updateByExampleWithBLOBs(@Param("record") PmsComment record, @Param("example") PmsCommentExample example);
int updateByExample(@Param("record") PmsComment record, @Param("example") PmsCommentExample example);
int updateByPrimaryKeySelective(PmsComment record);
int updateByPrimaryKeyWithBLOBs(PmsComment record);
int updateByPrimaryKey(PmsComment record);
}
\ No newline at end of file
package com.macro.mall.mapper;
import com.macro.mall.model.PmsCommentReplay;
import com.macro.mall.model.PmsCommentReplayExample;
import java.util.List;
import org.apache.ibatis.annotations.Param;
public interface PmsCommentReplayMapper {
int countByExample(PmsCommentReplayExample example);
int deleteByExample(PmsCommentReplayExample example);
int deleteByPrimaryKey(Long id);
int insert(PmsCommentReplay record);
int insertSelective(PmsCommentReplay record);
List<PmsCommentReplay> selectByExample(PmsCommentReplayExample example);
PmsCommentReplay selectByPrimaryKey(Long id);
int updateByExampleSelective(@Param("record") PmsCommentReplay record, @Param("example") PmsCommentReplayExample example);
int updateByExample(@Param("record") PmsCommentReplay record, @Param("example") PmsCommentReplayExample example);
int updateByPrimaryKeySelective(PmsCommentReplay record);
int updateByPrimaryKey(PmsCommentReplay record);
}
\ No newline at end of file
package com.macro.mall.mapper;
import com.macro.mall.model.PmsFeightTemplate;
import com.macro.mall.model.PmsFeightTemplateExample;
import java.util.List;
import org.apache.ibatis.annotations.Param;
public interface PmsFeightTemplateMapper {
int countByExample(PmsFeightTemplateExample example);
int deleteByExample(PmsFeightTemplateExample example);
int deleteByPrimaryKey(Long id);
int insert(PmsFeightTemplate record);
int insertSelective(PmsFeightTemplate record);
List<PmsFeightTemplate> selectByExample(PmsFeightTemplateExample example);
PmsFeightTemplate selectByPrimaryKey(Long id);
int updateByExampleSelective(@Param("record") PmsFeightTemplate record, @Param("example") PmsFeightTemplateExample example);
int updateByExample(@Param("record") PmsFeightTemplate record, @Param("example") PmsFeightTemplateExample example);
int updateByPrimaryKeySelective(PmsFeightTemplate record);
int updateByPrimaryKey(PmsFeightTemplate record);
}
\ No newline at end of file
package com.macro.mall.mapper;
import com.macro.mall.model.PmsMemberPrice;
import com.macro.mall.model.PmsMemberPriceExample;
import java.util.List;
import org.apache.ibatis.annotations.Param;
public interface PmsMemberPriceMapper {
int countByExample(PmsMemberPriceExample example);
int deleteByExample(PmsMemberPriceExample example);
int deleteByPrimaryKey(Long id);
int insert(PmsMemberPrice record);
int insertSelective(PmsMemberPrice record);
List<PmsMemberPrice> selectByExample(PmsMemberPriceExample example);
PmsMemberPrice selectByPrimaryKey(Long id);
int updateByExampleSelective(@Param("record") PmsMemberPrice record, @Param("example") PmsMemberPriceExample example);
int updateByExample(@Param("record") PmsMemberPrice record, @Param("example") PmsMemberPriceExample example);
int updateByPrimaryKeySelective(PmsMemberPrice record);
int updateByPrimaryKey(PmsMemberPrice record);
}
\ No newline at end of file
package com.macro.mall.mapper;
import com.macro.mall.model.PmsProductAttributeCategory;
import com.macro.mall.model.PmsProductAttributeCategoryExample;
import java.util.List;
import org.apache.ibatis.annotations.Param;
public interface PmsProductAttributeCategoryMapper {
int countByExample(PmsProductAttributeCategoryExample example);
int deleteByExample(PmsProductAttributeCategoryExample example);
int deleteByPrimaryKey(Long id);
int insert(PmsProductAttributeCategory record);
int insertSelective(PmsProductAttributeCategory record);
List<PmsProductAttributeCategory> selectByExample(PmsProductAttributeCategoryExample example);
PmsProductAttributeCategory selectByPrimaryKey(Long id);
int updateByExampleSelective(@Param("record") PmsProductAttributeCategory record, @Param("example") PmsProductAttributeCategoryExample example);
int updateByExample(@Param("record") PmsProductAttributeCategory record, @Param("example") PmsProductAttributeCategoryExample example);
int updateByPrimaryKeySelective(PmsProductAttributeCategory record);
int updateByPrimaryKey(PmsProductAttributeCategory record);
}
\ No newline at end of file
package com.macro.mall.mapper;
import com.macro.mall.model.PmsProductAttribute;
import com.macro.mall.model.PmsProductAttributeExample;
import java.util.List;
import org.apache.ibatis.annotations.Param;
public interface PmsProductAttributeMapper {
int countByExample(PmsProductAttributeExample example);
int deleteByExample(PmsProductAttributeExample example);
int deleteByPrimaryKey(Long id);
int insert(PmsProductAttribute record);
int insertSelective(PmsProductAttribute record);
List<PmsProductAttribute> selectByExample(PmsProductAttributeExample example);
PmsProductAttribute selectByPrimaryKey(Long id);
int updateByExampleSelective(@Param("record") PmsProductAttribute record, @Param("example") PmsProductAttributeExample example);
int updateByExample(@Param("record") PmsProductAttribute record, @Param("example") PmsProductAttributeExample example);
int updateByPrimaryKeySelective(PmsProductAttribute record);
int updateByPrimaryKey(PmsProductAttribute record);
}
\ No newline at end of file
package com.macro.mall.mapper;
import com.macro.mall.model.PmsProductAttributeValue;
import com.macro.mall.model.PmsProductAttributeValueExample;
import java.util.List;
import org.apache.ibatis.annotations.Param;
public interface PmsProductAttributeValueMapper {
int countByExample(PmsProductAttributeValueExample example);
int deleteByExample(PmsProductAttributeValueExample example);
int deleteByPrimaryKey(Long id);
int insert(PmsProductAttributeValue record);
int insertSelective(PmsProductAttributeValue record);
List<PmsProductAttributeValue> selectByExample(PmsProductAttributeValueExample example);
PmsProductAttributeValue selectByPrimaryKey(Long id);
int updateByExampleSelective(@Param("record") PmsProductAttributeValue record, @Param("example") PmsProductAttributeValueExample example);
int updateByExample(@Param("record") PmsProductAttributeValue record, @Param("example") PmsProductAttributeValueExample example);
int updateByPrimaryKeySelective(PmsProductAttributeValue record);
int updateByPrimaryKey(PmsProductAttributeValue record);
}
\ No newline at end of file
package com.macro.mall.mapper;
import com.macro.mall.model.PmsProductCategoryAttributeRelation;
import com.macro.mall.model.PmsProductCategoryAttributeRelationExample;
import java.util.List;
import org.apache.ibatis.annotations.Param;
public interface PmsProductCategoryAttributeRelationMapper {
int countByExample(PmsProductCategoryAttributeRelationExample example);
int deleteByExample(PmsProductCategoryAttributeRelationExample example);
int deleteByPrimaryKey(Long id);
int insert(PmsProductCategoryAttributeRelation record);
int insertSelective(PmsProductCategoryAttributeRelation record);
List<PmsProductCategoryAttributeRelation> selectByExample(PmsProductCategoryAttributeRelationExample example);
PmsProductCategoryAttributeRelation selectByPrimaryKey(Long id);
int updateByExampleSelective(@Param("record") PmsProductCategoryAttributeRelation record, @Param("example") PmsProductCategoryAttributeRelationExample example);
int updateByExample(@Param("record") PmsProductCategoryAttributeRelation record, @Param("example") PmsProductCategoryAttributeRelationExample example);
int updateByPrimaryKeySelective(PmsProductCategoryAttributeRelation record);
int updateByPrimaryKey(PmsProductCategoryAttributeRelation record);
}
\ No newline at end of file
package com.macro.mall.mapper;
import com.macro.mall.model.PmsProductCategory;
import com.macro.mall.model.PmsProductCategoryExample;
import java.util.List;
import org.apache.ibatis.annotations.Param;
public interface PmsProductCategoryMapper {
int countByExample(PmsProductCategoryExample example);
int deleteByExample(PmsProductCategoryExample example);
int deleteByPrimaryKey(Long id);
int insert(PmsProductCategory record);
int insertSelective(PmsProductCategory record);
List<PmsProductCategory> selectByExampleWithBLOBs(PmsProductCategoryExample example);
List<PmsProductCategory> selectByExample(PmsProductCategoryExample example);
PmsProductCategory selectByPrimaryKey(Long id);
int updateByExampleSelective(@Param("record") PmsProductCategory record, @Param("example") PmsProductCategoryExample example);
int updateByExampleWithBLOBs(@Param("record") PmsProductCategory record, @Param("example") PmsProductCategoryExample example);
int updateByExample(@Param("record") PmsProductCategory record, @Param("example") PmsProductCategoryExample example);
int updateByPrimaryKeySelective(PmsProductCategory record);
int updateByPrimaryKeyWithBLOBs(PmsProductCategory record);
int updateByPrimaryKey(PmsProductCategory record);
}
\ No newline at end of file
package com.macro.mall.mapper;
import com.macro.mall.model.PmsProductFullReduction;
import com.macro.mall.model.PmsProductFullReductionExample;
import java.util.List;
import org.apache.ibatis.annotations.Param;
public interface PmsProductFullReductionMapper {
int countByExample(PmsProductFullReductionExample example);
int deleteByExample(PmsProductFullReductionExample example);
int deleteByPrimaryKey(Integer id);
int insert(PmsProductFullReduction record);
int insertSelective(PmsProductFullReduction record);
List<PmsProductFullReduction> selectByExample(PmsProductFullReductionExample example);
PmsProductFullReduction selectByPrimaryKey(Integer id);
int updateByExampleSelective(@Param("record") PmsProductFullReduction record, @Param("example") PmsProductFullReductionExample example);
int updateByExample(@Param("record") PmsProductFullReduction record, @Param("example") PmsProductFullReductionExample example);
int updateByPrimaryKeySelective(PmsProductFullReduction record);
int updateByPrimaryKey(PmsProductFullReduction record);
}
\ No newline at end of file
package com.macro.mall.mapper;
import com.macro.mall.model.PmsProductLadder;
import com.macro.mall.model.PmsProductLadderExample;
import java.util.List;
import org.apache.ibatis.annotations.Param;
public interface PmsProductLadderMapper {
int countByExample(PmsProductLadderExample example);
int deleteByExample(PmsProductLadderExample example);
int deleteByPrimaryKey(Long id);
int insert(PmsProductLadder record);
int insertSelective(PmsProductLadder record);
List<PmsProductLadder> selectByExample(PmsProductLadderExample example);
PmsProductLadder selectByPrimaryKey(Long id);
int updateByExampleSelective(@Param("record") PmsProductLadder record, @Param("example") PmsProductLadderExample example);
int updateByExample(@Param("record") PmsProductLadder record, @Param("example") PmsProductLadderExample example);
int updateByPrimaryKeySelective(PmsProductLadder record);
int updateByPrimaryKey(PmsProductLadder record);
}
\ No newline at end of file
package com.macro.mall.mapper;
import com.macro.mall.model.PmsProduct;
import com.macro.mall.model.PmsProductExample;
import java.util.List;
import org.apache.ibatis.annotations.Param;
public interface PmsProductMapper {
int countByExample(PmsProductExample example);
int deleteByExample(PmsProductExample example);
int deleteByPrimaryKey(Long id);
int insert(PmsProduct record);
int insertSelective(PmsProduct record);
List<PmsProduct> selectByExampleWithBLOBs(PmsProductExample example);
List<PmsProduct> selectByExample(PmsProductExample example);
PmsProduct selectByPrimaryKey(Long id);
int updateByExampleSelective(@Param("record") PmsProduct record, @Param("example") PmsProductExample example);
int updateByExampleWithBLOBs(@Param("record") PmsProduct record, @Param("example") PmsProductExample example);
int updateByExample(@Param("record") PmsProduct record, @Param("example") PmsProductExample example);
int updateByPrimaryKeySelective(PmsProduct record);
int updateByPrimaryKeyWithBLOBs(PmsProduct record);
int updateByPrimaryKey(PmsProduct record);
}
\ No newline at end of file
package com.macro.mall.mapper;
import com.macro.mall.model.PmsProductOperateLog;
import com.macro.mall.model.PmsProductOperateLogExample;
import java.util.List;
import org.apache.ibatis.annotations.Param;
public interface PmsProductOperateLogMapper {
int countByExample(PmsProductOperateLogExample example);
int deleteByExample(PmsProductOperateLogExample example);
int deleteByPrimaryKey(Long id);
int insert(PmsProductOperateLog record);
int insertSelective(PmsProductOperateLog record);
List<PmsProductOperateLog> selectByExample(PmsProductOperateLogExample example);
PmsProductOperateLog selectByPrimaryKey(Long id);
int updateByExampleSelective(@Param("record") PmsProductOperateLog record, @Param("example") PmsProductOperateLogExample example);
int updateByExample(@Param("record") PmsProductOperateLog record, @Param("example") PmsProductOperateLogExample example);
int updateByPrimaryKeySelective(PmsProductOperateLog record);
int updateByPrimaryKey(PmsProductOperateLog record);
}
\ No newline at end of file
package com.macro.mall.mapper;
import com.macro.mall.model.PmsProductVertifyRecord;
import com.macro.mall.model.PmsProductVertifyRecordExample;
import java.util.List;
import org.apache.ibatis.annotations.Param;
public interface PmsProductVertifyRecordMapper {
int countByExample(PmsProductVertifyRecordExample example);
int deleteByExample(PmsProductVertifyRecordExample example);
int deleteByPrimaryKey(Long id);
int insert(PmsProductVertifyRecord record);
int insertSelective(PmsProductVertifyRecord record);
List<PmsProductVertifyRecord> selectByExample(PmsProductVertifyRecordExample example);
PmsProductVertifyRecord selectByPrimaryKey(Long id);
int updateByExampleSelective(@Param("record") PmsProductVertifyRecord record, @Param("example") PmsProductVertifyRecordExample example);
int updateByExample(@Param("record") PmsProductVertifyRecord record, @Param("example") PmsProductVertifyRecordExample example);
int updateByPrimaryKeySelective(PmsProductVertifyRecord record);
int updateByPrimaryKey(PmsProductVertifyRecord record);
}
\ No newline at end of file
package com.macro.mall.mapper;
import com.macro.mall.model.PmsSkuStock;
import com.macro.mall.model.PmsSkuStockExample;
import java.util.List;
import org.apache.ibatis.annotations.Param;
public interface PmsSkuStockMapper {
int countByExample(PmsSkuStockExample example);
int deleteByExample(PmsSkuStockExample example);
int deleteByPrimaryKey(Long id);
int insert(PmsSkuStock record);
int insertSelective(PmsSkuStock record);
List<PmsSkuStock> selectByExample(PmsSkuStockExample example);
PmsSkuStock selectByPrimaryKey(Long id);
int updateByExampleSelective(@Param("record") PmsSkuStock record, @Param("example") PmsSkuStockExample example);
int updateByExample(@Param("record") PmsSkuStock record, @Param("example") PmsSkuStockExample example);
int updateByPrimaryKeySelective(PmsSkuStock record);
int updateByPrimaryKey(PmsSkuStock record);
}
\ No newline at end of file
package com.macro.mall.mapper;
import com.macro.mall.model.SmsCouponHistory;
import com.macro.mall.model.SmsCouponHistoryExample;
import java.util.List;
import org.apache.ibatis.annotations.Param;
public interface SmsCouponHistoryMapper {
int countByExample(SmsCouponHistoryExample example);
int deleteByExample(SmsCouponHistoryExample example);
int deleteByPrimaryKey(Long id);
int insert(SmsCouponHistory record);
int insertSelective(SmsCouponHistory record);
List<SmsCouponHistory> selectByExample(SmsCouponHistoryExample example);
SmsCouponHistory selectByPrimaryKey(Long id);
int updateByExampleSelective(@Param("record") SmsCouponHistory record, @Param("example") SmsCouponHistoryExample example);
int updateByExample(@Param("record") SmsCouponHistory record, @Param("example") SmsCouponHistoryExample example);
int updateByPrimaryKeySelective(SmsCouponHistory record);
int updateByPrimaryKey(SmsCouponHistory record);
}
\ No newline at end of file
package com.macro.mall.mapper;
import com.macro.mall.model.SmsCoupon;
import com.macro.mall.model.SmsCouponExample;
import java.util.List;
import org.apache.ibatis.annotations.Param;
public interface SmsCouponMapper {
int countByExample(SmsCouponExample example);
int deleteByExample(SmsCouponExample example);
int deleteByPrimaryKey(Long id);
int insert(SmsCoupon record);
int insertSelective(SmsCoupon record);
List<SmsCoupon> selectByExample(SmsCouponExample example);
SmsCoupon selectByPrimaryKey(Long id);
int updateByExampleSelective(@Param("record") SmsCoupon record, @Param("example") SmsCouponExample example);
int updateByExample(@Param("record") SmsCoupon record, @Param("example") SmsCouponExample example);
int updateByPrimaryKeySelective(SmsCoupon record);
int updateByPrimaryKey(SmsCoupon record);
}
\ No newline at end of file
package com.macro.mall.mapper;
import com.macro.mall.model.SmsCouponProductCategoryRelation;
import com.macro.mall.model.SmsCouponProductCategoryRelationExample;
import java.util.List;
import org.apache.ibatis.annotations.Param;
public interface SmsCouponProductCategoryRelationMapper {
int countByExample(SmsCouponProductCategoryRelationExample example);
int deleteByExample(SmsCouponProductCategoryRelationExample example);
int deleteByPrimaryKey(Long id);
int insert(SmsCouponProductCategoryRelation record);
int insertSelective(SmsCouponProductCategoryRelation record);
List<SmsCouponProductCategoryRelation> selectByExample(SmsCouponProductCategoryRelationExample example);
SmsCouponProductCategoryRelation selectByPrimaryKey(Long id);
int updateByExampleSelective(@Param("record") SmsCouponProductCategoryRelation record, @Param("example") SmsCouponProductCategoryRelationExample example);
int updateByExample(@Param("record") SmsCouponProductCategoryRelation record, @Param("example") SmsCouponProductCategoryRelationExample example);
int updateByPrimaryKeySelective(SmsCouponProductCategoryRelation record);
int updateByPrimaryKey(SmsCouponProductCategoryRelation record);
}
\ No newline at end of file
package com.macro.mall.mapper;
import com.macro.mall.model.SmsCouponProductRelation;
import com.macro.mall.model.SmsCouponProductRelationExample;
import java.util.List;
import org.apache.ibatis.annotations.Param;
public interface SmsCouponProductRelationMapper {
int countByExample(SmsCouponProductRelationExample example);
int deleteByExample(SmsCouponProductRelationExample example);
int deleteByPrimaryKey(Long id);
int insert(SmsCouponProductRelation record);
int insertSelective(SmsCouponProductRelation record);
List<SmsCouponProductRelation> selectByExample(SmsCouponProductRelationExample example);
SmsCouponProductRelation selectByPrimaryKey(Long id);
int updateByExampleSelective(@Param("record") SmsCouponProductRelation record, @Param("example") SmsCouponProductRelationExample example);
int updateByExample(@Param("record") SmsCouponProductRelation record, @Param("example") SmsCouponProductRelationExample example);
int updateByPrimaryKeySelective(SmsCouponProductRelation record);
int updateByPrimaryKey(SmsCouponProductRelation record);
}
\ No newline at end of file
package com.macro.mall.mapper;
import com.macro.mall.model.SmsFlashPromotionLog;
import com.macro.mall.model.SmsFlashPromotionLogExample;
import java.util.List;
import org.apache.ibatis.annotations.Param;
public interface SmsFlashPromotionLogMapper {
int countByExample(SmsFlashPromotionLogExample example);
int deleteByExample(SmsFlashPromotionLogExample example);
int deleteByPrimaryKey(Integer id);
int insert(SmsFlashPromotionLog record);
int insertSelective(SmsFlashPromotionLog record);
List<SmsFlashPromotionLog> selectByExample(SmsFlashPromotionLogExample example);
SmsFlashPromotionLog selectByPrimaryKey(Integer id);
int updateByExampleSelective(@Param("record") SmsFlashPromotionLog record, @Param("example") SmsFlashPromotionLogExample example);
int updateByExample(@Param("record") SmsFlashPromotionLog record, @Param("example") SmsFlashPromotionLogExample example);
int updateByPrimaryKeySelective(SmsFlashPromotionLog record);
int updateByPrimaryKey(SmsFlashPromotionLog 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