com.macro.mall.model.UmsIntegrationConsumeSetting Java Examples

The following examples show how to use com.macro.mall.model.UmsIntegrationConsumeSetting. You can vote up the ones you like or vote down the ones you don't like, and go to the original project or source file by following the links above each example. You may check out the related API usage on the sidebar.
Example #1
Source File: ConfirmOrderResult.java    From macrozheng-mall with MIT License 4 votes vote down vote up
public void setIntegrationConsumeSetting(UmsIntegrationConsumeSetting integrationConsumeSetting) {
    this.integrationConsumeSetting = integrationConsumeSetting;
}
 
Example #2
Source File: ConfirmOrderResult.java    From macrozheng-mall with MIT License 4 votes vote down vote up
public UmsIntegrationConsumeSetting getIntegrationConsumeSetting() {
    return integrationConsumeSetting;
}
 
Example #3
Source File: ConfirmOrderResult.java    From macrozheng with Apache License 2.0 4 votes vote down vote up
public void setIntegrationConsumeSetting(UmsIntegrationConsumeSetting integrationConsumeSetting) {
    this.integrationConsumeSetting = integrationConsumeSetting;
}
 
Example #4
Source File: ConfirmOrderResult.java    From macrozheng with Apache License 2.0 4 votes vote down vote up
public UmsIntegrationConsumeSetting getIntegrationConsumeSetting() {
    return integrationConsumeSetting;
}
 
Example #5
Source File: ConfirmOrderResult.java    From mall-swarm with Apache License 2.0 4 votes vote down vote up
public UmsIntegrationConsumeSetting getIntegrationConsumeSetting() {
    return integrationConsumeSetting;
}
 
Example #6
Source File: ConfirmOrderResult.java    From mall-swarm with Apache License 2.0 4 votes vote down vote up
public void setIntegrationConsumeSetting(UmsIntegrationConsumeSetting integrationConsumeSetting) {
    this.integrationConsumeSetting = integrationConsumeSetting;
}
 
Example #7
Source File: ConfirmOrderResult.java    From mall with Apache License 2.0 4 votes vote down vote up
public UmsIntegrationConsumeSetting getIntegrationConsumeSetting() {
    return integrationConsumeSetting;
}
 
Example #8
Source File: ConfirmOrderResult.java    From mall with Apache License 2.0 4 votes vote down vote up
public void setIntegrationConsumeSetting(UmsIntegrationConsumeSetting integrationConsumeSetting) {
    this.integrationConsumeSetting = integrationConsumeSetting;
}
 
Example #9
Source File: UmsIntegrationConsumeSettingMapper.java    From mall with Apache License 2.0 votes vote down vote up
UmsIntegrationConsumeSetting selectByPrimaryKey(Long id); 
Example #10
Source File: UmsIntegrationConsumeSettingMapper.java    From mall with Apache License 2.0 votes vote down vote up
int insert(UmsIntegrationConsumeSetting record); 
Example #11
Source File: UmsIntegrationConsumeSettingMapper.java    From mall with Apache License 2.0 votes vote down vote up
int updateByExampleSelective(@Param("record") UmsIntegrationConsumeSetting record, @Param("example") UmsIntegrationConsumeSettingExample example); 
Example #12
Source File: UmsIntegrationConsumeSettingMapper.java    From mall with Apache License 2.0 votes vote down vote up
int updateByExample(@Param("record") UmsIntegrationConsumeSetting record, @Param("example") UmsIntegrationConsumeSettingExample example); 
Example #13
Source File: UmsIntegrationConsumeSettingMapper.java    From mall with Apache License 2.0 votes vote down vote up
int updateByPrimaryKeySelective(UmsIntegrationConsumeSetting record); 
Example #14
Source File: UmsIntegrationConsumeSettingMapper.java    From mall with Apache License 2.0 votes vote down vote up
int updateByPrimaryKey(UmsIntegrationConsumeSetting record); 
Example #15
Source File: UmsIntegrationConsumeSettingMapper.java    From macrozheng-mall with MIT License votes vote down vote up
int insert(UmsIntegrationConsumeSetting record); 
Example #16
Source File: UmsIntegrationConsumeSettingMapper.java    From macrozheng-mall with MIT License votes vote down vote up
int insertSelective(UmsIntegrationConsumeSetting record); 
Example #17
Source File: UmsIntegrationConsumeSettingMapper.java    From macrozheng-mall with MIT License votes vote down vote up
List<UmsIntegrationConsumeSetting> selectByExample(UmsIntegrationConsumeSettingExample example); 
Example #18
Source File: UmsIntegrationConsumeSettingMapper.java    From macrozheng-mall with MIT License votes vote down vote up
UmsIntegrationConsumeSetting selectByPrimaryKey(Long id); 
Example #19
Source File: UmsIntegrationConsumeSettingMapper.java    From macrozheng-mall with MIT License votes vote down vote up
int updateByExampleSelective(@Param("record") UmsIntegrationConsumeSetting record, @Param("example") UmsIntegrationConsumeSettingExample example); 
Example #20
Source File: UmsIntegrationConsumeSettingMapper.java    From macrozheng-mall with MIT License votes vote down vote up
int updateByExample(@Param("record") UmsIntegrationConsumeSetting record, @Param("example") UmsIntegrationConsumeSettingExample example); 
Example #21
Source File: UmsIntegrationConsumeSettingMapper.java    From macrozheng-mall with MIT License votes vote down vote up
int updateByPrimaryKeySelective(UmsIntegrationConsumeSetting record); 
Example #22
Source File: UmsIntegrationConsumeSettingMapper.java    From macrozheng-mall with MIT License votes vote down vote up
int updateByPrimaryKey(UmsIntegrationConsumeSetting record); 
Example #23
Source File: UmsIntegrationConsumeSettingMapper.java    From macrozheng with Apache License 2.0 votes vote down vote up
int insertSelective(UmsIntegrationConsumeSetting record); 
Example #24
Source File: UmsIntegrationConsumeSettingMapper.java    From mall-swarm with Apache License 2.0 votes vote down vote up
int insertSelective(UmsIntegrationConsumeSetting record); 
Example #25
Source File: UmsIntegrationConsumeSettingMapper.java    From mall-swarm with Apache License 2.0 votes vote down vote up
List<UmsIntegrationConsumeSetting> selectByExample(UmsIntegrationConsumeSettingExample example); 
Example #26
Source File: UmsIntegrationConsumeSettingMapper.java    From mall-swarm with Apache License 2.0 votes vote down vote up
UmsIntegrationConsumeSetting selectByPrimaryKey(Long id); 
Example #27
Source File: UmsIntegrationConsumeSettingMapper.java    From mall-swarm with Apache License 2.0 votes vote down vote up
int updateByExampleSelective(@Param("record") UmsIntegrationConsumeSetting record, @Param("example") UmsIntegrationConsumeSettingExample example); 
Example #28
Source File: UmsIntegrationConsumeSettingMapper.java    From mall-swarm with Apache License 2.0 votes vote down vote up
int updateByExample(@Param("record") UmsIntegrationConsumeSetting record, @Param("example") UmsIntegrationConsumeSettingExample example); 
Example #29
Source File: UmsIntegrationConsumeSettingMapper.java    From mall-swarm with Apache License 2.0 votes vote down vote up
int updateByPrimaryKeySelective(UmsIntegrationConsumeSetting record); 
Example #30
Source File: UmsIntegrationConsumeSettingMapper.java    From mall-swarm with Apache License 2.0 votes vote down vote up
int updateByPrimaryKey(UmsIntegrationConsumeSetting record);