Commit d7d3d849 authored by neo's avatar neo

[dev] add no changed entity but change comments

parent f74b9e30
......@@ -12,7 +12,7 @@ import pwc.taxtech.atms.entity.AccountMappingManualExample;
public interface AccountMappingManualMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table AccountMappingManual
* This method corresponds to the database table ACCOUNT_MAPPING_MANUAL
*
* @mbg.generated
*/
......@@ -20,7 +20,7 @@ public interface AccountMappingManualMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table AccountMappingManual
* This method corresponds to the database table ACCOUNT_MAPPING_MANUAL
*
* @mbg.generated
*/
......@@ -28,15 +28,15 @@ public interface AccountMappingManualMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table AccountMappingManual
* This method corresponds to the database table ACCOUNT_MAPPING_MANUAL
*
* @mbg.generated
*/
int deleteByPrimaryKey(String ID);
int deleteByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table AccountMappingManual
* This method corresponds to the database table ACCOUNT_MAPPING_MANUAL
*
* @mbg.generated
*/
......@@ -44,7 +44,7 @@ public interface AccountMappingManualMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table AccountMappingManual
* This method corresponds to the database table ACCOUNT_MAPPING_MANUAL
*
* @mbg.generated
*/
......@@ -52,7 +52,7 @@ public interface AccountMappingManualMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table AccountMappingManual
* This method corresponds to the database table ACCOUNT_MAPPING_MANUAL
*
* @mbg.generated
*/
......@@ -60,7 +60,7 @@ public interface AccountMappingManualMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table AccountMappingManual
* This method corresponds to the database table ACCOUNT_MAPPING_MANUAL
*
* @mbg.generated
*/
......@@ -68,15 +68,15 @@ public interface AccountMappingManualMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table AccountMappingManual
* This method corresponds to the database table ACCOUNT_MAPPING_MANUAL
*
* @mbg.generated
*/
AccountMappingManual selectByPrimaryKey(String ID);
AccountMappingManual selectByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table AccountMappingManual
* This method corresponds to the database table ACCOUNT_MAPPING_MANUAL
*
* @mbg.generated
*/
......@@ -84,7 +84,7 @@ public interface AccountMappingManualMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table AccountMappingManual
* This method corresponds to the database table ACCOUNT_MAPPING_MANUAL
*
* @mbg.generated
*/
......@@ -92,7 +92,7 @@ public interface AccountMappingManualMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table AccountMappingManual
* This method corresponds to the database table ACCOUNT_MAPPING_MANUAL
*
* @mbg.generated
*/
......@@ -100,7 +100,7 @@ public interface AccountMappingManualMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table AccountMappingManual
* This method corresponds to the database table ACCOUNT_MAPPING_MANUAL
*
* @mbg.generated
*/
......
......@@ -12,7 +12,7 @@ import pwc.taxtech.atms.entity.AccountMappingExample;
public interface AccountMappingMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table AccountMapping
* This method corresponds to the database table ACCOUNT_MAPPING
*
* @mbg.generated
*/
......@@ -20,7 +20,7 @@ public interface AccountMappingMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table AccountMapping
* This method corresponds to the database table ACCOUNT_MAPPING
*
* @mbg.generated
*/
......@@ -28,15 +28,15 @@ public interface AccountMappingMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table AccountMapping
* This method corresponds to the database table ACCOUNT_MAPPING
*
* @mbg.generated
*/
int deleteByPrimaryKey(String ID);
int deleteByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table AccountMapping
* This method corresponds to the database table ACCOUNT_MAPPING
*
* @mbg.generated
*/
......@@ -44,7 +44,7 @@ public interface AccountMappingMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table AccountMapping
* This method corresponds to the database table ACCOUNT_MAPPING
*
* @mbg.generated
*/
......@@ -52,7 +52,7 @@ public interface AccountMappingMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table AccountMapping
* This method corresponds to the database table ACCOUNT_MAPPING
*
* @mbg.generated
*/
......@@ -60,7 +60,7 @@ public interface AccountMappingMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table AccountMapping
* This method corresponds to the database table ACCOUNT_MAPPING
*
* @mbg.generated
*/
......@@ -68,15 +68,15 @@ public interface AccountMappingMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table AccountMapping
* This method corresponds to the database table ACCOUNT_MAPPING
*
* @mbg.generated
*/
AccountMapping selectByPrimaryKey(String ID);
AccountMapping selectByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table AccountMapping
* This method corresponds to the database table ACCOUNT_MAPPING
*
* @mbg.generated
*/
......@@ -84,7 +84,7 @@ public interface AccountMappingMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table AccountMapping
* This method corresponds to the database table ACCOUNT_MAPPING
*
* @mbg.generated
*/
......@@ -92,7 +92,7 @@ public interface AccountMappingMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table AccountMapping
* This method corresponds to the database table ACCOUNT_MAPPING
*
* @mbg.generated
*/
......@@ -100,7 +100,7 @@ public interface AccountMappingMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table AccountMapping
* This method corresponds to the database table ACCOUNT_MAPPING
*
* @mbg.generated
*/
......
......@@ -12,7 +12,7 @@ import pwc.taxtech.atms.entity.AreaExample;
public interface AreaMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table Area
* This method corresponds to the database table AREA
*
* @mbg.generated
*/
......@@ -20,7 +20,7 @@ public interface AreaMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table Area
* This method corresponds to the database table AREA
*
* @mbg.generated
*/
......@@ -28,15 +28,15 @@ public interface AreaMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table Area
* This method corresponds to the database table AREA
*
* @mbg.generated
*/
int deleteByPrimaryKey(String ID);
int deleteByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table Area
* This method corresponds to the database table AREA
*
* @mbg.generated
*/
......@@ -44,7 +44,7 @@ public interface AreaMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table Area
* This method corresponds to the database table AREA
*
* @mbg.generated
*/
......@@ -52,7 +52,7 @@ public interface AreaMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table Area
* This method corresponds to the database table AREA
*
* @mbg.generated
*/
......@@ -60,7 +60,7 @@ public interface AreaMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table Area
* This method corresponds to the database table AREA
*
* @mbg.generated
*/
......@@ -68,15 +68,15 @@ public interface AreaMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table Area
* This method corresponds to the database table AREA
*
* @mbg.generated
*/
Area selectByPrimaryKey(String ID);
Area selectByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table Area
* This method corresponds to the database table AREA
*
* @mbg.generated
*/
......@@ -84,7 +84,7 @@ public interface AreaMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table Area
* This method corresponds to the database table AREA
*
* @mbg.generated
*/
......@@ -92,7 +92,7 @@ public interface AreaMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table Area
* This method corresponds to the database table AREA
*
* @mbg.generated
*/
......@@ -100,7 +100,7 @@ public interface AreaMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table Area
* This method corresponds to the database table AREA
*
* @mbg.generated
*/
......
......@@ -12,7 +12,7 @@ import pwc.taxtech.atms.entity.AssetGroupExample;
public interface AssetGroupMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table AssetGroup
* This method corresponds to the database table ASSET_GROUP
*
* @mbg.generated
*/
......@@ -20,7 +20,7 @@ public interface AssetGroupMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table AssetGroup
* This method corresponds to the database table ASSET_GROUP
*
* @mbg.generated
*/
......@@ -28,7 +28,7 @@ public interface AssetGroupMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table AssetGroup
* This method corresponds to the database table ASSET_GROUP
*
* @mbg.generated
*/
......@@ -36,7 +36,7 @@ public interface AssetGroupMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table AssetGroup
* This method corresponds to the database table ASSET_GROUP
*
* @mbg.generated
*/
......@@ -44,7 +44,7 @@ public interface AssetGroupMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table AssetGroup
* This method corresponds to the database table ASSET_GROUP
*
* @mbg.generated
*/
......@@ -52,7 +52,7 @@ public interface AssetGroupMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table AssetGroup
* This method corresponds to the database table ASSET_GROUP
*
* @mbg.generated
*/
......@@ -60,7 +60,7 @@ public interface AssetGroupMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table AssetGroup
* This method corresponds to the database table ASSET_GROUP
*
* @mbg.generated
*/
......@@ -68,7 +68,7 @@ public interface AssetGroupMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table AssetGroup
* This method corresponds to the database table ASSET_GROUP
*
* @mbg.generated
*/
......@@ -76,7 +76,7 @@ public interface AssetGroupMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table AssetGroup
* This method corresponds to the database table ASSET_GROUP
*
* @mbg.generated
*/
......@@ -84,7 +84,7 @@ public interface AssetGroupMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table AssetGroup
* This method corresponds to the database table ASSET_GROUP
*
* @mbg.generated
*/
......@@ -92,7 +92,7 @@ public interface AssetGroupMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table AssetGroup
* This method corresponds to the database table ASSET_GROUP
*
* @mbg.generated
*/
......@@ -100,7 +100,7 @@ public interface AssetGroupMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table AssetGroup
* This method corresponds to the database table ASSET_GROUP
*
* @mbg.generated
*/
......
......@@ -12,7 +12,7 @@ import pwc.taxtech.atms.entity.CacheExample;
public interface CacheMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table Cache
* This method corresponds to the database table CACHE
*
* @mbg.generated
*/
......@@ -20,7 +20,7 @@ public interface CacheMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table Cache
* This method corresponds to the database table CACHE
*
* @mbg.generated
*/
......@@ -28,15 +28,15 @@ public interface CacheMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table Cache
* This method corresponds to the database table CACHE
*
* @mbg.generated
*/
int deleteByPrimaryKey(String ID);
int deleteByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table Cache
* This method corresponds to the database table CACHE
*
* @mbg.generated
*/
......@@ -44,7 +44,7 @@ public interface CacheMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table Cache
* This method corresponds to the database table CACHE
*
* @mbg.generated
*/
......@@ -52,7 +52,7 @@ public interface CacheMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table Cache
* This method corresponds to the database table CACHE
*
* @mbg.generated
*/
......@@ -60,7 +60,7 @@ public interface CacheMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table Cache
* This method corresponds to the database table CACHE
*
* @mbg.generated
*/
......@@ -68,15 +68,15 @@ public interface CacheMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table Cache
* This method corresponds to the database table CACHE
*
* @mbg.generated
*/
Cache selectByPrimaryKey(String ID);
Cache selectByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table Cache
* This method corresponds to the database table CACHE
*
* @mbg.generated
*/
......@@ -84,7 +84,7 @@ public interface CacheMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table Cache
* This method corresponds to the database table CACHE
*
* @mbg.generated
*/
......@@ -92,7 +92,7 @@ public interface CacheMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table Cache
* This method corresponds to the database table CACHE
*
* @mbg.generated
*/
......@@ -100,7 +100,7 @@ public interface CacheMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table Cache
* This method corresponds to the database table CACHE
*
* @mbg.generated
*/
......
package pwc.taxtech.atms.dao;
import java.math.BigDecimal;
import java.util.List;
import org.apache.ibatis.annotations.Mapper;
import org.apache.ibatis.annotations.Param;
......@@ -12,7 +13,7 @@ import pwc.taxtech.atms.entity.CustomerExample;
public interface CustomerMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table Customer
* This method corresponds to the database table CUSTOMER
*
* @mbg.generated
*/
......@@ -20,7 +21,7 @@ public interface CustomerMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table Customer
* This method corresponds to the database table CUSTOMER
*
* @mbg.generated
*/
......@@ -28,15 +29,15 @@ public interface CustomerMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table Customer
* This method corresponds to the database table CUSTOMER
*
* @mbg.generated
*/
int deleteByPrimaryKey(String ID);
int deleteByPrimaryKey(BigDecimal id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table Customer
* This method corresponds to the database table CUSTOMER
*
* @mbg.generated
*/
......@@ -44,7 +45,7 @@ public interface CustomerMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table Customer
* This method corresponds to the database table CUSTOMER
*
* @mbg.generated
*/
......@@ -52,7 +53,7 @@ public interface CustomerMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table Customer
* This method corresponds to the database table CUSTOMER
*
* @mbg.generated
*/
......@@ -60,7 +61,7 @@ public interface CustomerMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table Customer
* This method corresponds to the database table CUSTOMER
*
* @mbg.generated
*/
......@@ -68,15 +69,15 @@ public interface CustomerMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table Customer
* This method corresponds to the database table CUSTOMER
*
* @mbg.generated
*/
Customer selectByPrimaryKey(String ID);
Customer selectByPrimaryKey(BigDecimal id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table Customer
* This method corresponds to the database table CUSTOMER
*
* @mbg.generated
*/
......@@ -84,7 +85,7 @@ public interface CustomerMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table Customer
* This method corresponds to the database table CUSTOMER
*
* @mbg.generated
*/
......@@ -92,7 +93,7 @@ public interface CustomerMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table Customer
* This method corresponds to the database table CUSTOMER
*
* @mbg.generated
*/
......@@ -100,7 +101,7 @@ public interface CustomerMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table Customer
* This method corresponds to the database table CUSTOMER
*
* @mbg.generated
*/
......
......@@ -12,7 +12,7 @@ import pwc.taxtech.atms.entity.FormulaConfigExample;
public interface FormulaConfigMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table FormulaConfig
* This method corresponds to the database table FORMULA_CONFIG
*
* @mbg.generated
*/
......@@ -20,7 +20,7 @@ public interface FormulaConfigMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table FormulaConfig
* This method corresponds to the database table FORMULA_CONFIG
*
* @mbg.generated
*/
......@@ -28,15 +28,15 @@ public interface FormulaConfigMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table FormulaConfig
* This method corresponds to the database table FORMULA_CONFIG
*
* @mbg.generated
*/
int deleteByPrimaryKey(String ID);
int deleteByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table FormulaConfig
* This method corresponds to the database table FORMULA_CONFIG
*
* @mbg.generated
*/
......@@ -44,7 +44,7 @@ public interface FormulaConfigMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table FormulaConfig
* This method corresponds to the database table FORMULA_CONFIG
*
* @mbg.generated
*/
......@@ -52,7 +52,7 @@ public interface FormulaConfigMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table FormulaConfig
* This method corresponds to the database table FORMULA_CONFIG
*
* @mbg.generated
*/
......@@ -60,7 +60,7 @@ public interface FormulaConfigMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table FormulaConfig
* This method corresponds to the database table FORMULA_CONFIG
*
* @mbg.generated
*/
......@@ -68,15 +68,15 @@ public interface FormulaConfigMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table FormulaConfig
* This method corresponds to the database table FORMULA_CONFIG
*
* @mbg.generated
*/
FormulaConfig selectByPrimaryKey(String ID);
FormulaConfig selectByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table FormulaConfig
* This method corresponds to the database table FORMULA_CONFIG
*
* @mbg.generated
*/
......@@ -84,7 +84,7 @@ public interface FormulaConfigMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table FormulaConfig
* This method corresponds to the database table FORMULA_CONFIG
*
* @mbg.generated
*/
......@@ -92,7 +92,7 @@ public interface FormulaConfigMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table FormulaConfig
* This method corresponds to the database table FORMULA_CONFIG
*
* @mbg.generated
*/
......@@ -100,7 +100,7 @@ public interface FormulaConfigMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table FormulaConfig
* This method corresponds to the database table FORMULA_CONFIG
*
* @mbg.generated
*/
......
......@@ -12,7 +12,7 @@ import pwc.taxtech.atms.entity.FormulaParamConfigExample;
public interface FormulaParamConfigMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table FormulaParamConfig
* This method corresponds to the database table FORMULA_PARAM_CONFIG
*
* @mbg.generated
*/
......@@ -20,7 +20,7 @@ public interface FormulaParamConfigMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table FormulaParamConfig
* This method corresponds to the database table FORMULA_PARAM_CONFIG
*
* @mbg.generated
*/
......@@ -28,15 +28,15 @@ public interface FormulaParamConfigMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table FormulaParamConfig
* This method corresponds to the database table FORMULA_PARAM_CONFIG
*
* @mbg.generated
*/
int deleteByPrimaryKey(String ID);
int deleteByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table FormulaParamConfig
* This method corresponds to the database table FORMULA_PARAM_CONFIG
*
* @mbg.generated
*/
......@@ -44,7 +44,7 @@ public interface FormulaParamConfigMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table FormulaParamConfig
* This method corresponds to the database table FORMULA_PARAM_CONFIG
*
* @mbg.generated
*/
......@@ -52,7 +52,7 @@ public interface FormulaParamConfigMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table FormulaParamConfig
* This method corresponds to the database table FORMULA_PARAM_CONFIG
*
* @mbg.generated
*/
......@@ -60,7 +60,7 @@ public interface FormulaParamConfigMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table FormulaParamConfig
* This method corresponds to the database table FORMULA_PARAM_CONFIG
*
* @mbg.generated
*/
......@@ -68,15 +68,15 @@ public interface FormulaParamConfigMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table FormulaParamConfig
* This method corresponds to the database table FORMULA_PARAM_CONFIG
*
* @mbg.generated
*/
FormulaParamConfig selectByPrimaryKey(String ID);
FormulaParamConfig selectByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table FormulaParamConfig
* This method corresponds to the database table FORMULA_PARAM_CONFIG
*
* @mbg.generated
*/
......@@ -84,7 +84,7 @@ public interface FormulaParamConfigMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table FormulaParamConfig
* This method corresponds to the database table FORMULA_PARAM_CONFIG
*
* @mbg.generated
*/
......@@ -92,7 +92,7 @@ public interface FormulaParamConfigMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table FormulaParamConfig
* This method corresponds to the database table FORMULA_PARAM_CONFIG
*
* @mbg.generated
*/
......@@ -100,7 +100,7 @@ public interface FormulaParamConfigMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table FormulaParamConfig
* This method corresponds to the database table FORMULA_PARAM_CONFIG
*
* @mbg.generated
*/
......
......@@ -12,7 +12,7 @@ import pwc.taxtech.atms.entity.FormulaParamMappingExample;
public interface FormulaParamMappingMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table FormulaParamMapping
* This method corresponds to the database table FORMULA_PARAM_MAPPING
*
* @mbg.generated
*/
......@@ -20,7 +20,7 @@ public interface FormulaParamMappingMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table FormulaParamMapping
* This method corresponds to the database table FORMULA_PARAM_MAPPING
*
* @mbg.generated
*/
......@@ -28,15 +28,15 @@ public interface FormulaParamMappingMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table FormulaParamMapping
* This method corresponds to the database table FORMULA_PARAM_MAPPING
*
* @mbg.generated
*/
int deleteByPrimaryKey(String ID);
int deleteByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table FormulaParamMapping
* This method corresponds to the database table FORMULA_PARAM_MAPPING
*
* @mbg.generated
*/
......@@ -44,7 +44,7 @@ public interface FormulaParamMappingMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table FormulaParamMapping
* This method corresponds to the database table FORMULA_PARAM_MAPPING
*
* @mbg.generated
*/
......@@ -52,7 +52,7 @@ public interface FormulaParamMappingMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table FormulaParamMapping
* This method corresponds to the database table FORMULA_PARAM_MAPPING
*
* @mbg.generated
*/
......@@ -60,7 +60,7 @@ public interface FormulaParamMappingMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table FormulaParamMapping
* This method corresponds to the database table FORMULA_PARAM_MAPPING
*
* @mbg.generated
*/
......@@ -68,15 +68,15 @@ public interface FormulaParamMappingMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table FormulaParamMapping
* This method corresponds to the database table FORMULA_PARAM_MAPPING
*
* @mbg.generated
*/
FormulaParamMapping selectByPrimaryKey(String ID);
FormulaParamMapping selectByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table FormulaParamMapping
* This method corresponds to the database table FORMULA_PARAM_MAPPING
*
* @mbg.generated
*/
......@@ -84,7 +84,7 @@ public interface FormulaParamMappingMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table FormulaParamMapping
* This method corresponds to the database table FORMULA_PARAM_MAPPING
*
* @mbg.generated
*/
......@@ -92,7 +92,7 @@ public interface FormulaParamMappingMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table FormulaParamMapping
* This method corresponds to the database table FORMULA_PARAM_MAPPING
*
* @mbg.generated
*/
......@@ -100,7 +100,7 @@ public interface FormulaParamMappingMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table FormulaParamMapping
* This method corresponds to the database table FORMULA_PARAM_MAPPING
*
* @mbg.generated
*/
......
......@@ -12,7 +12,7 @@ import pwc.taxtech.atms.entity.FormulaParamOptionExample;
public interface FormulaParamOptionMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table FormulaParamOption
* This method corresponds to the database table FORMULA_PARAM_OPTION
*
* @mbg.generated
*/
......@@ -20,7 +20,7 @@ public interface FormulaParamOptionMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table FormulaParamOption
* This method corresponds to the database table FORMULA_PARAM_OPTION
*
* @mbg.generated
*/
......@@ -28,15 +28,15 @@ public interface FormulaParamOptionMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table FormulaParamOption
* This method corresponds to the database table FORMULA_PARAM_OPTION
*
* @mbg.generated
*/
int deleteByPrimaryKey(String ID);
int deleteByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table FormulaParamOption
* This method corresponds to the database table FORMULA_PARAM_OPTION
*
* @mbg.generated
*/
......@@ -44,7 +44,7 @@ public interface FormulaParamOptionMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table FormulaParamOption
* This method corresponds to the database table FORMULA_PARAM_OPTION
*
* @mbg.generated
*/
......@@ -52,7 +52,7 @@ public interface FormulaParamOptionMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table FormulaParamOption
* This method corresponds to the database table FORMULA_PARAM_OPTION
*
* @mbg.generated
*/
......@@ -60,7 +60,7 @@ public interface FormulaParamOptionMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table FormulaParamOption
* This method corresponds to the database table FORMULA_PARAM_OPTION
*
* @mbg.generated
*/
......@@ -68,15 +68,15 @@ public interface FormulaParamOptionMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table FormulaParamOption
* This method corresponds to the database table FORMULA_PARAM_OPTION
*
* @mbg.generated
*/
FormulaParamOption selectByPrimaryKey(String ID);
FormulaParamOption selectByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table FormulaParamOption
* This method corresponds to the database table FORMULA_PARAM_OPTION
*
* @mbg.generated
*/
......@@ -84,7 +84,7 @@ public interface FormulaParamOptionMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table FormulaParamOption
* This method corresponds to the database table FORMULA_PARAM_OPTION
*
* @mbg.generated
*/
......@@ -92,7 +92,7 @@ public interface FormulaParamOptionMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table FormulaParamOption
* This method corresponds to the database table FORMULA_PARAM_OPTION
*
* @mbg.generated
*/
......@@ -100,7 +100,7 @@ public interface FormulaParamOptionMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table FormulaParamOption
* This method corresponds to the database table FORMULA_PARAM_OPTION
*
* @mbg.generated
*/
......
......@@ -12,7 +12,7 @@ import pwc.taxtech.atms.entity.MenuExample;
public interface MenuMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table Menu
* This method corresponds to the database table MENU
*
* @mbg.generated
*/
......@@ -20,7 +20,7 @@ public interface MenuMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table Menu
* This method corresponds to the database table MENU
*
* @mbg.generated
*/
......@@ -28,15 +28,15 @@ public interface MenuMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table Menu
* This method corresponds to the database table MENU
*
* @mbg.generated
*/
int deleteByPrimaryKey(String ID);
int deleteByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table Menu
* This method corresponds to the database table MENU
*
* @mbg.generated
*/
......@@ -44,7 +44,7 @@ public interface MenuMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table Menu
* This method corresponds to the database table MENU
*
* @mbg.generated
*/
......@@ -52,7 +52,7 @@ public interface MenuMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table Menu
* This method corresponds to the database table MENU
*
* @mbg.generated
*/
......@@ -60,7 +60,7 @@ public interface MenuMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table Menu
* This method corresponds to the database table MENU
*
* @mbg.generated
*/
......@@ -68,15 +68,15 @@ public interface MenuMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table Menu
* This method corresponds to the database table MENU
*
* @mbg.generated
*/
Menu selectByPrimaryKey(String ID);
Menu selectByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table Menu
* This method corresponds to the database table MENU
*
* @mbg.generated
*/
......@@ -84,7 +84,7 @@ public interface MenuMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table Menu
* This method corresponds to the database table MENU
*
* @mbg.generated
*/
......@@ -92,7 +92,7 @@ public interface MenuMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table Menu
* This method corresponds to the database table MENU
*
* @mbg.generated
*/
......@@ -100,7 +100,7 @@ public interface MenuMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table Menu
* This method corresponds to the database table MENU
*
* @mbg.generated
*/
......
......@@ -12,7 +12,7 @@ import pwc.taxtech.atms.entity.ModelCategoryExample;
public interface ModelCategoryMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table ModelCategory
* This method corresponds to the database table MODEL_CATEGORY
*
* @mbg.generated
*/
......@@ -20,7 +20,7 @@ public interface ModelCategoryMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table ModelCategory
* This method corresponds to the database table MODEL_CATEGORY
*
* @mbg.generated
*/
......@@ -28,15 +28,15 @@ public interface ModelCategoryMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table ModelCategory
* This method corresponds to the database table MODEL_CATEGORY
*
* @mbg.generated
*/
int deleteByPrimaryKey(String ID);
int deleteByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table ModelCategory
* This method corresponds to the database table MODEL_CATEGORY
*
* @mbg.generated
*/
......@@ -44,7 +44,7 @@ public interface ModelCategoryMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table ModelCategory
* This method corresponds to the database table MODEL_CATEGORY
*
* @mbg.generated
*/
......@@ -52,7 +52,7 @@ public interface ModelCategoryMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table ModelCategory
* This method corresponds to the database table MODEL_CATEGORY
*
* @mbg.generated
*/
......@@ -60,7 +60,7 @@ public interface ModelCategoryMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table ModelCategory
* This method corresponds to the database table MODEL_CATEGORY
*
* @mbg.generated
*/
......@@ -68,15 +68,15 @@ public interface ModelCategoryMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table ModelCategory
* This method corresponds to the database table MODEL_CATEGORY
*
* @mbg.generated
*/
ModelCategory selectByPrimaryKey(String ID);
ModelCategory selectByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table ModelCategory
* This method corresponds to the database table MODEL_CATEGORY
*
* @mbg.generated
*/
......@@ -84,7 +84,7 @@ public interface ModelCategoryMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table ModelCategory
* This method corresponds to the database table MODEL_CATEGORY
*
* @mbg.generated
*/
......@@ -92,7 +92,7 @@ public interface ModelCategoryMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table ModelCategory
* This method corresponds to the database table MODEL_CATEGORY
*
* @mbg.generated
*/
......@@ -100,7 +100,7 @@ public interface ModelCategoryMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table ModelCategory
* This method corresponds to the database table MODEL_CATEGORY
*
* @mbg.generated
*/
......
......@@ -12,7 +12,7 @@ import pwc.taxtech.atms.entity.ModelExample;
public interface ModelMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table Model
* This method corresponds to the database table MODEL
*
* @mbg.generated
*/
......@@ -20,7 +20,7 @@ public interface ModelMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table Model
* This method corresponds to the database table MODEL
*
* @mbg.generated
*/
......@@ -28,15 +28,15 @@ public interface ModelMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table Model
* This method corresponds to the database table MODEL
*
* @mbg.generated
*/
int deleteByPrimaryKey(String ID);
int deleteByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table Model
* This method corresponds to the database table MODEL
*
* @mbg.generated
*/
......@@ -44,7 +44,7 @@ public interface ModelMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table Model
* This method corresponds to the database table MODEL
*
* @mbg.generated
*/
......@@ -52,7 +52,7 @@ public interface ModelMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table Model
* This method corresponds to the database table MODEL
*
* @mbg.generated
*/
......@@ -60,7 +60,7 @@ public interface ModelMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table Model
* This method corresponds to the database table MODEL
*
* @mbg.generated
*/
......@@ -68,15 +68,15 @@ public interface ModelMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table Model
* This method corresponds to the database table MODEL
*
* @mbg.generated
*/
Model selectByPrimaryKey(String ID);
Model selectByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table Model
* This method corresponds to the database table MODEL
*
* @mbg.generated
*/
......@@ -84,7 +84,7 @@ public interface ModelMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table Model
* This method corresponds to the database table MODEL
*
* @mbg.generated
*/
......@@ -92,7 +92,7 @@ public interface ModelMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table Model
* This method corresponds to the database table MODEL
*
* @mbg.generated
*/
......@@ -100,7 +100,7 @@ public interface ModelMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table Model
* This method corresponds to the database table MODEL
*
* @mbg.generated
*/
......
......@@ -12,7 +12,7 @@ import pwc.taxtech.atms.entity.ModelServiceConfigExample;
public interface ModelServiceConfigMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table ModelServiceConfig
* This method corresponds to the database table MODEL_SERVICE_CONFIG
*
* @mbg.generated
*/
......@@ -20,7 +20,7 @@ public interface ModelServiceConfigMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table ModelServiceConfig
* This method corresponds to the database table MODEL_SERVICE_CONFIG
*
* @mbg.generated
*/
......@@ -28,15 +28,15 @@ public interface ModelServiceConfigMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table ModelServiceConfig
* This method corresponds to the database table MODEL_SERVICE_CONFIG
*
* @mbg.generated
*/
int deleteByPrimaryKey(String ID);
int deleteByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table ModelServiceConfig
* This method corresponds to the database table MODEL_SERVICE_CONFIG
*
* @mbg.generated
*/
......@@ -44,7 +44,7 @@ public interface ModelServiceConfigMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table ModelServiceConfig
* This method corresponds to the database table MODEL_SERVICE_CONFIG
*
* @mbg.generated
*/
......@@ -52,7 +52,7 @@ public interface ModelServiceConfigMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table ModelServiceConfig
* This method corresponds to the database table MODEL_SERVICE_CONFIG
*
* @mbg.generated
*/
......@@ -60,7 +60,7 @@ public interface ModelServiceConfigMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table ModelServiceConfig
* This method corresponds to the database table MODEL_SERVICE_CONFIG
*
* @mbg.generated
*/
......@@ -68,15 +68,15 @@ public interface ModelServiceConfigMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table ModelServiceConfig
* This method corresponds to the database table MODEL_SERVICE_CONFIG
*
* @mbg.generated
*/
ModelServiceConfig selectByPrimaryKey(String ID);
ModelServiceConfig selectByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table ModelServiceConfig
* This method corresponds to the database table MODEL_SERVICE_CONFIG
*
* @mbg.generated
*/
......@@ -84,7 +84,7 @@ public interface ModelServiceConfigMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table ModelServiceConfig
* This method corresponds to the database table MODEL_SERVICE_CONFIG
*
* @mbg.generated
*/
......@@ -92,7 +92,7 @@ public interface ModelServiceConfigMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table ModelServiceConfig
* This method corresponds to the database table MODEL_SERVICE_CONFIG
*
* @mbg.generated
*/
......@@ -100,7 +100,7 @@ public interface ModelServiceConfigMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table ModelServiceConfig
* This method corresponds to the database table MODEL_SERVICE_CONFIG
*
* @mbg.generated
*/
......
......@@ -12,7 +12,7 @@ import pwc.taxtech.atms.entity.OperationLogEnterPriseExample;
public interface OperationLogEnterPriseMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table OperationLogEnterPrise
* This method corresponds to the database table OPERATION_LOG_ENTER_PRISE
*
* @mbg.generated
*/
......@@ -20,7 +20,7 @@ public interface OperationLogEnterPriseMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table OperationLogEnterPrise
* This method corresponds to the database table OPERATION_LOG_ENTER_PRISE
*
* @mbg.generated
*/
......@@ -28,15 +28,15 @@ public interface OperationLogEnterPriseMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table OperationLogEnterPrise
* This method corresponds to the database table OPERATION_LOG_ENTER_PRISE
*
* @mbg.generated
*/
int deleteByPrimaryKey(String ID);
int deleteByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table OperationLogEnterPrise
* This method corresponds to the database table OPERATION_LOG_ENTER_PRISE
*
* @mbg.generated
*/
......@@ -44,7 +44,7 @@ public interface OperationLogEnterPriseMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table OperationLogEnterPrise
* This method corresponds to the database table OPERATION_LOG_ENTER_PRISE
*
* @mbg.generated
*/
......@@ -52,7 +52,7 @@ public interface OperationLogEnterPriseMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table OperationLogEnterPrise
* This method corresponds to the database table OPERATION_LOG_ENTER_PRISE
*
* @mbg.generated
*/
......@@ -60,7 +60,7 @@ public interface OperationLogEnterPriseMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table OperationLogEnterPrise
* This method corresponds to the database table OPERATION_LOG_ENTER_PRISE
*
* @mbg.generated
*/
......@@ -68,15 +68,15 @@ public interface OperationLogEnterPriseMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table OperationLogEnterPrise
* This method corresponds to the database table OPERATION_LOG_ENTER_PRISE
*
* @mbg.generated
*/
OperationLogEnterPrise selectByPrimaryKey(String ID);
OperationLogEnterPrise selectByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table OperationLogEnterPrise
* This method corresponds to the database table OPERATION_LOG_ENTER_PRISE
*
* @mbg.generated
*/
......@@ -84,7 +84,7 @@ public interface OperationLogEnterPriseMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table OperationLogEnterPrise
* This method corresponds to the database table OPERATION_LOG_ENTER_PRISE
*
* @mbg.generated
*/
......@@ -92,7 +92,7 @@ public interface OperationLogEnterPriseMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table OperationLogEnterPrise
* This method corresponds to the database table OPERATION_LOG_ENTER_PRISE
*
* @mbg.generated
*/
......@@ -100,7 +100,7 @@ public interface OperationLogEnterPriseMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table OperationLogEnterPrise
* This method corresponds to the database table OPERATION_LOG_ENTER_PRISE
*
* @mbg.generated
*/
......
......@@ -12,7 +12,7 @@ import pwc.taxtech.atms.entity.OperationLogOrganizationExample;
public interface OperationLogOrganizationMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table OperationLogOrganization
* This method corresponds to the database table OPERATION_LOG_ORGANIZATION
*
* @mbg.generated
*/
......@@ -20,7 +20,7 @@ public interface OperationLogOrganizationMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table OperationLogOrganization
* This method corresponds to the database table OPERATION_LOG_ORGANIZATION
*
* @mbg.generated
*/
......@@ -28,15 +28,15 @@ public interface OperationLogOrganizationMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table OperationLogOrganization
* This method corresponds to the database table OPERATION_LOG_ORGANIZATION
*
* @mbg.generated
*/
int deleteByPrimaryKey(String ID);
int deleteByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table OperationLogOrganization
* This method corresponds to the database table OPERATION_LOG_ORGANIZATION
*
* @mbg.generated
*/
......@@ -44,7 +44,7 @@ public interface OperationLogOrganizationMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table OperationLogOrganization
* This method corresponds to the database table OPERATION_LOG_ORGANIZATION
*
* @mbg.generated
*/
......@@ -52,7 +52,7 @@ public interface OperationLogOrganizationMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table OperationLogOrganization
* This method corresponds to the database table OPERATION_LOG_ORGANIZATION
*
* @mbg.generated
*/
......@@ -60,7 +60,7 @@ public interface OperationLogOrganizationMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table OperationLogOrganization
* This method corresponds to the database table OPERATION_LOG_ORGANIZATION
*
* @mbg.generated
*/
......@@ -68,15 +68,15 @@ public interface OperationLogOrganizationMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table OperationLogOrganization
* This method corresponds to the database table OPERATION_LOG_ORGANIZATION
*
* @mbg.generated
*/
OperationLogOrganization selectByPrimaryKey(String ID);
OperationLogOrganization selectByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table OperationLogOrganization
* This method corresponds to the database table OPERATION_LOG_ORGANIZATION
*
* @mbg.generated
*/
......@@ -84,7 +84,7 @@ public interface OperationLogOrganizationMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table OperationLogOrganization
* This method corresponds to the database table OPERATION_LOG_ORGANIZATION
*
* @mbg.generated
*/
......@@ -92,7 +92,7 @@ public interface OperationLogOrganizationMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table OperationLogOrganization
* This method corresponds to the database table OPERATION_LOG_ORGANIZATION
*
* @mbg.generated
*/
......@@ -100,7 +100,7 @@ public interface OperationLogOrganizationMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table OperationLogOrganization
* This method corresponds to the database table OPERATION_LOG_ORGANIZATION
*
* @mbg.generated
*/
......
......@@ -12,7 +12,7 @@ import pwc.taxtech.atms.entity.OperationLogUserExample;
public interface OperationLogUserMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table OperationLogUser
* This method corresponds to the database table OPERATION_LOG_USER
*
* @mbg.generated
*/
......@@ -20,7 +20,7 @@ public interface OperationLogUserMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table OperationLogUser
* This method corresponds to the database table OPERATION_LOG_USER
*
* @mbg.generated
*/
......@@ -28,15 +28,15 @@ public interface OperationLogUserMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table OperationLogUser
* This method corresponds to the database table OPERATION_LOG_USER
*
* @mbg.generated
*/
int deleteByPrimaryKey(String ID);
int deleteByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table OperationLogUser
* This method corresponds to the database table OPERATION_LOG_USER
*
* @mbg.generated
*/
......@@ -44,7 +44,7 @@ public interface OperationLogUserMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table OperationLogUser
* This method corresponds to the database table OPERATION_LOG_USER
*
* @mbg.generated
*/
......@@ -52,7 +52,7 @@ public interface OperationLogUserMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table OperationLogUser
* This method corresponds to the database table OPERATION_LOG_USER
*
* @mbg.generated
*/
......@@ -60,7 +60,7 @@ public interface OperationLogUserMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table OperationLogUser
* This method corresponds to the database table OPERATION_LOG_USER
*
* @mbg.generated
*/
......@@ -68,15 +68,15 @@ public interface OperationLogUserMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table OperationLogUser
* This method corresponds to the database table OPERATION_LOG_USER
*
* @mbg.generated
*/
OperationLogUser selectByPrimaryKey(String ID);
OperationLogUser selectByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table OperationLogUser
* This method corresponds to the database table OPERATION_LOG_USER
*
* @mbg.generated
*/
......@@ -84,7 +84,7 @@ public interface OperationLogUserMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table OperationLogUser
* This method corresponds to the database table OPERATION_LOG_USER
*
* @mbg.generated
*/
......@@ -92,7 +92,7 @@ public interface OperationLogUserMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table OperationLogUser
* This method corresponds to the database table OPERATION_LOG_USER
*
* @mbg.generated
*/
......@@ -100,7 +100,7 @@ public interface OperationLogUserMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table OperationLogUser
* This method corresponds to the database table OPERATION_LOG_USER
*
* @mbg.generated
*/
......
......@@ -12,7 +12,7 @@ import pwc.taxtech.atms.entity.PermissionExample;
public interface PermissionMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table Permission
* This method corresponds to the database table PERMISSION
*
* @mbg.generated
*/
......@@ -20,7 +20,7 @@ public interface PermissionMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table Permission
* This method corresponds to the database table PERMISSION
*
* @mbg.generated
*/
......@@ -28,15 +28,15 @@ public interface PermissionMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table Permission
* This method corresponds to the database table PERMISSION
*
* @mbg.generated
*/
int deleteByPrimaryKey(String ID);
int deleteByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table Permission
* This method corresponds to the database table PERMISSION
*
* @mbg.generated
*/
......@@ -44,7 +44,7 @@ public interface PermissionMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table Permission
* This method corresponds to the database table PERMISSION
*
* @mbg.generated
*/
......@@ -52,7 +52,7 @@ public interface PermissionMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table Permission
* This method corresponds to the database table PERMISSION
*
* @mbg.generated
*/
......@@ -60,7 +60,7 @@ public interface PermissionMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table Permission
* This method corresponds to the database table PERMISSION
*
* @mbg.generated
*/
......@@ -68,15 +68,15 @@ public interface PermissionMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table Permission
* This method corresponds to the database table PERMISSION
*
* @mbg.generated
*/
Permission selectByPrimaryKey(String ID);
Permission selectByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table Permission
* This method corresponds to the database table PERMISSION
*
* @mbg.generated
*/
......@@ -84,7 +84,7 @@ public interface PermissionMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table Permission
* This method corresponds to the database table PERMISSION
*
* @mbg.generated
*/
......@@ -92,7 +92,7 @@ public interface PermissionMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table Permission
* This method corresponds to the database table PERMISSION
*
* @mbg.generated
*/
......@@ -100,7 +100,7 @@ public interface PermissionMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table Permission
* This method corresponds to the database table PERMISSION
*
* @mbg.generated
*/
......
......@@ -12,7 +12,7 @@ import pwc.taxtech.atms.entity.ProjectClientExample;
public interface ProjectClientMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table ProjectClient
* This method corresponds to the database table PROJECT_CLIENT
*
* @mbg.generated
*/
......@@ -20,7 +20,7 @@ public interface ProjectClientMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table ProjectClient
* This method corresponds to the database table PROJECT_CLIENT
*
* @mbg.generated
*/
......@@ -28,15 +28,15 @@ public interface ProjectClientMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table ProjectClient
* This method corresponds to the database table PROJECT_CLIENT
*
* @mbg.generated
*/
int deleteByPrimaryKey(String ID);
int deleteByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table ProjectClient
* This method corresponds to the database table PROJECT_CLIENT
*
* @mbg.generated
*/
......@@ -44,7 +44,7 @@ public interface ProjectClientMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table ProjectClient
* This method corresponds to the database table PROJECT_CLIENT
*
* @mbg.generated
*/
......@@ -52,7 +52,7 @@ public interface ProjectClientMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table ProjectClient
* This method corresponds to the database table PROJECT_CLIENT
*
* @mbg.generated
*/
......@@ -60,7 +60,7 @@ public interface ProjectClientMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table ProjectClient
* This method corresponds to the database table PROJECT_CLIENT
*
* @mbg.generated
*/
......@@ -68,15 +68,15 @@ public interface ProjectClientMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table ProjectClient
* This method corresponds to the database table PROJECT_CLIENT
*
* @mbg.generated
*/
ProjectClient selectByPrimaryKey(String ID);
ProjectClient selectByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table ProjectClient
* This method corresponds to the database table PROJECT_CLIENT
*
* @mbg.generated
*/
......@@ -84,7 +84,7 @@ public interface ProjectClientMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table ProjectClient
* This method corresponds to the database table PROJECT_CLIENT
*
* @mbg.generated
*/
......@@ -92,7 +92,7 @@ public interface ProjectClientMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table ProjectClient
* This method corresponds to the database table PROJECT_CLIENT
*
* @mbg.generated
*/
......@@ -100,7 +100,7 @@ public interface ProjectClientMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table ProjectClient
* This method corresponds to the database table PROJECT_CLIENT
*
* @mbg.generated
*/
......
......@@ -12,7 +12,7 @@ import pwc.taxtech.atms.entity.ProjectServiceTypeExample;
public interface ProjectServiceTypeMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table ProjectServiceType
* This method corresponds to the database table PROJECT_SERVICE_TYPE
*
* @mbg.generated
*/
......@@ -20,7 +20,7 @@ public interface ProjectServiceTypeMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table ProjectServiceType
* This method corresponds to the database table PROJECT_SERVICE_TYPE
*
* @mbg.generated
*/
......@@ -28,15 +28,15 @@ public interface ProjectServiceTypeMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table ProjectServiceType
* This method corresponds to the database table PROJECT_SERVICE_TYPE
*
* @mbg.generated
*/
int deleteByPrimaryKey(String ID);
int deleteByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table ProjectServiceType
* This method corresponds to the database table PROJECT_SERVICE_TYPE
*
* @mbg.generated
*/
......@@ -44,7 +44,7 @@ public interface ProjectServiceTypeMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table ProjectServiceType
* This method corresponds to the database table PROJECT_SERVICE_TYPE
*
* @mbg.generated
*/
......@@ -52,7 +52,7 @@ public interface ProjectServiceTypeMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table ProjectServiceType
* This method corresponds to the database table PROJECT_SERVICE_TYPE
*
* @mbg.generated
*/
......@@ -60,7 +60,7 @@ public interface ProjectServiceTypeMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table ProjectServiceType
* This method corresponds to the database table PROJECT_SERVICE_TYPE
*
* @mbg.generated
*/
......@@ -68,15 +68,15 @@ public interface ProjectServiceTypeMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table ProjectServiceType
* This method corresponds to the database table PROJECT_SERVICE_TYPE
*
* @mbg.generated
*/
ProjectServiceType selectByPrimaryKey(String ID);
ProjectServiceType selectByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table ProjectServiceType
* This method corresponds to the database table PROJECT_SERVICE_TYPE
*
* @mbg.generated
*/
......@@ -84,7 +84,7 @@ public interface ProjectServiceTypeMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table ProjectServiceType
* This method corresponds to the database table PROJECT_SERVICE_TYPE
*
* @mbg.generated
*/
......@@ -92,7 +92,7 @@ public interface ProjectServiceTypeMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table ProjectServiceType
* This method corresponds to the database table PROJECT_SERVICE_TYPE
*
* @mbg.generated
*/
......@@ -100,7 +100,7 @@ public interface ProjectServiceTypeMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table ProjectServiceType
* This method corresponds to the database table PROJECT_SERVICE_TYPE
*
* @mbg.generated
*/
......
......@@ -12,7 +12,7 @@ import pwc.taxtech.atms.entity.ProjectStatusManageExample;
public interface ProjectStatusManageMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table ProjectStatusManage
* This method corresponds to the database table PROJECT_STATUS_MANAGE
*
* @mbg.generated
*/
......@@ -20,7 +20,7 @@ public interface ProjectStatusManageMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table ProjectStatusManage
* This method corresponds to the database table PROJECT_STATUS_MANAGE
*
* @mbg.generated
*/
......@@ -28,15 +28,15 @@ public interface ProjectStatusManageMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table ProjectStatusManage
* This method corresponds to the database table PROJECT_STATUS_MANAGE
*
* @mbg.generated
*/
int deleteByPrimaryKey(String ID);
int deleteByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table ProjectStatusManage
* This method corresponds to the database table PROJECT_STATUS_MANAGE
*
* @mbg.generated
*/
......@@ -44,7 +44,7 @@ public interface ProjectStatusManageMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table ProjectStatusManage
* This method corresponds to the database table PROJECT_STATUS_MANAGE
*
* @mbg.generated
*/
......@@ -52,7 +52,7 @@ public interface ProjectStatusManageMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table ProjectStatusManage
* This method corresponds to the database table PROJECT_STATUS_MANAGE
*
* @mbg.generated
*/
......@@ -60,7 +60,7 @@ public interface ProjectStatusManageMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table ProjectStatusManage
* This method corresponds to the database table PROJECT_STATUS_MANAGE
*
* @mbg.generated
*/
......@@ -68,15 +68,15 @@ public interface ProjectStatusManageMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table ProjectStatusManage
* This method corresponds to the database table PROJECT_STATUS_MANAGE
*
* @mbg.generated
*/
ProjectStatusManage selectByPrimaryKey(String ID);
ProjectStatusManage selectByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table ProjectStatusManage
* This method corresponds to the database table PROJECT_STATUS_MANAGE
*
* @mbg.generated
*/
......@@ -84,7 +84,7 @@ public interface ProjectStatusManageMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table ProjectStatusManage
* This method corresponds to the database table PROJECT_STATUS_MANAGE
*
* @mbg.generated
*/
......@@ -92,7 +92,7 @@ public interface ProjectStatusManageMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table ProjectStatusManage
* This method corresponds to the database table PROJECT_STATUS_MANAGE
*
* @mbg.generated
*/
......@@ -100,7 +100,7 @@ public interface ProjectStatusManageMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table ProjectStatusManage
* This method corresponds to the database table PROJECT_STATUS_MANAGE
*
* @mbg.generated
*/
......
......@@ -12,7 +12,7 @@ import pwc.taxtech.atms.entity.RegionExample;
public interface RegionMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table Region
* This method corresponds to the database table REGION
*
* @mbg.generated
*/
......@@ -20,7 +20,7 @@ public interface RegionMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table Region
* This method corresponds to the database table REGION
*
* @mbg.generated
*/
......@@ -28,15 +28,15 @@ public interface RegionMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table Region
* This method corresponds to the database table REGION
*
* @mbg.generated
*/
int deleteByPrimaryKey(String ID);
int deleteByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table Region
* This method corresponds to the database table REGION
*
* @mbg.generated
*/
......@@ -44,7 +44,7 @@ public interface RegionMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table Region
* This method corresponds to the database table REGION
*
* @mbg.generated
*/
......@@ -52,7 +52,7 @@ public interface RegionMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table Region
* This method corresponds to the database table REGION
*
* @mbg.generated
*/
......@@ -60,7 +60,7 @@ public interface RegionMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table Region
* This method corresponds to the database table REGION
*
* @mbg.generated
*/
......@@ -68,15 +68,15 @@ public interface RegionMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table Region
* This method corresponds to the database table REGION
*
* @mbg.generated
*/
Region selectByPrimaryKey(String ID);
Region selectByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table Region
* This method corresponds to the database table REGION
*
* @mbg.generated
*/
......@@ -84,7 +84,7 @@ public interface RegionMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table Region
* This method corresponds to the database table REGION
*
* @mbg.generated
*/
......@@ -92,7 +92,7 @@ public interface RegionMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table Region
* This method corresponds to the database table REGION
*
* @mbg.generated
*/
......@@ -100,7 +100,7 @@ public interface RegionMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table Region
* This method corresponds to the database table REGION
*
* @mbg.generated
*/
......
......@@ -12,7 +12,7 @@ import pwc.taxtech.atms.entity.RoleCategoryExample;
public interface RoleCategoryMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table RoleCategory
* This method corresponds to the database table ROLE_CATEGORY
*
* @mbg.generated
*/
......@@ -20,7 +20,7 @@ public interface RoleCategoryMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table RoleCategory
* This method corresponds to the database table ROLE_CATEGORY
*
* @mbg.generated
*/
......@@ -28,15 +28,15 @@ public interface RoleCategoryMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table RoleCategory
* This method corresponds to the database table ROLE_CATEGORY
*
* @mbg.generated
*/
int deleteByPrimaryKey(String ID);
int deleteByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table RoleCategory
* This method corresponds to the database table ROLE_CATEGORY
*
* @mbg.generated
*/
......@@ -44,7 +44,7 @@ public interface RoleCategoryMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table RoleCategory
* This method corresponds to the database table ROLE_CATEGORY
*
* @mbg.generated
*/
......@@ -52,7 +52,7 @@ public interface RoleCategoryMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table RoleCategory
* This method corresponds to the database table ROLE_CATEGORY
*
* @mbg.generated
*/
......@@ -60,7 +60,7 @@ public interface RoleCategoryMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table RoleCategory
* This method corresponds to the database table ROLE_CATEGORY
*
* @mbg.generated
*/
......@@ -68,15 +68,15 @@ public interface RoleCategoryMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table RoleCategory
* This method corresponds to the database table ROLE_CATEGORY
*
* @mbg.generated
*/
RoleCategory selectByPrimaryKey(String ID);
RoleCategory selectByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table RoleCategory
* This method corresponds to the database table ROLE_CATEGORY
*
* @mbg.generated
*/
......@@ -84,7 +84,7 @@ public interface RoleCategoryMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table RoleCategory
* This method corresponds to the database table ROLE_CATEGORY
*
* @mbg.generated
*/
......@@ -92,7 +92,7 @@ public interface RoleCategoryMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table RoleCategory
* This method corresponds to the database table ROLE_CATEGORY
*
* @mbg.generated
*/
......@@ -100,7 +100,7 @@ public interface RoleCategoryMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table RoleCategory
* This method corresponds to the database table ROLE_CATEGORY
*
* @mbg.generated
*/
......
......@@ -12,7 +12,7 @@ import pwc.taxtech.atms.entity.RoleExample;
public interface RoleMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table Role
* This method corresponds to the database table ROLE
*
* @mbg.generated
*/
......@@ -20,7 +20,7 @@ public interface RoleMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table Role
* This method corresponds to the database table ROLE
*
* @mbg.generated
*/
......@@ -28,15 +28,15 @@ public interface RoleMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table Role
* This method corresponds to the database table ROLE
*
* @mbg.generated
*/
int deleteByPrimaryKey(String ID);
int deleteByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table Role
* This method corresponds to the database table ROLE
*
* @mbg.generated
*/
......@@ -44,7 +44,7 @@ public interface RoleMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table Role
* This method corresponds to the database table ROLE
*
* @mbg.generated
*/
......@@ -52,7 +52,7 @@ public interface RoleMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table Role
* This method corresponds to the database table ROLE
*
* @mbg.generated
*/
......@@ -60,7 +60,7 @@ public interface RoleMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table Role
* This method corresponds to the database table ROLE
*
* @mbg.generated
*/
......@@ -68,15 +68,15 @@ public interface RoleMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table Role
* This method corresponds to the database table ROLE
*
* @mbg.generated
*/
Role selectByPrimaryKey(String ID);
Role selectByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table Role
* This method corresponds to the database table ROLE
*
* @mbg.generated
*/
......@@ -84,7 +84,7 @@ public interface RoleMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table Role
* This method corresponds to the database table ROLE
*
* @mbg.generated
*/
......@@ -92,7 +92,7 @@ public interface RoleMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table Role
* This method corresponds to the database table ROLE
*
* @mbg.generated
*/
......@@ -100,7 +100,7 @@ public interface RoleMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table Role
* This method corresponds to the database table ROLE
*
* @mbg.generated
*/
......
......@@ -12,7 +12,7 @@ import pwc.taxtech.atms.entity.ServiceTypeExample;
public interface ServiceTypeMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table ServiceType
* This method corresponds to the database table SERVICE_TYPE
*
* @mbg.generated
*/
......@@ -20,7 +20,7 @@ public interface ServiceTypeMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table ServiceType
* This method corresponds to the database table SERVICE_TYPE
*
* @mbg.generated
*/
......@@ -28,15 +28,15 @@ public interface ServiceTypeMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table ServiceType
* This method corresponds to the database table SERVICE_TYPE
*
* @mbg.generated
*/
int deleteByPrimaryKey(String ID);
int deleteByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table ServiceType
* This method corresponds to the database table SERVICE_TYPE
*
* @mbg.generated
*/
......@@ -44,7 +44,7 @@ public interface ServiceTypeMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table ServiceType
* This method corresponds to the database table SERVICE_TYPE
*
* @mbg.generated
*/
......@@ -52,7 +52,7 @@ public interface ServiceTypeMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table ServiceType
* This method corresponds to the database table SERVICE_TYPE
*
* @mbg.generated
*/
......@@ -60,7 +60,7 @@ public interface ServiceTypeMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table ServiceType
* This method corresponds to the database table SERVICE_TYPE
*
* @mbg.generated
*/
......@@ -68,15 +68,15 @@ public interface ServiceTypeMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table ServiceType
* This method corresponds to the database table SERVICE_TYPE
*
* @mbg.generated
*/
ServiceType selectByPrimaryKey(String ID);
ServiceType selectByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table ServiceType
* This method corresponds to the database table SERVICE_TYPE
*
* @mbg.generated
*/
......@@ -84,7 +84,7 @@ public interface ServiceTypeMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table ServiceType
* This method corresponds to the database table SERVICE_TYPE
*
* @mbg.generated
*/
......@@ -92,7 +92,7 @@ public interface ServiceTypeMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table ServiceType
* This method corresponds to the database table SERVICE_TYPE
*
* @mbg.generated
*/
......@@ -100,7 +100,7 @@ public interface ServiceTypeMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table ServiceType
* This method corresponds to the database table SERVICE_TYPE
*
* @mbg.generated
*/
......
......@@ -12,7 +12,7 @@ import pwc.taxtech.atms.entity.StandardAccountExample;
public interface StandardAccountMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table StandardAccount
* This method corresponds to the database table STANDARD_ACCOUNT
*
* @mbg.generated
*/
......@@ -20,7 +20,7 @@ public interface StandardAccountMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table StandardAccount
* This method corresponds to the database table STANDARD_ACCOUNT
*
* @mbg.generated
*/
......@@ -28,15 +28,15 @@ public interface StandardAccountMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table StandardAccount
* This method corresponds to the database table STANDARD_ACCOUNT
*
* @mbg.generated
*/
int deleteByPrimaryKey(String ID);
int deleteByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table StandardAccount
* This method corresponds to the database table STANDARD_ACCOUNT
*
* @mbg.generated
*/
......@@ -44,7 +44,7 @@ public interface StandardAccountMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table StandardAccount
* This method corresponds to the database table STANDARD_ACCOUNT
*
* @mbg.generated
*/
......@@ -52,7 +52,7 @@ public interface StandardAccountMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table StandardAccount
* This method corresponds to the database table STANDARD_ACCOUNT
*
* @mbg.generated
*/
......@@ -60,7 +60,7 @@ public interface StandardAccountMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table StandardAccount
* This method corresponds to the database table STANDARD_ACCOUNT
*
* @mbg.generated
*/
......@@ -68,15 +68,15 @@ public interface StandardAccountMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table StandardAccount
* This method corresponds to the database table STANDARD_ACCOUNT
*
* @mbg.generated
*/
StandardAccount selectByPrimaryKey(String ID);
StandardAccount selectByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table StandardAccount
* This method corresponds to the database table STANDARD_ACCOUNT
*
* @mbg.generated
*/
......@@ -84,7 +84,7 @@ public interface StandardAccountMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table StandardAccount
* This method corresponds to the database table STANDARD_ACCOUNT
*
* @mbg.generated
*/
......@@ -92,7 +92,7 @@ public interface StandardAccountMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table StandardAccount
* This method corresponds to the database table STANDARD_ACCOUNT
*
* @mbg.generated
*/
......@@ -100,7 +100,7 @@ public interface StandardAccountMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table StandardAccount
* This method corresponds to the database table STANDARD_ACCOUNT
*
* @mbg.generated
*/
......
......@@ -12,7 +12,7 @@ import pwc.taxtech.atms.entity.StatisticAttributeDimensionExample;
public interface StatisticAttributeDimensionMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table StatisticAttributeDimension
* This method corresponds to the database table STATISTIC_ATTRIBUTE_DIMENSION
*
* @mbg.generated
*/
......@@ -20,7 +20,7 @@ public interface StatisticAttributeDimensionMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table StatisticAttributeDimension
* This method corresponds to the database table STATISTIC_ATTRIBUTE_DIMENSION
*
* @mbg.generated
*/
......@@ -28,15 +28,15 @@ public interface StatisticAttributeDimensionMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table StatisticAttributeDimension
* This method corresponds to the database table STATISTIC_ATTRIBUTE_DIMENSION
*
* @mbg.generated
*/
int deleteByPrimaryKey(String ID);
int deleteByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table StatisticAttributeDimension
* This method corresponds to the database table STATISTIC_ATTRIBUTE_DIMENSION
*
* @mbg.generated
*/
......@@ -44,7 +44,7 @@ public interface StatisticAttributeDimensionMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table StatisticAttributeDimension
* This method corresponds to the database table STATISTIC_ATTRIBUTE_DIMENSION
*
* @mbg.generated
*/
......@@ -52,7 +52,7 @@ public interface StatisticAttributeDimensionMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table StatisticAttributeDimension
* This method corresponds to the database table STATISTIC_ATTRIBUTE_DIMENSION
*
* @mbg.generated
*/
......@@ -60,7 +60,7 @@ public interface StatisticAttributeDimensionMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table StatisticAttributeDimension
* This method corresponds to the database table STATISTIC_ATTRIBUTE_DIMENSION
*
* @mbg.generated
*/
......@@ -68,15 +68,15 @@ public interface StatisticAttributeDimensionMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table StatisticAttributeDimension
* This method corresponds to the database table STATISTIC_ATTRIBUTE_DIMENSION
*
* @mbg.generated
*/
StatisticAttributeDimension selectByPrimaryKey(String ID);
StatisticAttributeDimension selectByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table StatisticAttributeDimension
* This method corresponds to the database table STATISTIC_ATTRIBUTE_DIMENSION
*
* @mbg.generated
*/
......@@ -84,7 +84,7 @@ public interface StatisticAttributeDimensionMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table StatisticAttributeDimension
* This method corresponds to the database table STATISTIC_ATTRIBUTE_DIMENSION
*
* @mbg.generated
*/
......@@ -92,7 +92,7 @@ public interface StatisticAttributeDimensionMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table StatisticAttributeDimension
* This method corresponds to the database table STATISTIC_ATTRIBUTE_DIMENSION
*
* @mbg.generated
*/
......@@ -100,7 +100,7 @@ public interface StatisticAttributeDimensionMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table StatisticAttributeDimension
* This method corresponds to the database table STATISTIC_ATTRIBUTE_DIMENSION
*
* @mbg.generated
*/
......
......@@ -12,7 +12,7 @@ import pwc.taxtech.atms.entity.StatisticAttributeExample;
public interface StatisticAttributeMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table dbo.StatisticAttribute
* This method corresponds to the database table STATISTIC_ATTRIBUTE
*
* @mbg.generated
*/
......@@ -20,7 +20,7 @@ public interface StatisticAttributeMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table dbo.StatisticAttribute
* This method corresponds to the database table STATISTIC_ATTRIBUTE
*
* @mbg.generated
*/
......@@ -28,15 +28,15 @@ public interface StatisticAttributeMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table dbo.StatisticAttribute
* This method corresponds to the database table STATISTIC_ATTRIBUTE
*
* @mbg.generated
*/
int deleteByPrimaryKey(String ID);
int deleteByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table dbo.StatisticAttribute
* This method corresponds to the database table STATISTIC_ATTRIBUTE
*
* @mbg.generated
*/
......@@ -44,7 +44,7 @@ public interface StatisticAttributeMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table dbo.StatisticAttribute
* This method corresponds to the database table STATISTIC_ATTRIBUTE
*
* @mbg.generated
*/
......@@ -52,7 +52,7 @@ public interface StatisticAttributeMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table dbo.StatisticAttribute
* This method corresponds to the database table STATISTIC_ATTRIBUTE
*
* @mbg.generated
*/
......@@ -60,7 +60,7 @@ public interface StatisticAttributeMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table dbo.StatisticAttribute
* This method corresponds to the database table STATISTIC_ATTRIBUTE
*
* @mbg.generated
*/
......@@ -68,15 +68,15 @@ public interface StatisticAttributeMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table dbo.StatisticAttribute
* This method corresponds to the database table STATISTIC_ATTRIBUTE
*
* @mbg.generated
*/
StatisticAttribute selectByPrimaryKey(String ID);
StatisticAttribute selectByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table dbo.StatisticAttribute
* This method corresponds to the database table STATISTIC_ATTRIBUTE
*
* @mbg.generated
*/
......@@ -84,7 +84,7 @@ public interface StatisticAttributeMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table dbo.StatisticAttribute
* This method corresponds to the database table STATISTIC_ATTRIBUTE
*
* @mbg.generated
*/
......@@ -92,7 +92,7 @@ public interface StatisticAttributeMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table dbo.StatisticAttribute
* This method corresponds to the database table STATISTIC_ATTRIBUTE
*
* @mbg.generated
*/
......@@ -100,7 +100,7 @@ public interface StatisticAttributeMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table dbo.StatisticAttribute
* This method corresponds to the database table STATISTIC_ATTRIBUTE
*
* @mbg.generated
*/
......
......@@ -12,7 +12,7 @@ import pwc.taxtech.atms.entity.StockExample;
public interface StockMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table Stock
* This method corresponds to the database table STOCK
*
* @mbg.generated
*/
......@@ -20,7 +20,7 @@ public interface StockMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table Stock
* This method corresponds to the database table STOCK
*
* @mbg.generated
*/
......@@ -28,15 +28,15 @@ public interface StockMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table Stock
* This method corresponds to the database table STOCK
*
* @mbg.generated
*/
int deleteByPrimaryKey(String ID);
int deleteByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table Stock
* This method corresponds to the database table STOCK
*
* @mbg.generated
*/
......@@ -44,7 +44,7 @@ public interface StockMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table Stock
* This method corresponds to the database table STOCK
*
* @mbg.generated
*/
......@@ -52,7 +52,7 @@ public interface StockMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table Stock
* This method corresponds to the database table STOCK
*
* @mbg.generated
*/
......@@ -60,7 +60,7 @@ public interface StockMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table Stock
* This method corresponds to the database table STOCK
*
* @mbg.generated
*/
......@@ -68,15 +68,15 @@ public interface StockMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table Stock
* This method corresponds to the database table STOCK
*
* @mbg.generated
*/
Stock selectByPrimaryKey(String ID);
Stock selectByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table Stock
* This method corresponds to the database table STOCK
*
* @mbg.generated
*/
......@@ -84,7 +84,7 @@ public interface StockMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table Stock
* This method corresponds to the database table STOCK
*
* @mbg.generated
*/
......@@ -92,7 +92,7 @@ public interface StockMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table Stock
* This method corresponds to the database table STOCK
*
* @mbg.generated
*/
......@@ -100,7 +100,7 @@ public interface StockMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table Stock
* This method corresponds to the database table STOCK
*
* @mbg.generated
*/
......
......@@ -12,7 +12,7 @@ import pwc.taxtech.atms.entity.TaxPayerReportRuleExample;
public interface TaxPayerReportRuleMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table tax_payer_report_rule
* This method corresponds to the database table TAX_PAYER_REPORT_RULE
*
* @mbg.generated
*/
......@@ -20,7 +20,7 @@ public interface TaxPayerReportRuleMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table tax_payer_report_rule
* This method corresponds to the database table TAX_PAYER_REPORT_RULE
*
* @mbg.generated
*/
......@@ -28,7 +28,7 @@ public interface TaxPayerReportRuleMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table tax_payer_report_rule
* This method corresponds to the database table TAX_PAYER_REPORT_RULE
*
* @mbg.generated
*/
......@@ -36,7 +36,7 @@ public interface TaxPayerReportRuleMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table tax_payer_report_rule
* This method corresponds to the database table TAX_PAYER_REPORT_RULE
*
* @mbg.generated
*/
......@@ -44,7 +44,7 @@ public interface TaxPayerReportRuleMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table tax_payer_report_rule
* This method corresponds to the database table TAX_PAYER_REPORT_RULE
*
* @mbg.generated
*/
......@@ -52,7 +52,7 @@ public interface TaxPayerReportRuleMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table tax_payer_report_rule
* This method corresponds to the database table TAX_PAYER_REPORT_RULE
*
* @mbg.generated
*/
......@@ -60,7 +60,7 @@ public interface TaxPayerReportRuleMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table tax_payer_report_rule
* This method corresponds to the database table TAX_PAYER_REPORT_RULE
*
* @mbg.generated
*/
......@@ -68,7 +68,7 @@ public interface TaxPayerReportRuleMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table tax_payer_report_rule
* This method corresponds to the database table TAX_PAYER_REPORT_RULE
*
* @mbg.generated
*/
......@@ -76,7 +76,7 @@ public interface TaxPayerReportRuleMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table tax_payer_report_rule
* This method corresponds to the database table TAX_PAYER_REPORT_RULE
*
* @mbg.generated
*/
......@@ -84,7 +84,7 @@ public interface TaxPayerReportRuleMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table tax_payer_report_rule
* This method corresponds to the database table TAX_PAYER_REPORT_RULE
*
* @mbg.generated
*/
......@@ -92,7 +92,7 @@ public interface TaxPayerReportRuleMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table tax_payer_report_rule
* This method corresponds to the database table TAX_PAYER_REPORT_RULE
*
* @mbg.generated
*/
......@@ -100,7 +100,7 @@ public interface TaxPayerReportRuleMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table tax_payer_report_rule
* This method corresponds to the database table TAX_PAYER_REPORT_RULE
*
* @mbg.generated
*/
......
......@@ -12,7 +12,7 @@ import pwc.taxtech.atms.entity.TaxRuleSettingOrganizationExample;
public interface TaxRuleSettingOrganizationMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table tax_rule_setting_organization
* This method corresponds to the database table TAX_RULE_SETTING_ORGANIZATION
*
* @mbg.generated
*/
......@@ -20,7 +20,7 @@ public interface TaxRuleSettingOrganizationMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table tax_rule_setting_organization
* This method corresponds to the database table TAX_RULE_SETTING_ORGANIZATION
*
* @mbg.generated
*/
......@@ -28,7 +28,7 @@ public interface TaxRuleSettingOrganizationMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table tax_rule_setting_organization
* This method corresponds to the database table TAX_RULE_SETTING_ORGANIZATION
*
* @mbg.generated
*/
......@@ -36,7 +36,7 @@ public interface TaxRuleSettingOrganizationMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table tax_rule_setting_organization
* This method corresponds to the database table TAX_RULE_SETTING_ORGANIZATION
*
* @mbg.generated
*/
......@@ -44,7 +44,7 @@ public interface TaxRuleSettingOrganizationMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table tax_rule_setting_organization
* This method corresponds to the database table TAX_RULE_SETTING_ORGANIZATION
*
* @mbg.generated
*/
......@@ -52,7 +52,7 @@ public interface TaxRuleSettingOrganizationMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table tax_rule_setting_organization
* This method corresponds to the database table TAX_RULE_SETTING_ORGANIZATION
*
* @mbg.generated
*/
......@@ -60,7 +60,7 @@ public interface TaxRuleSettingOrganizationMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table tax_rule_setting_organization
* This method corresponds to the database table TAX_RULE_SETTING_ORGANIZATION
*
* @mbg.generated
*/
......@@ -68,7 +68,7 @@ public interface TaxRuleSettingOrganizationMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table tax_rule_setting_organization
* This method corresponds to the database table TAX_RULE_SETTING_ORGANIZATION
*
* @mbg.generated
*/
......@@ -76,7 +76,7 @@ public interface TaxRuleSettingOrganizationMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table tax_rule_setting_organization
* This method corresponds to the database table TAX_RULE_SETTING_ORGANIZATION
*
* @mbg.generated
*/
......@@ -84,7 +84,7 @@ public interface TaxRuleSettingOrganizationMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table tax_rule_setting_organization
* This method corresponds to the database table TAX_RULE_SETTING_ORGANIZATION
*
* @mbg.generated
*/
......@@ -92,7 +92,7 @@ public interface TaxRuleSettingOrganizationMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table tax_rule_setting_organization
* This method corresponds to the database table TAX_RULE_SETTING_ORGANIZATION
*
* @mbg.generated
*/
......@@ -100,7 +100,7 @@ public interface TaxRuleSettingOrganizationMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table tax_rule_setting_organization
* This method corresponds to the database table TAX_RULE_SETTING_ORGANIZATION
*
* @mbg.generated
*/
......
......@@ -12,7 +12,7 @@ import pwc.taxtech.atms.entity.TemplateFormulaExample;
public interface TemplateFormulaMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table TemplateFormula
* This method corresponds to the database table TEMPLATE_FORMULA
*
* @mbg.generated
*/
......@@ -20,7 +20,7 @@ public interface TemplateFormulaMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table TemplateFormula
* This method corresponds to the database table TEMPLATE_FORMULA
*
* @mbg.generated
*/
......@@ -28,15 +28,15 @@ public interface TemplateFormulaMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table TemplateFormula
* This method corresponds to the database table TEMPLATE_FORMULA
*
* @mbg.generated
*/
int deleteByPrimaryKey(String ID);
int deleteByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table TemplateFormula
* This method corresponds to the database table TEMPLATE_FORMULA
*
* @mbg.generated
*/
......@@ -44,7 +44,7 @@ public interface TemplateFormulaMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table TemplateFormula
* This method corresponds to the database table TEMPLATE_FORMULA
*
* @mbg.generated
*/
......@@ -52,7 +52,7 @@ public interface TemplateFormulaMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table TemplateFormula
* This method corresponds to the database table TEMPLATE_FORMULA
*
* @mbg.generated
*/
......@@ -60,7 +60,7 @@ public interface TemplateFormulaMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table TemplateFormula
* This method corresponds to the database table TEMPLATE_FORMULA
*
* @mbg.generated
*/
......@@ -68,15 +68,15 @@ public interface TemplateFormulaMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table TemplateFormula
* This method corresponds to the database table TEMPLATE_FORMULA
*
* @mbg.generated
*/
TemplateFormula selectByPrimaryKey(String ID);
TemplateFormula selectByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table TemplateFormula
* This method corresponds to the database table TEMPLATE_FORMULA
*
* @mbg.generated
*/
......@@ -84,7 +84,7 @@ public interface TemplateFormulaMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table TemplateFormula
* This method corresponds to the database table TEMPLATE_FORMULA
*
* @mbg.generated
*/
......@@ -92,7 +92,7 @@ public interface TemplateFormulaMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table TemplateFormula
* This method corresponds to the database table TEMPLATE_FORMULA
*
* @mbg.generated
*/
......@@ -100,7 +100,7 @@ public interface TemplateFormulaMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table TemplateFormula
* This method corresponds to the database table TEMPLATE_FORMULA
*
* @mbg.generated
*/
......
......@@ -12,7 +12,7 @@ import pwc.taxtech.atms.entity.TemplateGroupExample;
public interface TemplateGroupMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table template_group
* This method corresponds to the database table TEMPLATE_GROUP
*
* @mbg.generated
*/
......@@ -20,7 +20,7 @@ public interface TemplateGroupMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table template_group
* This method corresponds to the database table TEMPLATE_GROUP
*
* @mbg.generated
*/
......@@ -28,7 +28,7 @@ public interface TemplateGroupMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table template_group
* This method corresponds to the database table TEMPLATE_GROUP
*
* @mbg.generated
*/
......@@ -36,7 +36,7 @@ public interface TemplateGroupMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table template_group
* This method corresponds to the database table TEMPLATE_GROUP
*
* @mbg.generated
*/
......@@ -44,7 +44,7 @@ public interface TemplateGroupMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table template_group
* This method corresponds to the database table TEMPLATE_GROUP
*
* @mbg.generated
*/
......@@ -52,7 +52,7 @@ public interface TemplateGroupMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table template_group
* This method corresponds to the database table TEMPLATE_GROUP
*
* @mbg.generated
*/
......@@ -60,7 +60,7 @@ public interface TemplateGroupMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table template_group
* This method corresponds to the database table TEMPLATE_GROUP
*
* @mbg.generated
*/
......@@ -68,7 +68,7 @@ public interface TemplateGroupMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table template_group
* This method corresponds to the database table TEMPLATE_GROUP
*
* @mbg.generated
*/
......@@ -76,7 +76,7 @@ public interface TemplateGroupMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table template_group
* This method corresponds to the database table TEMPLATE_GROUP
*
* @mbg.generated
*/
......@@ -84,7 +84,7 @@ public interface TemplateGroupMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table template_group
* This method corresponds to the database table TEMPLATE_GROUP
*
* @mbg.generated
*/
......@@ -92,7 +92,7 @@ public interface TemplateGroupMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table template_group
* This method corresponds to the database table TEMPLATE_GROUP
*
* @mbg.generated
*/
......@@ -100,7 +100,7 @@ public interface TemplateGroupMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table template_group
* This method corresponds to the database table TEMPLATE_GROUP
*
* @mbg.generated
*/
......
......@@ -12,7 +12,7 @@ import pwc.taxtech.atms.entity.UserDimensionValueOrgExample;
public interface UserDimensionValueOrgMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table UserDimensionValueOrg
* This method corresponds to the database table USER_DIMENSION_VALUE_ORG
*
* @mbg.generated
*/
......@@ -20,7 +20,7 @@ public interface UserDimensionValueOrgMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table UserDimensionValueOrg
* This method corresponds to the database table USER_DIMENSION_VALUE_ORG
*
* @mbg.generated
*/
......@@ -28,15 +28,15 @@ public interface UserDimensionValueOrgMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table UserDimensionValueOrg
* This method corresponds to the database table USER_DIMENSION_VALUE_ORG
*
* @mbg.generated
*/
int deleteByPrimaryKey(String ID);
int deleteByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table UserDimensionValueOrg
* This method corresponds to the database table USER_DIMENSION_VALUE_ORG
*
* @mbg.generated
*/
......@@ -44,7 +44,7 @@ public interface UserDimensionValueOrgMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table UserDimensionValueOrg
* This method corresponds to the database table USER_DIMENSION_VALUE_ORG
*
* @mbg.generated
*/
......@@ -52,7 +52,7 @@ public interface UserDimensionValueOrgMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table UserDimensionValueOrg
* This method corresponds to the database table USER_DIMENSION_VALUE_ORG
*
* @mbg.generated
*/
......@@ -60,7 +60,7 @@ public interface UserDimensionValueOrgMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table UserDimensionValueOrg
* This method corresponds to the database table USER_DIMENSION_VALUE_ORG
*
* @mbg.generated
*/
......@@ -68,15 +68,15 @@ public interface UserDimensionValueOrgMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table UserDimensionValueOrg
* This method corresponds to the database table USER_DIMENSION_VALUE_ORG
*
* @mbg.generated
*/
UserDimensionValueOrg selectByPrimaryKey(String ID);
UserDimensionValueOrg selectByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table UserDimensionValueOrg
* This method corresponds to the database table USER_DIMENSION_VALUE_ORG
*
* @mbg.generated
*/
......@@ -84,7 +84,7 @@ public interface UserDimensionValueOrgMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table UserDimensionValueOrg
* This method corresponds to the database table USER_DIMENSION_VALUE_ORG
*
* @mbg.generated
*/
......@@ -92,7 +92,7 @@ public interface UserDimensionValueOrgMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table UserDimensionValueOrg
* This method corresponds to the database table USER_DIMENSION_VALUE_ORG
*
* @mbg.generated
*/
......@@ -100,7 +100,7 @@ public interface UserDimensionValueOrgMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table UserDimensionValueOrg
* This method corresponds to the database table USER_DIMENSION_VALUE_ORG
*
* @mbg.generated
*/
......
......@@ -12,7 +12,7 @@ import pwc.taxtech.atms.entity.UserHistoricalPasswordExample;
public interface UserHistoricalPasswordMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table UserHistoricalPassword
* This method corresponds to the database table USER_HISTORICAL_PASSWORD
*
* @mbg.generated
*/
......@@ -20,7 +20,7 @@ public interface UserHistoricalPasswordMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table UserHistoricalPassword
* This method corresponds to the database table USER_HISTORICAL_PASSWORD
*
* @mbg.generated
*/
......@@ -28,15 +28,15 @@ public interface UserHistoricalPasswordMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table UserHistoricalPassword
* This method corresponds to the database table USER_HISTORICAL_PASSWORD
*
* @mbg.generated
*/
int deleteByPrimaryKey(String ID);
int deleteByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table UserHistoricalPassword
* This method corresponds to the database table USER_HISTORICAL_PASSWORD
*
* @mbg.generated
*/
......@@ -44,7 +44,7 @@ public interface UserHistoricalPasswordMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table UserHistoricalPassword
* This method corresponds to the database table USER_HISTORICAL_PASSWORD
*
* @mbg.generated
*/
......@@ -52,7 +52,7 @@ public interface UserHistoricalPasswordMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table UserHistoricalPassword
* This method corresponds to the database table USER_HISTORICAL_PASSWORD
*
* @mbg.generated
*/
......@@ -60,7 +60,7 @@ public interface UserHistoricalPasswordMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table UserHistoricalPassword
* This method corresponds to the database table USER_HISTORICAL_PASSWORD
*
* @mbg.generated
*/
......@@ -68,15 +68,15 @@ public interface UserHistoricalPasswordMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table UserHistoricalPassword
* This method corresponds to the database table USER_HISTORICAL_PASSWORD
*
* @mbg.generated
*/
UserHistoricalPassword selectByPrimaryKey(String ID);
UserHistoricalPassword selectByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table UserHistoricalPassword
* This method corresponds to the database table USER_HISTORICAL_PASSWORD
*
* @mbg.generated
*/
......@@ -84,7 +84,7 @@ public interface UserHistoricalPasswordMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table UserHistoricalPassword
* This method corresponds to the database table USER_HISTORICAL_PASSWORD
*
* @mbg.generated
*/
......@@ -92,7 +92,7 @@ public interface UserHistoricalPasswordMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table UserHistoricalPassword
* This method corresponds to the database table USER_HISTORICAL_PASSWORD
*
* @mbg.generated
*/
......@@ -100,7 +100,7 @@ public interface UserHistoricalPasswordMapper extends MyMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table UserHistoricalPassword
* This method corresponds to the database table USER_HISTORICAL_PASSWORD
*
* @mbg.generated
*/
......
......@@ -12,7 +12,7 @@ import pwc.taxtech.atms.vat.entity.AccountExample;
public interface AccountMapper extends MyVatMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table Account
* This method corresponds to the database table ACCOUNT
*
* @mbg.generated
*/
......@@ -20,7 +20,7 @@ public interface AccountMapper extends MyVatMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table Account
* This method corresponds to the database table ACCOUNT
*
* @mbg.generated
*/
......@@ -28,15 +28,15 @@ public interface AccountMapper extends MyVatMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table Account
* This method corresponds to the database table ACCOUNT
*
* @mbg.generated
*/
int deleteByPrimaryKey(String ID);
int deleteByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table Account
* This method corresponds to the database table ACCOUNT
*
* @mbg.generated
*/
......@@ -44,7 +44,7 @@ public interface AccountMapper extends MyVatMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table Account
* This method corresponds to the database table ACCOUNT
*
* @mbg.generated
*/
......@@ -52,7 +52,7 @@ public interface AccountMapper extends MyVatMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table Account
* This method corresponds to the database table ACCOUNT
*
* @mbg.generated
*/
......@@ -60,7 +60,7 @@ public interface AccountMapper extends MyVatMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table Account
* This method corresponds to the database table ACCOUNT
*
* @mbg.generated
*/
......@@ -68,15 +68,15 @@ public interface AccountMapper extends MyVatMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table Account
* This method corresponds to the database table ACCOUNT
*
* @mbg.generated
*/
Account selectByPrimaryKey(String ID);
Account selectByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table Account
* This method corresponds to the database table ACCOUNT
*
* @mbg.generated
*/
......@@ -84,7 +84,7 @@ public interface AccountMapper extends MyVatMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table Account
* This method corresponds to the database table ACCOUNT
*
* @mbg.generated
*/
......@@ -92,7 +92,7 @@ public interface AccountMapper extends MyVatMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table Account
* This method corresponds to the database table ACCOUNT
*
* @mbg.generated
*/
......@@ -100,7 +100,7 @@ public interface AccountMapper extends MyVatMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table Account
* This method corresponds to the database table ACCOUNT
*
* @mbg.generated
*/
......
......@@ -12,7 +12,7 @@ import pwc.taxtech.atms.vat.entity.AccountRemapExample;
public interface AccountRemapMapper extends MyVatMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table AccountRemap
* This method corresponds to the database table ACCOUNT_REMAP
*
* @mbg.generated
*/
......@@ -20,7 +20,7 @@ public interface AccountRemapMapper extends MyVatMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table AccountRemap
* This method corresponds to the database table ACCOUNT_REMAP
*
* @mbg.generated
*/
......@@ -28,7 +28,7 @@ public interface AccountRemapMapper extends MyVatMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table AccountRemap
* This method corresponds to the database table ACCOUNT_REMAP
*
* @mbg.generated
*/
......@@ -36,7 +36,7 @@ public interface AccountRemapMapper extends MyVatMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table AccountRemap
* This method corresponds to the database table ACCOUNT_REMAP
*
* @mbg.generated
*/
......@@ -44,7 +44,7 @@ public interface AccountRemapMapper extends MyVatMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table AccountRemap
* This method corresponds to the database table ACCOUNT_REMAP
*
* @mbg.generated
*/
......@@ -52,7 +52,7 @@ public interface AccountRemapMapper extends MyVatMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table AccountRemap
* This method corresponds to the database table ACCOUNT_REMAP
*
* @mbg.generated
*/
......@@ -60,7 +60,7 @@ public interface AccountRemapMapper extends MyVatMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table AccountRemap
* This method corresponds to the database table ACCOUNT_REMAP
*
* @mbg.generated
*/
......@@ -68,7 +68,7 @@ public interface AccountRemapMapper extends MyVatMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table AccountRemap
* This method corresponds to the database table ACCOUNT_REMAP
*
* @mbg.generated
*/
......@@ -76,7 +76,7 @@ public interface AccountRemapMapper extends MyVatMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table AccountRemap
* This method corresponds to the database table ACCOUNT_REMAP
*
* @mbg.generated
*/
......@@ -84,7 +84,7 @@ public interface AccountRemapMapper extends MyVatMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table AccountRemap
* This method corresponds to the database table ACCOUNT_REMAP
*
* @mbg.generated
*/
......@@ -92,7 +92,7 @@ public interface AccountRemapMapper extends MyVatMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table AccountRemap
* This method corresponds to the database table ACCOUNT_REMAP
*
* @mbg.generated
*/
......@@ -100,7 +100,7 @@ public interface AccountRemapMapper extends MyVatMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table AccountRemap
* This method corresponds to the database table ACCOUNT_REMAP
*
* @mbg.generated
*/
......
......@@ -12,7 +12,7 @@ import pwc.taxtech.atms.vat.entity.AccountRemapSumExample;
public interface AccountRemapSumMapper extends MyVatMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table AccountRemapSum
* This method corresponds to the database table ACCOUNT_REMAP_SUM
*
* @mbg.generated
*/
......@@ -20,7 +20,7 @@ public interface AccountRemapSumMapper extends MyVatMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table AccountRemapSum
* This method corresponds to the database table ACCOUNT_REMAP_SUM
*
* @mbg.generated
*/
......@@ -28,7 +28,7 @@ public interface AccountRemapSumMapper extends MyVatMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table AccountRemapSum
* This method corresponds to the database table ACCOUNT_REMAP_SUM
*
* @mbg.generated
*/
......@@ -36,7 +36,7 @@ public interface AccountRemapSumMapper extends MyVatMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table AccountRemapSum
* This method corresponds to the database table ACCOUNT_REMAP_SUM
*
* @mbg.generated
*/
......@@ -44,7 +44,7 @@ public interface AccountRemapSumMapper extends MyVatMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table AccountRemapSum
* This method corresponds to the database table ACCOUNT_REMAP_SUM
*
* @mbg.generated
*/
......@@ -52,7 +52,7 @@ public interface AccountRemapSumMapper extends MyVatMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table AccountRemapSum
* This method corresponds to the database table ACCOUNT_REMAP_SUM
*
* @mbg.generated
*/
......@@ -60,7 +60,7 @@ public interface AccountRemapSumMapper extends MyVatMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table AccountRemapSum
* This method corresponds to the database table ACCOUNT_REMAP_SUM
*
* @mbg.generated
*/
......@@ -68,7 +68,7 @@ public interface AccountRemapSumMapper extends MyVatMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table AccountRemapSum
* This method corresponds to the database table ACCOUNT_REMAP_SUM
*
* @mbg.generated
*/
......@@ -76,7 +76,7 @@ public interface AccountRemapSumMapper extends MyVatMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table AccountRemapSum
* This method corresponds to the database table ACCOUNT_REMAP_SUM
*
* @mbg.generated
*/
......@@ -84,7 +84,7 @@ public interface AccountRemapSumMapper extends MyVatMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table AccountRemapSum
* This method corresponds to the database table ACCOUNT_REMAP_SUM
*
* @mbg.generated
*/
......@@ -92,7 +92,7 @@ public interface AccountRemapSumMapper extends MyVatMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table AccountRemapSum
* This method corresponds to the database table ACCOUNT_REMAP_SUM
*
* @mbg.generated
*/
......@@ -100,7 +100,7 @@ public interface AccountRemapSumMapper extends MyVatMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table AccountRemapSum
* This method corresponds to the database table ACCOUNT_REMAP_SUM
*
* @mbg.generated
*/
......
......@@ -12,7 +12,7 @@ import pwc.taxtech.atms.vat.entity.AssetGroupResultExample;
public interface AssetGroupResultMapper extends MyVatMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table AssetGroupResult
* This method corresponds to the database table ASSET_GROUP_RESULT
*
* @mbg.generated
*/
......@@ -20,7 +20,7 @@ public interface AssetGroupResultMapper extends MyVatMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table AssetGroupResult
* This method corresponds to the database table ASSET_GROUP_RESULT
*
* @mbg.generated
*/
......@@ -28,7 +28,7 @@ public interface AssetGroupResultMapper extends MyVatMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table AssetGroupResult
* This method corresponds to the database table ASSET_GROUP_RESULT
*
* @mbg.generated
*/
......@@ -36,7 +36,7 @@ public interface AssetGroupResultMapper extends MyVatMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table AssetGroupResult
* This method corresponds to the database table ASSET_GROUP_RESULT
*
* @mbg.generated
*/
......@@ -44,7 +44,7 @@ public interface AssetGroupResultMapper extends MyVatMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table AssetGroupResult
* This method corresponds to the database table ASSET_GROUP_RESULT
*
* @mbg.generated
*/
......@@ -52,7 +52,7 @@ public interface AssetGroupResultMapper extends MyVatMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table AssetGroupResult
* This method corresponds to the database table ASSET_GROUP_RESULT
*
* @mbg.generated
*/
......@@ -60,7 +60,7 @@ public interface AssetGroupResultMapper extends MyVatMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table AssetGroupResult
* This method corresponds to the database table ASSET_GROUP_RESULT
*
* @mbg.generated
*/
......@@ -68,7 +68,7 @@ public interface AssetGroupResultMapper extends MyVatMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table AssetGroupResult
* This method corresponds to the database table ASSET_GROUP_RESULT
*
* @mbg.generated
*/
......@@ -76,7 +76,7 @@ public interface AssetGroupResultMapper extends MyVatMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table AssetGroupResult
* This method corresponds to the database table ASSET_GROUP_RESULT
*
* @mbg.generated
*/
......@@ -84,7 +84,7 @@ public interface AssetGroupResultMapper extends MyVatMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table AssetGroupResult
* This method corresponds to the database table ASSET_GROUP_RESULT
*
* @mbg.generated
*/
......@@ -92,7 +92,7 @@ public interface AssetGroupResultMapper extends MyVatMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table AssetGroupResult
* This method corresponds to the database table ASSET_GROUP_RESULT
*
* @mbg.generated
*/
......@@ -100,7 +100,7 @@ public interface AssetGroupResultMapper extends MyVatMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table AssetGroupResult
* This method corresponds to the database table ASSET_GROUP_RESULT
*
* @mbg.generated
*/
......
......@@ -12,7 +12,7 @@ import pwc.taxtech.atms.vat.entity.BalanceStdExample;
public interface BalanceStdMapper extends MyVatMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table BalanceStd
* This method corresponds to the database table BALANCE_STD
*
* @mbg.generated
*/
......@@ -20,7 +20,7 @@ public interface BalanceStdMapper extends MyVatMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table BalanceStd
* This method corresponds to the database table BALANCE_STD
*
* @mbg.generated
*/
......@@ -28,7 +28,7 @@ public interface BalanceStdMapper extends MyVatMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table BalanceStd
* This method corresponds to the database table BALANCE_STD
*
* @mbg.generated
*/
......@@ -36,7 +36,7 @@ public interface BalanceStdMapper extends MyVatMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table BalanceStd
* This method corresponds to the database table BALANCE_STD
*
* @mbg.generated
*/
......@@ -44,7 +44,7 @@ public interface BalanceStdMapper extends MyVatMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table BalanceStd
* This method corresponds to the database table BALANCE_STD
*
* @mbg.generated
*/
......@@ -52,7 +52,7 @@ public interface BalanceStdMapper extends MyVatMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table BalanceStd
* This method corresponds to the database table BALANCE_STD
*
* @mbg.generated
*/
......@@ -60,7 +60,7 @@ public interface BalanceStdMapper extends MyVatMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table BalanceStd
* This method corresponds to the database table BALANCE_STD
*
* @mbg.generated
*/
......@@ -68,7 +68,7 @@ public interface BalanceStdMapper extends MyVatMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table BalanceStd
* This method corresponds to the database table BALANCE_STD
*
* @mbg.generated
*/
......@@ -76,7 +76,7 @@ public interface BalanceStdMapper extends MyVatMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table BalanceStd
* This method corresponds to the database table BALANCE_STD
*
* @mbg.generated
*/
......@@ -84,7 +84,7 @@ public interface BalanceStdMapper extends MyVatMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table BalanceStd
* This method corresponds to the database table BALANCE_STD
*
* @mbg.generated
*/
......@@ -92,7 +92,7 @@ public interface BalanceStdMapper extends MyVatMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table BalanceStd
* This method corresponds to the database table BALANCE_STD
*
* @mbg.generated
*/
......@@ -100,7 +100,7 @@ public interface BalanceStdMapper extends MyVatMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table BalanceStd
* This method corresponds to the database table BALANCE_STD
*
* @mbg.generated
*/
......
......@@ -12,7 +12,7 @@ import pwc.taxtech.atms.vat.entity.CellCommentExample;
public interface CellCommentMapper extends MyVatMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cell_comment
* This method corresponds to the database table CELL_COMMENT
*
* @mbg.generated
*/
......@@ -20,7 +20,7 @@ public interface CellCommentMapper extends MyVatMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cell_comment
* This method corresponds to the database table CELL_COMMENT
*
* @mbg.generated
*/
......@@ -28,7 +28,7 @@ public interface CellCommentMapper extends MyVatMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cell_comment
* This method corresponds to the database table CELL_COMMENT
*
* @mbg.generated
*/
......@@ -36,7 +36,7 @@ public interface CellCommentMapper extends MyVatMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cell_comment
* This method corresponds to the database table CELL_COMMENT
*
* @mbg.generated
*/
......@@ -44,7 +44,7 @@ public interface CellCommentMapper extends MyVatMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cell_comment
* This method corresponds to the database table CELL_COMMENT
*
* @mbg.generated
*/
......@@ -52,7 +52,7 @@ public interface CellCommentMapper extends MyVatMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cell_comment
* This method corresponds to the database table CELL_COMMENT
*
* @mbg.generated
*/
......@@ -60,7 +60,7 @@ public interface CellCommentMapper extends MyVatMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cell_comment
* This method corresponds to the database table CELL_COMMENT
*
* @mbg.generated
*/
......@@ -68,7 +68,7 @@ public interface CellCommentMapper extends MyVatMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cell_comment
* This method corresponds to the database table CELL_COMMENT
*
* @mbg.generated
*/
......@@ -76,7 +76,7 @@ public interface CellCommentMapper extends MyVatMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cell_comment
* This method corresponds to the database table CELL_COMMENT
*
* @mbg.generated
*/
......@@ -84,7 +84,7 @@ public interface CellCommentMapper extends MyVatMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cell_comment
* This method corresponds to the database table CELL_COMMENT
*
* @mbg.generated
*/
......@@ -92,7 +92,7 @@ public interface CellCommentMapper extends MyVatMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cell_comment
* This method corresponds to the database table CELL_COMMENT
*
* @mbg.generated
*/
......@@ -100,7 +100,7 @@ public interface CellCommentMapper extends MyVatMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cell_comment
* This method corresponds to the database table CELL_COMMENT
*
* @mbg.generated
*/
......
......@@ -12,7 +12,7 @@ import pwc.taxtech.atms.vat.entity.CellDataSourceExample;
public interface CellDataSourceMapper extends MyVatMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cell_data_source
* This method corresponds to the database table CELL_DATA_SOURCE
*
* @mbg.generated
*/
......@@ -20,7 +20,7 @@ public interface CellDataSourceMapper extends MyVatMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cell_data_source
* This method corresponds to the database table CELL_DATA_SOURCE
*
* @mbg.generated
*/
......@@ -28,7 +28,7 @@ public interface CellDataSourceMapper extends MyVatMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cell_data_source
* This method corresponds to the database table CELL_DATA_SOURCE
*
* @mbg.generated
*/
......@@ -36,7 +36,7 @@ public interface CellDataSourceMapper extends MyVatMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cell_data_source
* This method corresponds to the database table CELL_DATA_SOURCE
*
* @mbg.generated
*/
......@@ -44,7 +44,7 @@ public interface CellDataSourceMapper extends MyVatMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cell_data_source
* This method corresponds to the database table CELL_DATA_SOURCE
*
* @mbg.generated
*/
......@@ -52,7 +52,7 @@ public interface CellDataSourceMapper extends MyVatMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cell_data_source
* This method corresponds to the database table CELL_DATA_SOURCE
*
* @mbg.generated
*/
......@@ -60,7 +60,7 @@ public interface CellDataSourceMapper extends MyVatMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cell_data_source
* This method corresponds to the database table CELL_DATA_SOURCE
*
* @mbg.generated
*/
......@@ -68,7 +68,7 @@ public interface CellDataSourceMapper extends MyVatMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cell_data_source
* This method corresponds to the database table CELL_DATA_SOURCE
*
* @mbg.generated
*/
......@@ -76,7 +76,7 @@ public interface CellDataSourceMapper extends MyVatMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cell_data_source
* This method corresponds to the database table CELL_DATA_SOURCE
*
* @mbg.generated
*/
......@@ -84,7 +84,7 @@ public interface CellDataSourceMapper extends MyVatMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cell_data_source
* This method corresponds to the database table CELL_DATA_SOURCE
*
* @mbg.generated
*/
......@@ -92,7 +92,7 @@ public interface CellDataSourceMapper extends MyVatMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cell_data_source
* This method corresponds to the database table CELL_DATA_SOURCE
*
* @mbg.generated
*/
......@@ -100,7 +100,7 @@ public interface CellDataSourceMapper extends MyVatMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table cell_data_source
* This method corresponds to the database table CELL_DATA_SOURCE
*
* @mbg.generated
*/
......
......@@ -12,7 +12,7 @@ import pwc.taxtech.atms.vat.entity.CustBalanceExample;
public interface CustBalanceMapper extends MyVatMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table CustBalance
* This method corresponds to the database table CUST_BALANCE
*
* @mbg.generated
*/
......@@ -20,7 +20,7 @@ public interface CustBalanceMapper extends MyVatMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table CustBalance
* This method corresponds to the database table CUST_BALANCE
*
* @mbg.generated
*/
......@@ -28,7 +28,7 @@ public interface CustBalanceMapper extends MyVatMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table CustBalance
* This method corresponds to the database table CUST_BALANCE
*
* @mbg.generated
*/
......@@ -36,7 +36,7 @@ public interface CustBalanceMapper extends MyVatMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table CustBalance
* This method corresponds to the database table CUST_BALANCE
*
* @mbg.generated
*/
......@@ -44,7 +44,7 @@ public interface CustBalanceMapper extends MyVatMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table CustBalance
* This method corresponds to the database table CUST_BALANCE
*
* @mbg.generated
*/
......@@ -52,7 +52,7 @@ public interface CustBalanceMapper extends MyVatMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table CustBalance
* This method corresponds to the database table CUST_BALANCE
*
* @mbg.generated
*/
......@@ -60,7 +60,7 @@ public interface CustBalanceMapper extends MyVatMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table CustBalance
* This method corresponds to the database table CUST_BALANCE
*
* @mbg.generated
*/
......@@ -68,7 +68,7 @@ public interface CustBalanceMapper extends MyVatMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table CustBalance
* This method corresponds to the database table CUST_BALANCE
*
* @mbg.generated
*/
......@@ -76,7 +76,7 @@ public interface CustBalanceMapper extends MyVatMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table CustBalance
* This method corresponds to the database table CUST_BALANCE
*
* @mbg.generated
*/
......@@ -84,7 +84,7 @@ public interface CustBalanceMapper extends MyVatMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table CustBalance
* This method corresponds to the database table CUST_BALANCE
*
* @mbg.generated
*/
......@@ -92,7 +92,7 @@ public interface CustBalanceMapper extends MyVatMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table CustBalance
* This method corresponds to the database table CUST_BALANCE
*
* @mbg.generated
*/
......@@ -100,7 +100,7 @@ public interface CustBalanceMapper extends MyVatMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table CustBalance
* This method corresponds to the database table CUST_BALANCE
*
* @mbg.generated
*/
......
......@@ -12,7 +12,7 @@ import pwc.taxtech.atms.vat.entity.CustBalanceStdManualExample;
public interface CustBalanceStdManualMapper extends MyVatMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table CustBalanceStdManual
* This method corresponds to the database table CUST_BALANCE_STD_MANUAL
*
* @mbg.generated
*/
......@@ -20,7 +20,7 @@ public interface CustBalanceStdManualMapper extends MyVatMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table CustBalanceStdManual
* This method corresponds to the database table CUST_BALANCE_STD_MANUAL
*
* @mbg.generated
*/
......@@ -28,15 +28,15 @@ public interface CustBalanceStdManualMapper extends MyVatMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table CustBalanceStdManual
* This method corresponds to the database table CUST_BALANCE_STD_MANUAL
*
* @mbg.generated
*/
int deleteByPrimaryKey(String balanceID);
int deleteByPrimaryKey(String balanceId);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table CustBalanceStdManual
* This method corresponds to the database table CUST_BALANCE_STD_MANUAL
*
* @mbg.generated
*/
......@@ -44,7 +44,7 @@ public interface CustBalanceStdManualMapper extends MyVatMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table CustBalanceStdManual
* This method corresponds to the database table CUST_BALANCE_STD_MANUAL
*
* @mbg.generated
*/
......@@ -52,7 +52,7 @@ public interface CustBalanceStdManualMapper extends MyVatMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table CustBalanceStdManual
* This method corresponds to the database table CUST_BALANCE_STD_MANUAL
*
* @mbg.generated
*/
......@@ -60,7 +60,7 @@ public interface CustBalanceStdManualMapper extends MyVatMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table CustBalanceStdManual
* This method corresponds to the database table CUST_BALANCE_STD_MANUAL
*
* @mbg.generated
*/
......@@ -68,15 +68,15 @@ public interface CustBalanceStdManualMapper extends MyVatMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table CustBalanceStdManual
* This method corresponds to the database table CUST_BALANCE_STD_MANUAL
*
* @mbg.generated
*/
CustBalanceStdManual selectByPrimaryKey(String balanceID);
CustBalanceStdManual selectByPrimaryKey(String balanceId);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table CustBalanceStdManual
* This method corresponds to the database table CUST_BALANCE_STD_MANUAL
*
* @mbg.generated
*/
......@@ -84,7 +84,7 @@ public interface CustBalanceStdManualMapper extends MyVatMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table CustBalanceStdManual
* This method corresponds to the database table CUST_BALANCE_STD_MANUAL
*
* @mbg.generated
*/
......@@ -92,7 +92,7 @@ public interface CustBalanceStdManualMapper extends MyVatMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table CustBalanceStdManual
* This method corresponds to the database table CUST_BALANCE_STD_MANUAL
*
* @mbg.generated
*/
......@@ -100,7 +100,7 @@ public interface CustBalanceStdManualMapper extends MyVatMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table CustBalanceStdManual
* This method corresponds to the database table CUST_BALANCE_STD_MANUAL
*
* @mbg.generated
*/
......
......@@ -12,7 +12,7 @@ import pwc.taxtech.atms.vat.entity.CustBalanceStdExample;
public interface CustBalanceStdMapper extends MyVatMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table CustBalanceStd
* This method corresponds to the database table CUST_BALANCE_STD
*
* @mbg.generated
*/
......@@ -20,7 +20,7 @@ public interface CustBalanceStdMapper extends MyVatMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table CustBalanceStd
* This method corresponds to the database table CUST_BALANCE_STD
*
* @mbg.generated
*/
......@@ -28,15 +28,15 @@ public interface CustBalanceStdMapper extends MyVatMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table CustBalanceStd
* This method corresponds to the database table CUST_BALANCE_STD
*
* @mbg.generated
*/
int deleteByPrimaryKey(String balanceID);
int deleteByPrimaryKey(String balanceId);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table CustBalanceStd
* This method corresponds to the database table CUST_BALANCE_STD
*
* @mbg.generated
*/
......@@ -44,7 +44,7 @@ public interface CustBalanceStdMapper extends MyVatMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table CustBalanceStd
* This method corresponds to the database table CUST_BALANCE_STD
*
* @mbg.generated
*/
......@@ -52,7 +52,7 @@ public interface CustBalanceStdMapper extends MyVatMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table CustBalanceStd
* This method corresponds to the database table CUST_BALANCE_STD
*
* @mbg.generated
*/
......@@ -60,7 +60,7 @@ public interface CustBalanceStdMapper extends MyVatMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table CustBalanceStd
* This method corresponds to the database table CUST_BALANCE_STD
*
* @mbg.generated
*/
......@@ -68,15 +68,15 @@ public interface CustBalanceStdMapper extends MyVatMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table CustBalanceStd
* This method corresponds to the database table CUST_BALANCE_STD
*
* @mbg.generated
*/
CustBalanceStd selectByPrimaryKey(String balanceID);
CustBalanceStd selectByPrimaryKey(String balanceId);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table CustBalanceStd
* This method corresponds to the database table CUST_BALANCE_STD
*
* @mbg.generated
*/
......@@ -84,7 +84,7 @@ public interface CustBalanceStdMapper extends MyVatMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table CustBalanceStd
* This method corresponds to the database table CUST_BALANCE_STD
*
* @mbg.generated
*/
......@@ -92,7 +92,7 @@ public interface CustBalanceStdMapper extends MyVatMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table CustBalanceStd
* This method corresponds to the database table CUST_BALANCE_STD
*
* @mbg.generated
*/
......@@ -100,7 +100,7 @@ public interface CustBalanceStdMapper extends MyVatMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table CustBalanceStd
* This method corresponds to the database table CUST_BALANCE_STD
*
* @mbg.generated
*/
......
......@@ -12,7 +12,7 @@ import pwc.taxtech.atms.vat.entity.DataSourceDetailExample;
public interface DataSourceDetailMapper extends MyVatMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table data_source_detail
* This method corresponds to the database table DATA_SOURCE_DETAIL
*
* @mbg.generated
*/
......@@ -20,7 +20,7 @@ public interface DataSourceDetailMapper extends MyVatMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table data_source_detail
* This method corresponds to the database table DATA_SOURCE_DETAIL
*
* @mbg.generated
*/
......@@ -28,7 +28,7 @@ public interface DataSourceDetailMapper extends MyVatMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table data_source_detail
* This method corresponds to the database table DATA_SOURCE_DETAIL
*
* @mbg.generated
*/
......@@ -36,7 +36,7 @@ public interface DataSourceDetailMapper extends MyVatMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table data_source_detail
* This method corresponds to the database table DATA_SOURCE_DETAIL
*
* @mbg.generated
*/
......@@ -44,7 +44,7 @@ public interface DataSourceDetailMapper extends MyVatMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table data_source_detail
* This method corresponds to the database table DATA_SOURCE_DETAIL
*
* @mbg.generated
*/
......@@ -52,7 +52,7 @@ public interface DataSourceDetailMapper extends MyVatMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table data_source_detail
* This method corresponds to the database table DATA_SOURCE_DETAIL
*
* @mbg.generated
*/
......@@ -60,7 +60,7 @@ public interface DataSourceDetailMapper extends MyVatMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table data_source_detail
* This method corresponds to the database table DATA_SOURCE_DETAIL
*
* @mbg.generated
*/
......@@ -68,7 +68,7 @@ public interface DataSourceDetailMapper extends MyVatMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table data_source_detail
* This method corresponds to the database table DATA_SOURCE_DETAIL
*
* @mbg.generated
*/
......@@ -76,7 +76,7 @@ public interface DataSourceDetailMapper extends MyVatMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table data_source_detail
* This method corresponds to the database table DATA_SOURCE_DETAIL
*
* @mbg.generated
*/
......@@ -84,7 +84,7 @@ public interface DataSourceDetailMapper extends MyVatMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table data_source_detail
* This method corresponds to the database table DATA_SOURCE_DETAIL
*
* @mbg.generated
*/
......@@ -92,7 +92,7 @@ public interface DataSourceDetailMapper extends MyVatMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table data_source_detail
* This method corresponds to the database table DATA_SOURCE_DETAIL
*
* @mbg.generated
*/
......@@ -100,7 +100,7 @@ public interface DataSourceDetailMapper extends MyVatMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table data_source_detail
* This method corresponds to the database table DATA_SOURCE_DETAIL
*
* @mbg.generated
*/
......
......@@ -12,7 +12,7 @@ import pwc.taxtech.atms.vat.entity.EntriesCheckDetailResultExample;
public interface EntriesCheckDetailResultMapper extends MyVatMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table EntriesCheckDetailResult
* This method corresponds to the database table ENTRIES_CHECK_DETAIL_RESULT
*
* @mbg.generated
*/
......@@ -20,7 +20,7 @@ public interface EntriesCheckDetailResultMapper extends MyVatMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table EntriesCheckDetailResult
* This method corresponds to the database table ENTRIES_CHECK_DETAIL_RESULT
*
* @mbg.generated
*/
......@@ -28,15 +28,15 @@ public interface EntriesCheckDetailResultMapper extends MyVatMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table EntriesCheckDetailResult
* This method corresponds to the database table ENTRIES_CHECK_DETAIL_RESULT
*
* @mbg.generated
*/
int deleteByPrimaryKey(String ID);
int deleteByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table EntriesCheckDetailResult
* This method corresponds to the database table ENTRIES_CHECK_DETAIL_RESULT
*
* @mbg.generated
*/
......@@ -44,7 +44,7 @@ public interface EntriesCheckDetailResultMapper extends MyVatMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table EntriesCheckDetailResult
* This method corresponds to the database table ENTRIES_CHECK_DETAIL_RESULT
*
* @mbg.generated
*/
......@@ -52,7 +52,7 @@ public interface EntriesCheckDetailResultMapper extends MyVatMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table EntriesCheckDetailResult
* This method corresponds to the database table ENTRIES_CHECK_DETAIL_RESULT
*
* @mbg.generated
*/
......@@ -60,7 +60,7 @@ public interface EntriesCheckDetailResultMapper extends MyVatMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table EntriesCheckDetailResult
* This method corresponds to the database table ENTRIES_CHECK_DETAIL_RESULT
*
* @mbg.generated
*/
......@@ -68,15 +68,15 @@ public interface EntriesCheckDetailResultMapper extends MyVatMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table EntriesCheckDetailResult
* This method corresponds to the database table ENTRIES_CHECK_DETAIL_RESULT
*
* @mbg.generated
*/
EntriesCheckDetailResult selectByPrimaryKey(String ID);
EntriesCheckDetailResult selectByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table EntriesCheckDetailResult
* This method corresponds to the database table ENTRIES_CHECK_DETAIL_RESULT
*
* @mbg.generated
*/
......@@ -84,7 +84,7 @@ public interface EntriesCheckDetailResultMapper extends MyVatMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table EntriesCheckDetailResult
* This method corresponds to the database table ENTRIES_CHECK_DETAIL_RESULT
*
* @mbg.generated
*/
......@@ -92,7 +92,7 @@ public interface EntriesCheckDetailResultMapper extends MyVatMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table EntriesCheckDetailResult
* This method corresponds to the database table ENTRIES_CHECK_DETAIL_RESULT
*
* @mbg.generated
*/
......@@ -100,7 +100,7 @@ public interface EntriesCheckDetailResultMapper extends MyVatMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table EntriesCheckDetailResult
* This method corresponds to the database table ENTRIES_CHECK_DETAIL_RESULT
*
* @mbg.generated
*/
......
......@@ -12,7 +12,7 @@ import pwc.taxtech.atms.vat.entity.EntriesCheckResultExample;
public interface EntriesCheckResultMapper extends MyVatMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table EntriesCheckResult
* This method corresponds to the database table ENTRIES_CHECK_RESULT
*
* @mbg.generated
*/
......@@ -20,7 +20,7 @@ public interface EntriesCheckResultMapper extends MyVatMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table EntriesCheckResult
* This method corresponds to the database table ENTRIES_CHECK_RESULT
*
* @mbg.generated
*/
......@@ -28,15 +28,15 @@ public interface EntriesCheckResultMapper extends MyVatMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table EntriesCheckResult
* This method corresponds to the database table ENTRIES_CHECK_RESULT
*
* @mbg.generated
*/
int deleteByPrimaryKey(String ID);
int deleteByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table EntriesCheckResult
* This method corresponds to the database table ENTRIES_CHECK_RESULT
*
* @mbg.generated
*/
......@@ -44,7 +44,7 @@ public interface EntriesCheckResultMapper extends MyVatMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table EntriesCheckResult
* This method corresponds to the database table ENTRIES_CHECK_RESULT
*
* @mbg.generated
*/
......@@ -52,7 +52,7 @@ public interface EntriesCheckResultMapper extends MyVatMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table EntriesCheckResult
* This method corresponds to the database table ENTRIES_CHECK_RESULT
*
* @mbg.generated
*/
......@@ -60,7 +60,7 @@ public interface EntriesCheckResultMapper extends MyVatMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table EntriesCheckResult
* This method corresponds to the database table ENTRIES_CHECK_RESULT
*
* @mbg.generated
*/
......@@ -68,15 +68,15 @@ public interface EntriesCheckResultMapper extends MyVatMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table EntriesCheckResult
* This method corresponds to the database table ENTRIES_CHECK_RESULT
*
* @mbg.generated
*/
EntriesCheckResult selectByPrimaryKey(String ID);
EntriesCheckResult selectByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table EntriesCheckResult
* This method corresponds to the database table ENTRIES_CHECK_RESULT
*
* @mbg.generated
*/
......@@ -84,7 +84,7 @@ public interface EntriesCheckResultMapper extends MyVatMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table EntriesCheckResult
* This method corresponds to the database table ENTRIES_CHECK_RESULT
*
* @mbg.generated
*/
......@@ -92,7 +92,7 @@ public interface EntriesCheckResultMapper extends MyVatMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table EntriesCheckResult
* This method corresponds to the database table ENTRIES_CHECK_RESULT
*
* @mbg.generated
*/
......@@ -100,7 +100,7 @@ public interface EntriesCheckResultMapper extends MyVatMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table EntriesCheckResult
* This method corresponds to the database table ENTRIES_CHECK_RESULT
*
* @mbg.generated
*/
......
......@@ -13,7 +13,7 @@ import pwc.taxtech.atms.vat.entity.FormulaCacheKey;
public interface FormulaCacheMapper extends MyVatMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table FormulaCache
* This method corresponds to the database table FORMULA_CACHE
*
* @mbg.generated
*/
......@@ -21,7 +21,7 @@ public interface FormulaCacheMapper extends MyVatMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table FormulaCache
* This method corresponds to the database table FORMULA_CACHE
*
* @mbg.generated
*/
......@@ -29,7 +29,7 @@ public interface FormulaCacheMapper extends MyVatMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table FormulaCache
* This method corresponds to the database table FORMULA_CACHE
*
* @mbg.generated
*/
......@@ -37,7 +37,7 @@ public interface FormulaCacheMapper extends MyVatMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table FormulaCache
* This method corresponds to the database table FORMULA_CACHE
*
* @mbg.generated
*/
......@@ -45,7 +45,7 @@ public interface FormulaCacheMapper extends MyVatMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table FormulaCache
* This method corresponds to the database table FORMULA_CACHE
*
* @mbg.generated
*/
......@@ -53,7 +53,7 @@ public interface FormulaCacheMapper extends MyVatMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table FormulaCache
* This method corresponds to the database table FORMULA_CACHE
*
* @mbg.generated
*/
......@@ -61,7 +61,7 @@ public interface FormulaCacheMapper extends MyVatMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table FormulaCache
* This method corresponds to the database table FORMULA_CACHE
*
* @mbg.generated
*/
......@@ -69,7 +69,7 @@ public interface FormulaCacheMapper extends MyVatMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table FormulaCache
* This method corresponds to the database table FORMULA_CACHE
*
* @mbg.generated
*/
......@@ -77,7 +77,7 @@ public interface FormulaCacheMapper extends MyVatMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table FormulaCache
* This method corresponds to the database table FORMULA_CACHE
*
* @mbg.generated
*/
......@@ -85,7 +85,7 @@ public interface FormulaCacheMapper extends MyVatMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table FormulaCache
* This method corresponds to the database table FORMULA_CACHE
*
* @mbg.generated
*/
......@@ -93,7 +93,7 @@ public interface FormulaCacheMapper extends MyVatMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table FormulaCache
* This method corresponds to the database table FORMULA_CACHE
*
* @mbg.generated
*/
......@@ -101,7 +101,7 @@ public interface FormulaCacheMapper extends MyVatMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table FormulaCache
* This method corresponds to the database table FORMULA_CACHE
*
* @mbg.generated
*/
......
......@@ -12,7 +12,7 @@ import pwc.taxtech.atms.vat.entity.GoodsMappingExample;
public interface GoodsMappingMapper extends MyVatMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table GoodsMapping
* This method corresponds to the database table GOODS_MAPPING
*
* @mbg.generated
*/
......@@ -20,7 +20,7 @@ public interface GoodsMappingMapper extends MyVatMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table GoodsMapping
* This method corresponds to the database table GOODS_MAPPING
*
* @mbg.generated
*/
......@@ -28,15 +28,15 @@ public interface GoodsMappingMapper extends MyVatMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table GoodsMapping
* This method corresponds to the database table GOODS_MAPPING
*
* @mbg.generated
*/
int deleteByPrimaryKey(String ID);
int deleteByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table GoodsMapping
* This method corresponds to the database table GOODS_MAPPING
*
* @mbg.generated
*/
......@@ -44,7 +44,7 @@ public interface GoodsMappingMapper extends MyVatMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table GoodsMapping
* This method corresponds to the database table GOODS_MAPPING
*
* @mbg.generated
*/
......@@ -52,7 +52,7 @@ public interface GoodsMappingMapper extends MyVatMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table GoodsMapping
* This method corresponds to the database table GOODS_MAPPING
*
* @mbg.generated
*/
......@@ -60,7 +60,7 @@ public interface GoodsMappingMapper extends MyVatMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table GoodsMapping
* This method corresponds to the database table GOODS_MAPPING
*
* @mbg.generated
*/
......@@ -68,15 +68,15 @@ public interface GoodsMappingMapper extends MyVatMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table GoodsMapping
* This method corresponds to the database table GOODS_MAPPING
*
* @mbg.generated
*/
GoodsMapping selectByPrimaryKey(String ID);
GoodsMapping selectByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table GoodsMapping
* This method corresponds to the database table GOODS_MAPPING
*
* @mbg.generated
*/
......@@ -84,7 +84,7 @@ public interface GoodsMappingMapper extends MyVatMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table GoodsMapping
* This method corresponds to the database table GOODS_MAPPING
*
* @mbg.generated
*/
......@@ -92,7 +92,7 @@ public interface GoodsMappingMapper extends MyVatMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table GoodsMapping
* This method corresponds to the database table GOODS_MAPPING
*
* @mbg.generated
*/
......@@ -100,7 +100,7 @@ public interface GoodsMappingMapper extends MyVatMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table GoodsMapping
* This method corresponds to the database table GOODS_MAPPING
*
* @mbg.generated
*/
......
Markdown is supported
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