Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
wwwanlingxiao
mall
Commits
42d8ff5f
Commit
42d8ff5f
authored
Apr 13, 2018
by
zhh
Browse files
初始项目信息导入
parents
Changes
293
Hide whitespace changes
Inline
Side-by-side
mall-mbg/src/main/java/com/macro/mall/mapper/SmsFlashPromotionMapper.java
0 → 100644
View file @
42d8ff5f
package
com.macro.mall.mapper
;
import
com.macro.mall.model.SmsFlashPromotion
;
import
com.macro.mall.model.SmsFlashPromotionExample
;
import
java.util.List
;
import
org.apache.ibatis.annotations.Param
;
public
interface
SmsFlashPromotionMapper
{
int
countByExample
(
SmsFlashPromotionExample
example
);
int
deleteByExample
(
SmsFlashPromotionExample
example
);
int
deleteByPrimaryKey
(
Integer
id
);
int
insert
(
SmsFlashPromotion
record
);
int
insertSelective
(
SmsFlashPromotion
record
);
List
<
SmsFlashPromotion
>
selectByExample
(
SmsFlashPromotionExample
example
);
SmsFlashPromotion
selectByPrimaryKey
(
Integer
id
);
int
updateByExampleSelective
(
@Param
(
"record"
)
SmsFlashPromotion
record
,
@Param
(
"example"
)
SmsFlashPromotionExample
example
);
int
updateByExample
(
@Param
(
"record"
)
SmsFlashPromotion
record
,
@Param
(
"example"
)
SmsFlashPromotionExample
example
);
int
updateByPrimaryKeySelective
(
SmsFlashPromotion
record
);
int
updateByPrimaryKey
(
SmsFlashPromotion
record
);
}
\ No newline at end of file
mall-mbg/src/main/java/com/macro/mall/mapper/SmsHomeAdvertiseMapper.java
0 → 100644
View file @
42d8ff5f
package
com.macro.mall.mapper
;
import
com.macro.mall.model.SmsHomeAdvertise
;
import
com.macro.mall.model.SmsHomeAdvertiseExample
;
import
java.util.List
;
import
org.apache.ibatis.annotations.Param
;
public
interface
SmsHomeAdvertiseMapper
{
int
countByExample
(
SmsHomeAdvertiseExample
example
);
int
deleteByExample
(
SmsHomeAdvertiseExample
example
);
int
deleteByPrimaryKey
(
Long
id
);
int
insert
(
SmsHomeAdvertise
record
);
int
insertSelective
(
SmsHomeAdvertise
record
);
List
<
SmsHomeAdvertise
>
selectByExample
(
SmsHomeAdvertiseExample
example
);
SmsHomeAdvertise
selectByPrimaryKey
(
Long
id
);
int
updateByExampleSelective
(
@Param
(
"record"
)
SmsHomeAdvertise
record
,
@Param
(
"example"
)
SmsHomeAdvertiseExample
example
);
int
updateByExample
(
@Param
(
"record"
)
SmsHomeAdvertise
record
,
@Param
(
"example"
)
SmsHomeAdvertiseExample
example
);
int
updateByPrimaryKeySelective
(
SmsHomeAdvertise
record
);
int
updateByPrimaryKey
(
SmsHomeAdvertise
record
);
}
\ No newline at end of file
mall-mbg/src/main/java/com/macro/mall/mapper/SmsHomeBrandMapper.java
0 → 100644
View file @
42d8ff5f
package
com.macro.mall.mapper
;
import
com.macro.mall.model.SmsHomeBrand
;
import
com.macro.mall.model.SmsHomeBrandExample
;
import
java.util.List
;
import
org.apache.ibatis.annotations.Param
;
public
interface
SmsHomeBrandMapper
{
int
countByExample
(
SmsHomeBrandExample
example
);
int
deleteByExample
(
SmsHomeBrandExample
example
);
int
deleteByPrimaryKey
(
Long
id
);
int
insert
(
SmsHomeBrand
record
);
int
insertSelective
(
SmsHomeBrand
record
);
List
<
SmsHomeBrand
>
selectByExample
(
SmsHomeBrandExample
example
);
SmsHomeBrand
selectByPrimaryKey
(
Long
id
);
int
updateByExampleSelective
(
@Param
(
"record"
)
SmsHomeBrand
record
,
@Param
(
"example"
)
SmsHomeBrandExample
example
);
int
updateByExample
(
@Param
(
"record"
)
SmsHomeBrand
record
,
@Param
(
"example"
)
SmsHomeBrandExample
example
);
int
updateByPrimaryKeySelective
(
SmsHomeBrand
record
);
int
updateByPrimaryKey
(
SmsHomeBrand
record
);
}
\ No newline at end of file
mall-mbg/src/main/java/com/macro/mall/mapper/SmsHomeNewProductMapper.java
0 → 100644
View file @
42d8ff5f
package
com.macro.mall.mapper
;
import
com.macro.mall.model.SmsHomeNewProduct
;
import
com.macro.mall.model.SmsHomeNewProductExample
;
import
java.util.List
;
import
org.apache.ibatis.annotations.Param
;
public
interface
SmsHomeNewProductMapper
{
int
countByExample
(
SmsHomeNewProductExample
example
);
int
deleteByExample
(
SmsHomeNewProductExample
example
);
int
deleteByPrimaryKey
(
Long
id
);
int
insert
(
SmsHomeNewProduct
record
);
int
insertSelective
(
SmsHomeNewProduct
record
);
List
<
SmsHomeNewProduct
>
selectByExample
(
SmsHomeNewProductExample
example
);
SmsHomeNewProduct
selectByPrimaryKey
(
Long
id
);
int
updateByExampleSelective
(
@Param
(
"record"
)
SmsHomeNewProduct
record
,
@Param
(
"example"
)
SmsHomeNewProductExample
example
);
int
updateByExample
(
@Param
(
"record"
)
SmsHomeNewProduct
record
,
@Param
(
"example"
)
SmsHomeNewProductExample
example
);
int
updateByPrimaryKeySelective
(
SmsHomeNewProduct
record
);
int
updateByPrimaryKey
(
SmsHomeNewProduct
record
);
}
\ No newline at end of file
mall-mbg/src/main/java/com/macro/mall/mapper/SmsHomeRecommendProductMapper.java
0 → 100644
View file @
42d8ff5f
package
com.macro.mall.mapper
;
import
com.macro.mall.model.SmsHomeRecommendProduct
;
import
com.macro.mall.model.SmsHomeRecommendProductExample
;
import
java.util.List
;
import
org.apache.ibatis.annotations.Param
;
public
interface
SmsHomeRecommendProductMapper
{
int
countByExample
(
SmsHomeRecommendProductExample
example
);
int
deleteByExample
(
SmsHomeRecommendProductExample
example
);
int
deleteByPrimaryKey
(
Long
id
);
int
insert
(
SmsHomeRecommendProduct
record
);
int
insertSelective
(
SmsHomeRecommendProduct
record
);
List
<
SmsHomeRecommendProduct
>
selectByExample
(
SmsHomeRecommendProductExample
example
);
SmsHomeRecommendProduct
selectByPrimaryKey
(
Long
id
);
int
updateByExampleSelective
(
@Param
(
"record"
)
SmsHomeRecommendProduct
record
,
@Param
(
"example"
)
SmsHomeRecommendProductExample
example
);
int
updateByExample
(
@Param
(
"record"
)
SmsHomeRecommendProduct
record
,
@Param
(
"example"
)
SmsHomeRecommendProductExample
example
);
int
updateByPrimaryKeySelective
(
SmsHomeRecommendProduct
record
);
int
updateByPrimaryKey
(
SmsHomeRecommendProduct
record
);
}
\ No newline at end of file
mall-mbg/src/main/java/com/macro/mall/mapper/SmsHomeRecommendSubjectMapper.java
0 → 100644
View file @
42d8ff5f
package
com.macro.mall.mapper
;
import
com.macro.mall.model.SmsHomeRecommendSubject
;
import
com.macro.mall.model.SmsHomeRecommendSubjectExample
;
import
java.util.List
;
import
org.apache.ibatis.annotations.Param
;
public
interface
SmsHomeRecommendSubjectMapper
{
int
countByExample
(
SmsHomeRecommendSubjectExample
example
);
int
deleteByExample
(
SmsHomeRecommendSubjectExample
example
);
int
deleteByPrimaryKey
(
Long
id
);
int
insert
(
SmsHomeRecommendSubject
record
);
int
insertSelective
(
SmsHomeRecommendSubject
record
);
List
<
SmsHomeRecommendSubject
>
selectByExample
(
SmsHomeRecommendSubjectExample
example
);
SmsHomeRecommendSubject
selectByPrimaryKey
(
Long
id
);
int
updateByExampleSelective
(
@Param
(
"record"
)
SmsHomeRecommendSubject
record
,
@Param
(
"example"
)
SmsHomeRecommendSubjectExample
example
);
int
updateByExample
(
@Param
(
"record"
)
SmsHomeRecommendSubject
record
,
@Param
(
"example"
)
SmsHomeRecommendSubjectExample
example
);
int
updateByPrimaryKeySelective
(
SmsHomeRecommendSubject
record
);
int
updateByPrimaryKey
(
SmsHomeRecommendSubject
record
);
}
\ No newline at end of file
mall-mbg/src/main/java/com/macro/mall/mapper/UmsAdminLoginLogMapper.java
0 → 100644
View file @
42d8ff5f
package
com.macro.mall.mapper
;
import
com.macro.mall.model.UmsAdminLoginLog
;
import
com.macro.mall.model.UmsAdminLoginLogExample
;
import
java.util.List
;
import
org.apache.ibatis.annotations.Param
;
public
interface
UmsAdminLoginLogMapper
{
int
countByExample
(
UmsAdminLoginLogExample
example
);
int
deleteByExample
(
UmsAdminLoginLogExample
example
);
int
deleteByPrimaryKey
(
Long
id
);
int
insert
(
UmsAdminLoginLog
record
);
int
insertSelective
(
UmsAdminLoginLog
record
);
List
<
UmsAdminLoginLog
>
selectByExample
(
UmsAdminLoginLogExample
example
);
UmsAdminLoginLog
selectByPrimaryKey
(
Long
id
);
int
updateByExampleSelective
(
@Param
(
"record"
)
UmsAdminLoginLog
record
,
@Param
(
"example"
)
UmsAdminLoginLogExample
example
);
int
updateByExample
(
@Param
(
"record"
)
UmsAdminLoginLog
record
,
@Param
(
"example"
)
UmsAdminLoginLogExample
example
);
int
updateByPrimaryKeySelective
(
UmsAdminLoginLog
record
);
int
updateByPrimaryKey
(
UmsAdminLoginLog
record
);
}
\ No newline at end of file
mall-mbg/src/main/java/com/macro/mall/mapper/UmsAdminMapper.java
0 → 100644
View file @
42d8ff5f
package
com.macro.mall.mapper
;
import
com.macro.mall.model.UmsAdmin
;
import
com.macro.mall.model.UmsAdminExample
;
import
java.util.List
;
import
org.apache.ibatis.annotations.Param
;
public
interface
UmsAdminMapper
{
int
countByExample
(
UmsAdminExample
example
);
int
deleteByExample
(
UmsAdminExample
example
);
int
deleteByPrimaryKey
(
Long
id
);
int
insert
(
UmsAdmin
record
);
int
insertSelective
(
UmsAdmin
record
);
List
<
UmsAdmin
>
selectByExample
(
UmsAdminExample
example
);
UmsAdmin
selectByPrimaryKey
(
Long
id
);
int
updateByExampleSelective
(
@Param
(
"record"
)
UmsAdmin
record
,
@Param
(
"example"
)
UmsAdminExample
example
);
int
updateByExample
(
@Param
(
"record"
)
UmsAdmin
record
,
@Param
(
"example"
)
UmsAdminExample
example
);
int
updateByPrimaryKeySelective
(
UmsAdmin
record
);
int
updateByPrimaryKey
(
UmsAdmin
record
);
}
\ No newline at end of file
mall-mbg/src/main/java/com/macro/mall/mapper/UmsGrowthChangeHistoryMapper.java
0 → 100644
View file @
42d8ff5f
package
com.macro.mall.mapper
;
import
com.macro.mall.model.UmsGrowthChangeHistory
;
import
com.macro.mall.model.UmsGrowthChangeHistoryExample
;
import
java.util.List
;
import
org.apache.ibatis.annotations.Param
;
public
interface
UmsGrowthChangeHistoryMapper
{
int
countByExample
(
UmsGrowthChangeHistoryExample
example
);
int
deleteByExample
(
UmsGrowthChangeHistoryExample
example
);
int
deleteByPrimaryKey
(
Long
id
);
int
insert
(
UmsGrowthChangeHistory
record
);
int
insertSelective
(
UmsGrowthChangeHistory
record
);
List
<
UmsGrowthChangeHistory
>
selectByExample
(
UmsGrowthChangeHistoryExample
example
);
UmsGrowthChangeHistory
selectByPrimaryKey
(
Long
id
);
int
updateByExampleSelective
(
@Param
(
"record"
)
UmsGrowthChangeHistory
record
,
@Param
(
"example"
)
UmsGrowthChangeHistoryExample
example
);
int
updateByExample
(
@Param
(
"record"
)
UmsGrowthChangeHistory
record
,
@Param
(
"example"
)
UmsGrowthChangeHistoryExample
example
);
int
updateByPrimaryKeySelective
(
UmsGrowthChangeHistory
record
);
int
updateByPrimaryKey
(
UmsGrowthChangeHistory
record
);
}
\ No newline at end of file
mall-mbg/src/main/java/com/macro/mall/mapper/UmsIntegrationChangeHistoryMapper.java
0 → 100644
View file @
42d8ff5f
package
com.macro.mall.mapper
;
import
com.macro.mall.model.UmsIntegrationChangeHistory
;
import
com.macro.mall.model.UmsIntegrationChangeHistoryExample
;
import
java.util.List
;
import
org.apache.ibatis.annotations.Param
;
public
interface
UmsIntegrationChangeHistoryMapper
{
int
countByExample
(
UmsIntegrationChangeHistoryExample
example
);
int
deleteByExample
(
UmsIntegrationChangeHistoryExample
example
);
int
deleteByPrimaryKey
(
Long
id
);
int
insert
(
UmsIntegrationChangeHistory
record
);
int
insertSelective
(
UmsIntegrationChangeHistory
record
);
List
<
UmsIntegrationChangeHistory
>
selectByExample
(
UmsIntegrationChangeHistoryExample
example
);
UmsIntegrationChangeHistory
selectByPrimaryKey
(
Long
id
);
int
updateByExampleSelective
(
@Param
(
"record"
)
UmsIntegrationChangeHistory
record
,
@Param
(
"example"
)
UmsIntegrationChangeHistoryExample
example
);
int
updateByExample
(
@Param
(
"record"
)
UmsIntegrationChangeHistory
record
,
@Param
(
"example"
)
UmsIntegrationChangeHistoryExample
example
);
int
updateByPrimaryKeySelective
(
UmsIntegrationChangeHistory
record
);
int
updateByPrimaryKey
(
UmsIntegrationChangeHistory
record
);
}
\ No newline at end of file
mall-mbg/src/main/java/com/macro/mall/mapper/UmsIntergrationConsumeSettingMapper.java
0 → 100644
View file @
42d8ff5f
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
);
}
\ No newline at end of file
mall-mbg/src/main/java/com/macro/mall/mapper/UmsMemberLevelMapper.java
0 → 100644
View file @
42d8ff5f
package
com.macro.mall.mapper
;
import
com.macro.mall.model.UmsMemberLevel
;
import
com.macro.mall.model.UmsMemberLevelExample
;
import
java.util.List
;
import
org.apache.ibatis.annotations.Param
;
public
interface
UmsMemberLevelMapper
{
int
countByExample
(
UmsMemberLevelExample
example
);
int
deleteByExample
(
UmsMemberLevelExample
example
);
int
deleteByPrimaryKey
(
Long
id
);
int
insert
(
UmsMemberLevel
record
);
int
insertSelective
(
UmsMemberLevel
record
);
List
<
UmsMemberLevel
>
selectByExample
(
UmsMemberLevelExample
example
);
UmsMemberLevel
selectByPrimaryKey
(
Long
id
);
int
updateByExampleSelective
(
@Param
(
"record"
)
UmsMemberLevel
record
,
@Param
(
"example"
)
UmsMemberLevelExample
example
);
int
updateByExample
(
@Param
(
"record"
)
UmsMemberLevel
record
,
@Param
(
"example"
)
UmsMemberLevelExample
example
);
int
updateByPrimaryKeySelective
(
UmsMemberLevel
record
);
int
updateByPrimaryKey
(
UmsMemberLevel
record
);
}
\ No newline at end of file
mall-mbg/src/main/java/com/macro/mall/mapper/UmsMemberLoginLogMapper.java
0 → 100644
View file @
42d8ff5f
package
com.macro.mall.mapper
;
import
com.macro.mall.model.UmsMemberLoginLog
;
import
com.macro.mall.model.UmsMemberLoginLogExample
;
import
java.util.List
;
import
org.apache.ibatis.annotations.Param
;
public
interface
UmsMemberLoginLogMapper
{
int
countByExample
(
UmsMemberLoginLogExample
example
);
int
deleteByExample
(
UmsMemberLoginLogExample
example
);
int
deleteByPrimaryKey
(
Long
id
);
int
insert
(
UmsMemberLoginLog
record
);
int
insertSelective
(
UmsMemberLoginLog
record
);
List
<
UmsMemberLoginLog
>
selectByExample
(
UmsMemberLoginLogExample
example
);
UmsMemberLoginLog
selectByPrimaryKey
(
Long
id
);
int
updateByExampleSelective
(
@Param
(
"record"
)
UmsMemberLoginLog
record
,
@Param
(
"example"
)
UmsMemberLoginLogExample
example
);
int
updateByExample
(
@Param
(
"record"
)
UmsMemberLoginLog
record
,
@Param
(
"example"
)
UmsMemberLoginLogExample
example
);
int
updateByPrimaryKeySelective
(
UmsMemberLoginLog
record
);
int
updateByPrimaryKey
(
UmsMemberLoginLog
record
);
}
\ No newline at end of file
mall-mbg/src/main/java/com/macro/mall/mapper/UmsMemberMapper.java
0 → 100644
View file @
42d8ff5f
package
com.macro.mall.mapper
;
import
com.macro.mall.model.UmsMember
;
import
com.macro.mall.model.UmsMemberExample
;
import
java.util.List
;
import
org.apache.ibatis.annotations.Param
;
public
interface
UmsMemberMapper
{
int
countByExample
(
UmsMemberExample
example
);
int
deleteByExample
(
UmsMemberExample
example
);
int
deleteByPrimaryKey
(
Long
id
);
int
insert
(
UmsMember
record
);
int
insertSelective
(
UmsMember
record
);
List
<
UmsMember
>
selectByExample
(
UmsMemberExample
example
);
UmsMember
selectByPrimaryKey
(
Long
id
);
int
updateByExampleSelective
(
@Param
(
"record"
)
UmsMember
record
,
@Param
(
"example"
)
UmsMemberExample
example
);
int
updateByExample
(
@Param
(
"record"
)
UmsMember
record
,
@Param
(
"example"
)
UmsMemberExample
example
);
int
updateByPrimaryKeySelective
(
UmsMember
record
);
int
updateByPrimaryKey
(
UmsMember
record
);
}
\ No newline at end of file
mall-mbg/src/main/java/com/macro/mall/mapper/UmsMemberMemberTagRelationMapper.java
0 → 100644
View file @
42d8ff5f
package
com.macro.mall.mapper
;
import
com.macro.mall.model.UmsMemberMemberTagRelation
;
import
com.macro.mall.model.UmsMemberMemberTagRelationExample
;
import
java.util.List
;
import
org.apache.ibatis.annotations.Param
;
public
interface
UmsMemberMemberTagRelationMapper
{
int
countByExample
(
UmsMemberMemberTagRelationExample
example
);
int
deleteByExample
(
UmsMemberMemberTagRelationExample
example
);
int
deleteByPrimaryKey
(
Long
id
);
int
insert
(
UmsMemberMemberTagRelation
record
);
int
insertSelective
(
UmsMemberMemberTagRelation
record
);
List
<
UmsMemberMemberTagRelation
>
selectByExample
(
UmsMemberMemberTagRelationExample
example
);
UmsMemberMemberTagRelation
selectByPrimaryKey
(
Long
id
);
int
updateByExampleSelective
(
@Param
(
"record"
)
UmsMemberMemberTagRelation
record
,
@Param
(
"example"
)
UmsMemberMemberTagRelationExample
example
);
int
updateByExample
(
@Param
(
"record"
)
UmsMemberMemberTagRelation
record
,
@Param
(
"example"
)
UmsMemberMemberTagRelationExample
example
);
int
updateByPrimaryKeySelective
(
UmsMemberMemberTagRelation
record
);
int
updateByPrimaryKey
(
UmsMemberMemberTagRelation
record
);
}
\ No newline at end of file
mall-mbg/src/main/java/com/macro/mall/mapper/UmsMemberProductCategoryRelationMapper.java
0 → 100644
View file @
42d8ff5f
package
com.macro.mall.mapper
;
import
com.macro.mall.model.UmsMemberProductCategoryRelation
;
import
com.macro.mall.model.UmsMemberProductCategoryRelationExample
;
import
java.util.List
;
import
org.apache.ibatis.annotations.Param
;
public
interface
UmsMemberProductCategoryRelationMapper
{
int
countByExample
(
UmsMemberProductCategoryRelationExample
example
);
int
deleteByExample
(
UmsMemberProductCategoryRelationExample
example
);
int
deleteByPrimaryKey
(
Long
id
);
int
insert
(
UmsMemberProductCategoryRelation
record
);
int
insertSelective
(
UmsMemberProductCategoryRelation
record
);
List
<
UmsMemberProductCategoryRelation
>
selectByExample
(
UmsMemberProductCategoryRelationExample
example
);
UmsMemberProductCategoryRelation
selectByPrimaryKey
(
Long
id
);
int
updateByExampleSelective
(
@Param
(
"record"
)
UmsMemberProductCategoryRelation
record
,
@Param
(
"example"
)
UmsMemberProductCategoryRelationExample
example
);
int
updateByExample
(
@Param
(
"record"
)
UmsMemberProductCategoryRelation
record
,
@Param
(
"example"
)
UmsMemberProductCategoryRelationExample
example
);
int
updateByPrimaryKeySelective
(
UmsMemberProductCategoryRelation
record
);
int
updateByPrimaryKey
(
UmsMemberProductCategoryRelation
record
);
}
\ No newline at end of file
mall-mbg/src/main/java/com/macro/mall/mapper/UmsMemberReceiveAddressMapper.java
0 → 100644
View file @
42d8ff5f
package
com.macro.mall.mapper
;
import
com.macro.mall.model.UmsMemberReceiveAddress
;
import
com.macro.mall.model.UmsMemberReceiveAddressExample
;
import
java.util.List
;
import
org.apache.ibatis.annotations.Param
;
public
interface
UmsMemberReceiveAddressMapper
{
int
countByExample
(
UmsMemberReceiveAddressExample
example
);
int
deleteByExample
(
UmsMemberReceiveAddressExample
example
);
int
deleteByPrimaryKey
(
Long
id
);
int
insert
(
UmsMemberReceiveAddress
record
);
int
insertSelective
(
UmsMemberReceiveAddress
record
);
List
<
UmsMemberReceiveAddress
>
selectByExample
(
UmsMemberReceiveAddressExample
example
);
UmsMemberReceiveAddress
selectByPrimaryKey
(
Long
id
);
int
updateByExampleSelective
(
@Param
(
"record"
)
UmsMemberReceiveAddress
record
,
@Param
(
"example"
)
UmsMemberReceiveAddressExample
example
);
int
updateByExample
(
@Param
(
"record"
)
UmsMemberReceiveAddress
record
,
@Param
(
"example"
)
UmsMemberReceiveAddressExample
example
);
int
updateByPrimaryKeySelective
(
UmsMemberReceiveAddress
record
);
int
updateByPrimaryKey
(
UmsMemberReceiveAddress
record
);
}
\ No newline at end of file
mall-mbg/src/main/java/com/macro/mall/mapper/UmsMemberRuleSettingMapper.java
0 → 100644
View file @
42d8ff5f
package
com.macro.mall.mapper
;
import
com.macro.mall.model.UmsMemberRuleSetting
;
import
com.macro.mall.model.UmsMemberRuleSettingExample
;
import
java.util.List
;
import
org.apache.ibatis.annotations.Param
;
public
interface
UmsMemberRuleSettingMapper
{
int
countByExample
(
UmsMemberRuleSettingExample
example
);
int
deleteByExample
(
UmsMemberRuleSettingExample
example
);
int
deleteByPrimaryKey
(
Long
id
);
int
insert
(
UmsMemberRuleSetting
record
);
int
insertSelective
(
UmsMemberRuleSetting
record
);
List
<
UmsMemberRuleSetting
>
selectByExample
(
UmsMemberRuleSettingExample
example
);
UmsMemberRuleSetting
selectByPrimaryKey
(
Long
id
);
int
updateByExampleSelective
(
@Param
(
"record"
)
UmsMemberRuleSetting
record
,
@Param
(
"example"
)
UmsMemberRuleSettingExample
example
);
int
updateByExample
(
@Param
(
"record"
)
UmsMemberRuleSetting
record
,
@Param
(
"example"
)
UmsMemberRuleSettingExample
example
);
int
updateByPrimaryKeySelective
(
UmsMemberRuleSetting
record
);
int
updateByPrimaryKey
(
UmsMemberRuleSetting
record
);
}
\ No newline at end of file
mall-mbg/src/main/java/com/macro/mall/mapper/UmsMemberStatisticsInfoMapper.java
0 → 100644
View file @
42d8ff5f
package
com.macro.mall.mapper
;
import
com.macro.mall.model.UmsMemberStatisticsInfo
;
import
com.macro.mall.model.UmsMemberStatisticsInfoExample
;
import
java.util.List
;
import
org.apache.ibatis.annotations.Param
;
public
interface
UmsMemberStatisticsInfoMapper
{
int
countByExample
(
UmsMemberStatisticsInfoExample
example
);
int
deleteByExample
(
UmsMemberStatisticsInfoExample
example
);
int
deleteByPrimaryKey
(
Long
id
);
int
insert
(
UmsMemberStatisticsInfo
record
);
int
insertSelective
(
UmsMemberStatisticsInfo
record
);
List
<
UmsMemberStatisticsInfo
>
selectByExample
(
UmsMemberStatisticsInfoExample
example
);
UmsMemberStatisticsInfo
selectByPrimaryKey
(
Long
id
);
int
updateByExampleSelective
(
@Param
(
"record"
)
UmsMemberStatisticsInfo
record
,
@Param
(
"example"
)
UmsMemberStatisticsInfoExample
example
);
int
updateByExample
(
@Param
(
"record"
)
UmsMemberStatisticsInfo
record
,
@Param
(
"example"
)
UmsMemberStatisticsInfoExample
example
);
int
updateByPrimaryKeySelective
(
UmsMemberStatisticsInfo
record
);
int
updateByPrimaryKey
(
UmsMemberStatisticsInfo
record
);
}
\ No newline at end of file
mall-mbg/src/main/java/com/macro/mall/mapper/UmsMemberTagMapper.java
0 → 100644
View file @
42d8ff5f
package
com.macro.mall.mapper
;
import
com.macro.mall.model.UmsMemberTag
;
import
com.macro.mall.model.UmsMemberTagExample
;
import
java.util.List
;
import
org.apache.ibatis.annotations.Param
;
public
interface
UmsMemberTagMapper
{
int
countByExample
(
UmsMemberTagExample
example
);
int
deleteByExample
(
UmsMemberTagExample
example
);
int
deleteByPrimaryKey
(
Long
id
);
int
insert
(
UmsMemberTag
record
);
int
insertSelective
(
UmsMemberTag
record
);
List
<
UmsMemberTag
>
selectByExample
(
UmsMemberTagExample
example
);
UmsMemberTag
selectByPrimaryKey
(
Long
id
);
int
updateByExampleSelective
(
@Param
(
"record"
)
UmsMemberTag
record
,
@Param
(
"example"
)
UmsMemberTagExample
example
);
int
updateByExample
(
@Param
(
"record"
)
UmsMemberTag
record
,
@Param
(
"example"
)
UmsMemberTagExample
example
);
int
updateByPrimaryKeySelective
(
UmsMemberTag
record
);
int
updateByPrimaryKey
(
UmsMemberTag
record
);
}
\ No newline at end of file
Prev
1
2
3
4
5
6
7
8
9
…
15
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment