Full Code of zeusbit/hiwallet for AI

master 6e9b62004cb2 cached
112 files
1.1 MB
311.3k tokens
3200 symbols
1 requests
Download .txt
Showing preview only (1,274K chars total). Download the full file or copy to clipboard to get everything.
Repository: zeusbit/hiwallet
Branch: master
Commit: 6e9b62004cb2
Files: 112
Total size: 1.1 MB

Directory structure:
gitextract_injxmgsr/

├── .gitignore
├── build.gradle
├── gradle.properties
├── settings.gradle
└── src/
    ├── gens/
    │   ├── java/
    │   │   └── org/
    │   │       └── fc/
    │   │           └── wlt/
    │   │               └── ordbgens/
    │   │                   └── wlt/
    │   │                       ├── dao/
    │   │                       │   ├── WLTAddrDao.java
    │   │                       │   ├── WLTAssetDao.java
    │   │                       │   ├── WLTCertOrgDao.java
    │   │                       │   ├── WLTCertPerDao.java
    │   │                       │   ├── WLTFileDao.java
    │   │                       │   ├── WLTFundDao.java
    │   │                       │   ├── WLTPendDao.java
    │   │                       │   ├── WLTTransferDao.java
    │   │                       │   └── WLTUserDao.java
    │   │                       ├── entity/
    │   │                       │   ├── WLTAddr.java
    │   │                       │   ├── WLTAddrExample.java
    │   │                       │   ├── WLTAddrKey.java
    │   │                       │   ├── WLTAsset.java
    │   │                       │   ├── WLTAssetExample.java
    │   │                       │   ├── WLTAssetKey.java
    │   │                       │   ├── WLTCertOrg.java
    │   │                       │   ├── WLTCertOrgExample.java
    │   │                       │   ├── WLTCertOrgKey.java
    │   │                       │   ├── WLTCertPer.java
    │   │                       │   ├── WLTCertPerExample.java
    │   │                       │   ├── WLTCertPerKey.java
    │   │                       │   ├── WLTFile.java
    │   │                       │   ├── WLTFileExample.java
    │   │                       │   ├── WLTFileKey.java
    │   │                       │   ├── WLTFund.java
    │   │                       │   ├── WLTFundExample.java
    │   │                       │   ├── WLTFundKey.java
    │   │                       │   ├── WLTPend.java
    │   │                       │   ├── WLTPendExample.java
    │   │                       │   ├── WLTPendKey.java
    │   │                       │   ├── WLTTransfer.java
    │   │                       │   ├── WLTTransferExample.java
    │   │                       │   ├── WLTTransferKey.java
    │   │                       │   ├── WLTUser.java
    │   │                       │   ├── WLTUserExample.java
    │   │                       │   └── WLTUserKey.java
    │   │                       ├── mapper/
    │   │                       │   ├── WLTAddrMapper.java
    │   │                       │   ├── WLTAddrSqlProvider.java
    │   │                       │   ├── WLTAssetMapper.java
    │   │                       │   ├── WLTAssetSqlProvider.java
    │   │                       │   ├── WLTCertOrgMapper.java
    │   │                       │   ├── WLTCertOrgSqlProvider.java
    │   │                       │   ├── WLTCertPerMapper.java
    │   │                       │   ├── WLTCertPerSqlProvider.java
    │   │                       │   ├── WLTFileMapper.java
    │   │                       │   ├── WLTFileSqlProvider.java
    │   │                       │   ├── WLTFundMapper.java
    │   │                       │   ├── WLTFundSqlProvider.java
    │   │                       │   ├── WLTPendMapper.java
    │   │                       │   ├── WLTPendSqlProvider.java
    │   │                       │   ├── WLTTransferMapper.java
    │   │                       │   ├── WLTTransferSqlProvider.java
    │   │                       │   ├── WLTUserMapper.java
    │   │                       │   └── WLTUserSqlProvider.java
    │   │                       └── rest/
    │   │                           ├── WLTAddrCtrl.java
    │   │                           ├── WLTAssetCtrl.java
    │   │                           ├── WLTCertOrgCtrl.java
    │   │                           ├── WLTCertPerCtrl.java
    │   │                           ├── WLTFileCtrl.java
    │   │                           ├── WLTFundCtrl.java
    │   │                           ├── WLTPendCtrl.java
    │   │                           ├── WLTTransferCtrl.java
    │   │                           └── WLTUserCtrl.java
    │   ├── proto/
    │   │   └── wltdbgen.proto
    │   └── resources/
    │       └── SpringContext-daoConfig-wlt.xml
    └── main/
        ├── java/
        │   └── org/
        │       └── fc/
        │           └── bc/
        │               ├── orcl/
        │               │   └── entity/
        │               │       ├── NamedDomainDao.java
        │               │       ├── TXRequest.java
        │               │       └── TXResponse.java
        │               └── wlt/
        │                   ├── dao/
        │                   │   ├── Daos.java
        │                   │   └── SysDBProvider.java
        │                   ├── entity/
        │                   │   ├── BrewChainCRTASTReq.java
        │                   │   ├── BrewChainCRTASTRet.java
        │                   │   ├── BrewChainNewReq.java
        │                   │   ├── BrewChainNewRet.java
        │                   │   ├── BrewChainQueryRet.java
        │                   │   ├── BrewChainRegRet.java
        │                   │   ├── BrewChainTRAASTReq.java
        │                   │   ├── BrewChainTRAASTRet.java
        │                   │   ├── BrewChainTRCTSCReq.java
        │                   │   ├── BrewChainTRCTSCRet.java
        │                   │   ├── BrewChainUpdASTReq.java
        │                   │   ├── BrewChainUpdASTRet.java
        │                   │   └── PMTransInfo.java
        │                   ├── enums/
        │                   │   ├── BrewChainURITypeEnum.java
        │                   │   ├── DataIfaceTypeEnum.java
        │                   │   ├── DigitMoneyTypeEnum.java
        │                   │   ├── PlatformTypeEnum.java
        │                   │   ├── ReturnCodeTypeEnum.java
        │                   │   ├── StatusTypeEnum.java
        │                   │   └── TransactionTypeEnum.java
        │                   ├── login/
        │                   │   ├── LoginHelper.java
        │                   │   ├── LoginService.java
        │                   │   └── PLoginServer.java
        │                   ├── service/
        │                   │   ├── CommonService.java
        │                   │   └── CreateAssetService.java
        │                   └── util/
        │                       ├── EncryptFactory.java
        │                       ├── ExceptionUtil.java
        │                       ├── LoginedException.java
        │                       └── UserRegistedException.java
        ├── proto/
        │   ├── asset.proto
        │   ├── ethereum_java.proto
        │   ├── query.proto
        │   ├── system.proto
        │   ├── transfer.proto
        │   └── user.proto
        └── resources/
            ├── conf.properties
            ├── icd.json
            └── merchant.json

================================================
FILE CONTENTS
================================================

================================================
FILE: .gitignore
================================================
# Logs
logs
*.log

# Runtime data
pids
*.pid
*.seed

# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov

# Coverage directory used by tools like istanbul
coverage

# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
.grunt

# node-waf configuration
.lock-wscript

# Compiled binary addons (http://nodejs.org/api/addons.html)
build/Release

# Dependency directory
# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git
node_modules

# Bower
bower_components/

# IDE/Editor data
.idea

.DS_Store


================================================
FILE: build.gradle
================================================
buildscript { 
	dependencies { 
		classpath "onight.osgi:zpp-gradle:3.0.0" 
		classpath "commons-fileupload:commons-fileupload:1.3.2" 
	} 
}

project.group='org.fc.bc'

version = '1.0.0'

apply plugin:'zippo'

apply plugin:'application'
mainClassName="org.fc.hd.front.service.cityverify.ChinaTelecom"


dependencies {
	//protobuf files('pbs/ssm.proto')
	compile 'org.fc.zippo:org.fc.zippo.oapi:3.0.6'
	compile "org.fc.zippo:org.fc.zippo.ordbutils:3.0.5"
	includeInJar 'commons-fileupload:commons-fileupload:1.3.2'
}

jar {
	manifest{
		//		attributes( 'Spring-Context': 'applicationContext-common.xml, applicationContext-beans.xml')
		 attributes( 'Import-Ignore':'org.apache.commons.fileupload')
	}
} 	


================================================
FILE: gradle.properties
================================================
obr_host=http://dev.hzq:8081/nexus/content/repositories/fclocal/
obr_usr=admin
obr_pwd=admin123


repos_host=http://dev.hzq:8081/nexus/content/groups/fc/

================================================
FILE: settings.gradle
================================================
/*
 * This settings file was generated by the Gradle 'init' task.
 *
 * The settings file is used to specify which projects to include in your build.
 * In a single project build this file can be empty or even removed.
 *
 * Detailed information about configuring a multi-project build in Gradle can be found
 * in the user guide at https://docs.gradle.org/3.4.1/userguide/multi_project_builds.html
 */

/*
// To declare projects as part of a multi-project build use the 'include' method
include 'shared'
include 'api'
include 'services:webservice'
*/

rootProject.name = 'hiwallet'


================================================
FILE: src/gens/java/org/fc/wlt/ordbgens/wlt/dao/WLTAddrDao.java
================================================
package org.fc.wlt.ordbgens.wlt.dao;

import java.sql.Connection;
import java.sql.SQLException;
import java.sql.PreparedStatement;
import java.sql.Statement;
import java.util.ArrayList;
import java.util.List;

import lombok.Data;
import lombok.EqualsAndHashCode;

import org.apache.commons.lang3.StringUtils;
import org.apache.ibatis.session.SqlSession;
import org.apache.ibatis.session.SqlSessionFactory;
//import org.springframework.transaction.annotation.Transactional;

import org.fc.wlt.ordbgens.wlt.entity.WLTAddr;
import org.fc.wlt.ordbgens.wlt.entity.WLTAddrExample;
import org.fc.wlt.ordbgens.wlt.entity.WLTAddrExample.Criteria;
import org.fc.wlt.ordbgens.wlt.entity.WLTAddrKey;
import org.fc.wlt.ordbgens.wlt.mapper.WLTAddrMapper;
import onight.tfw.ojpa.api.annotations.Tab;
import onight.tfw.ojpa.ordb.ExtendDaoSupper;
import onight.tfw.mservice.ThreadContext;


@Data
@EqualsAndHashCode(callSuper=false)
@Tab(name="WLT_ADDR")
public class WLTAddrDao extends ExtendDaoSupper<WLTAddr, WLTAddrExample, WLTAddrKey>{

	private WLTAddrMapper mapper;

	private SqlSessionFactory sqlSessionFactory;
	
	
	@Override
	public int countByExample(WLTAddrExample example) {
		return mapper.countByExample(example);
	}

	@Override
	public int deleteByExample(WLTAddrExample example)  throws Exception{
		return mapper.deleteByExample(example);
	}

	@Override
	public int deleteByPrimaryKey(WLTAddrKey key)  throws Exception{
		return mapper.deleteByPrimaryKey(key);
	}

	@Override
	public int insert(WLTAddr record)   throws Exception{
		return mapper.insert(record);
	}

	@Override
	public int insertSelective(WLTAddr record)   throws Exception{
		return mapper.insertSelective(record);
	}

	@Override
	//@Transactional
	public int batchUpdate(List<WLTAddr> records) throws Exception
			 {
		for(WLTAddr record : records){
			mapper.updateByPrimaryKeySelective(record);
		}
		return records.size();
	}

	@Override
	//@Transactional
	public int batchDelete(List<WLTAddr> records) throws Exception
			 {
		for(WLTAddr record : records){
			mapper.deleteByPrimaryKey(record);
		}
		return records.size();
	}

	@Override
	public List<WLTAddr> selectByExample(WLTAddrExample example)
			 {
		return mapper.selectByExample(example);
	}

	@Override
	public WLTAddr selectByPrimaryKey(WLTAddrKey key)
			 {
		return mapper.selectByPrimaryKey(key);
	}

	@Override
	public List<WLTAddr> findAll(List<WLTAddr> records) {
		if(records==null||records.size()<=0){
			return mapper.selectByExample(new WLTAddrExample());
		}
		List<WLTAddr> list = new ArrayList<>();
		for(WLTAddr record : records){
			WLTAddr result = mapper.selectByPrimaryKey(record);
			if(result!=null){
				list.add(result);
			}
		}
		return list;
	}

	@Override
	public int updateByExampleSelective(WLTAddr record, WLTAddrExample example)  throws Exception {
		return mapper.updateByExampleSelective(record, example);
	}

	@Override
	public int updateByExample(WLTAddr record, WLTAddrExample example)  throws Exception{
		return mapper.updateByExample(record, example);
	}

	@Override
	public int updateByPrimaryKeySelective(WLTAddr record)  throws Exception{
		return mapper.updateByPrimaryKeySelective(record);
	}

	@Override
	public int updateByPrimaryKey(WLTAddr record)  throws Exception{
		return mapper.updateByPrimaryKey(record);
	}

	@Override
	public int sumByExample(WLTAddrExample example) {
		return 0;
	}

	@Override
	public void deleteAll()  throws Exception {
		mapper.deleteByExample(new WLTAddrExample());
	}

	@Override
	public WLTAddrExample getExample(WLTAddr record) {
		WLTAddrExample example = new WLTAddrExample();
		if(record!=null){
			Criteria criteria = example.createCriteria();
							if(record.getAddrId()!=null){
				criteria.andAddrIdEqualTo(record.getAddrId());
				}
				if(record.getUserId()!=null){
				criteria.andUserIdEqualTo(record.getUserId());
				}
				if(record.getHexAddr()!=null){
				criteria.andHexAddrEqualTo(record.getHexAddr());
				}
				if(record.getPublicKey()!=null){
				criteria.andPublicKeyEqualTo(record.getPublicKey());
				}
				if(record.getPublicKeyHash()!=null){
				criteria.andPublicKeyHashEqualTo(record.getPublicKeyHash());
				}
				if(record.getPrivateKey()!=null){
				criteria.andPrivateKeyEqualTo(record.getPrivateKey());
				}
				if(record.getAddrStatus()!=null){
				criteria.andAddrStatusEqualTo(record.getAddrStatus());
				}
				if(record.getCreatedTime()!=null){
				criteria.andCreatedTimeEqualTo(record.getCreatedTime());
				}
				if(record.getUpdatedTime()!=null){
				criteria.andUpdatedTimeEqualTo(record.getUpdatedTime());
				}
				if(record.getReserved1()!=null){
				criteria.andReserved1EqualTo(record.getReserved1());
				}
				if(record.getReserved2()!=null){
				criteria.andReserved2EqualTo(record.getReserved2());
				}

		}
		return example;
	}
	
	public WLTAddr selectOneByExample(WLTAddrExample example)
			 {
		example.setLimit(1);
		List<WLTAddr> list=mapper.selectByExample(example);
		if(list!=null&&list.size()>0){
			return list.get(0);
		}
		return null;
	}
	
	@Override
	//@Transactional
	public int batchInsert(List<WLTAddr> records) throws Exception {
		if(records.size()<=0)return 0;
		
		Connection txconn = (Connection) ThreadContext.getContext("__connection");
		Connection conn = txconn;
		SqlSession session = null;
		if (txconn == null) {
			session = sqlSessionFactory.openSession();
			conn = session.getConnection();
		}
		Statement st = null;

		int result=0;
		try {
			if (txconn == null) {
				conn.setAutoCommit(false);
			}		
			StringBuffer sb=new StringBuffer();
			sb.append("INSERT INTO WLT_ADDR(ADDR_ID,USER_ID,HEX_ADDR,PUBLIC_KEY,PUBLIC_KEY_HASH,PRIVATE_KEY,ADDR_STATUS,CREATED_TIME,UPDATED_TIME,RESERVED1,RESERVED2) values");
			
				int i=0;
				st = conn.createStatement();
				for (WLTAddr record : records) {
					if(i>0){
						sb.append(",");
					}
					i++;
				
			
				sb.append("(");
			
				if(record.getAddrId()==null){
//						sb.append("'"+""+"'");
						sb.append("'"+""+"'");
						
				}else{
				// java type==String
						sb.append("'"+record.getAddrId()+"'");
				}
			
				sb.append(",");
			
				if(record.getUserId()==null){
//						sb.append("'"+""+"'");
						sb.append("'"+""+"'");
						
				}else{
				// java type==String
						sb.append("'"+record.getUserId()+"'");
				}
			
				sb.append(",");
			
				if(record.getHexAddr()==null){
//						sb.append("'"+""+"'");
						sb.append("'"+""+"'");
						
				}else{
				// java type==String
						sb.append("'"+record.getHexAddr()+"'");
				}
			
				sb.append(",");
			
				if(record.getPublicKey()==null){
//						sb.append("'"+""+"'");
						sb.append("'"+""+"'");
						
				}else{
				// java type==String
						sb.append("'"+record.getPublicKey()+"'");
				}
			
				sb.append(",");
			
				if(record.getPublicKeyHash()==null){
//						sb.append("'"+""+"'");
						sb.append("'"+""+"'");
						
				}else{
				// java type==String
						sb.append("'"+record.getPublicKeyHash()+"'");
				}
			
				sb.append(",");
			
				if(record.getPrivateKey()==null){
//						sb.append("'"+""+"'");
						sb.append("'"+""+"'");
						
				}else{
				// java type==String
						sb.append("'"+record.getPrivateKey()+"'");
				}
			
				sb.append(",");
			
				if(record.getAddrStatus()==null){
//						sb.append("'"+""+"'");
						sb.append("'"+""+"'");
						
				}else{
				// java type==String
						sb.append("'"+record.getAddrStatus()+"'");
				}
			
				sb.append(",");
			
				if(record.getCreatedTime()==null){
//						sb.append("'"+"CURRENT_TIMESTAMP"+"'");
					    java.text.SimpleDateFormat sdf = new java.text.SimpleDateFormat("yyyy-MM-dd HH:mm:ss.SSS");
						sb.append("'"+sdf.format(new java.util.Date())+"'");
						
				}else{
				// java type==Date
					    java.text.SimpleDateFormat sdf = new java.text.SimpleDateFormat("yyyy-MM-dd HH:mm:ss.SSS");
						sb.append("'"+sdf.format(record.getCreatedTime())+"'");
				}
			
				sb.append(",");
			
				if(record.getUpdatedTime()==null){
//						sb.append("'"+"CURRENT_TIMESTAMP"+"'");
					    java.text.SimpleDateFormat sdf = new java.text.SimpleDateFormat("yyyy-MM-dd HH:mm:ss.SSS");
						sb.append("'"+sdf.format(new java.util.Date())+"'");
						
				}else{
				// java type==Date
					    java.text.SimpleDateFormat sdf = new java.text.SimpleDateFormat("yyyy-MM-dd HH:mm:ss.SSS");
						sb.append("'"+sdf.format(record.getUpdatedTime())+"'");
				}
			
				sb.append(",");
			
				if(record.getReserved1()==null){
//						sb.append("'"+""+"'");
						sb.append("'"+""+"'");
						
				}else{
				// java type==String
						sb.append("'"+record.getReserved1()+"'");
				}
			
				sb.append(",");
			
				if(record.getReserved2()==null){
//						sb.append("'"+""+"'");
						sb.append("'"+""+"'");
						
				}else{
				// java type==String
						sb.append("'"+record.getReserved2()+"'");
				}
							sb.append(")");
			
			}
						result=st.executeUpdate(sb.toString());


			if (txconn == null) {
				conn.commit();
			}
		} catch (SQLException e) {
			if (txconn == null) {
				try {
					conn.rollback();
				} catch (SQLException e1) {
					e1.printStackTrace();
				}
			}
			throw e;
		}finally{
			if(st!=null){
				try {
					st.close();
				} catch (Exception est) {
					est.printStackTrace();
				}
			}
			if(session!=null)session.close();
		}
		return result;
	}
	
	
}


================================================
FILE: src/gens/java/org/fc/wlt/ordbgens/wlt/dao/WLTAssetDao.java
================================================
package org.fc.wlt.ordbgens.wlt.dao;

import java.sql.Connection;
import java.sql.SQLException;
import java.sql.PreparedStatement;
import java.sql.Statement;
import java.util.ArrayList;
import java.util.List;

import lombok.Data;
import lombok.EqualsAndHashCode;

import org.apache.commons.lang3.StringUtils;
import org.apache.ibatis.session.SqlSession;
import org.apache.ibatis.session.SqlSessionFactory;
//import org.springframework.transaction.annotation.Transactional;

import org.fc.wlt.ordbgens.wlt.entity.WLTAsset;
import org.fc.wlt.ordbgens.wlt.entity.WLTAssetExample;
import org.fc.wlt.ordbgens.wlt.entity.WLTAssetExample.Criteria;
import org.fc.wlt.ordbgens.wlt.entity.WLTAssetKey;
import org.fc.wlt.ordbgens.wlt.mapper.WLTAssetMapper;
import onight.tfw.ojpa.api.annotations.Tab;
import onight.tfw.ojpa.ordb.ExtendDaoSupper;
import onight.tfw.mservice.ThreadContext;


@Data
@EqualsAndHashCode(callSuper=false)
@Tab(name="WLT_ASSET")
public class WLTAssetDao extends ExtendDaoSupper<WLTAsset, WLTAssetExample, WLTAssetKey>{

	private WLTAssetMapper mapper;

	private SqlSessionFactory sqlSessionFactory;
	
	
	@Override
	public int countByExample(WLTAssetExample example) {
		return mapper.countByExample(example);
	}

	@Override
	public int deleteByExample(WLTAssetExample example)  throws Exception{
		return mapper.deleteByExample(example);
	}

	@Override
	public int deleteByPrimaryKey(WLTAssetKey key)  throws Exception{
		return mapper.deleteByPrimaryKey(key);
	}

	@Override
	public int insert(WLTAsset record)   throws Exception{
		return mapper.insert(record);
	}

	@Override
	public int insertSelective(WLTAsset record)   throws Exception{
		return mapper.insertSelective(record);
	}

	@Override
	//@Transactional
	public int batchUpdate(List<WLTAsset> records) throws Exception
			 {
		for(WLTAsset record : records){
			mapper.updateByPrimaryKeySelective(record);
		}
		return records.size();
	}

	@Override
	//@Transactional
	public int batchDelete(List<WLTAsset> records) throws Exception
			 {
		for(WLTAsset record : records){
			mapper.deleteByPrimaryKey(record);
		}
		return records.size();
	}

	@Override
	public List<WLTAsset> selectByExample(WLTAssetExample example)
			 {
		return mapper.selectByExample(example);
	}

	@Override
	public WLTAsset selectByPrimaryKey(WLTAssetKey key)
			 {
		return mapper.selectByPrimaryKey(key);
	}

	@Override
	public List<WLTAsset> findAll(List<WLTAsset> records) {
		if(records==null||records.size()<=0){
			return mapper.selectByExample(new WLTAssetExample());
		}
		List<WLTAsset> list = new ArrayList<>();
		for(WLTAsset record : records){
			WLTAsset result = mapper.selectByPrimaryKey(record);
			if(result!=null){
				list.add(result);
			}
		}
		return list;
	}

	@Override
	public int updateByExampleSelective(WLTAsset record, WLTAssetExample example)  throws Exception {
		return mapper.updateByExampleSelective(record, example);
	}

	@Override
	public int updateByExample(WLTAsset record, WLTAssetExample example)  throws Exception{
		return mapper.updateByExample(record, example);
	}

	@Override
	public int updateByPrimaryKeySelective(WLTAsset record)  throws Exception{
		return mapper.updateByPrimaryKeySelective(record);
	}

	@Override
	public int updateByPrimaryKey(WLTAsset record)  throws Exception{
		return mapper.updateByPrimaryKey(record);
	}

	@Override
	public int sumByExample(WLTAssetExample example) {
		return 0;
	}

	@Override
	public void deleteAll()  throws Exception {
		mapper.deleteByExample(new WLTAssetExample());
	}

	@Override
	public WLTAssetExample getExample(WLTAsset record) {
		WLTAssetExample example = new WLTAssetExample();
		if(record!=null){
			Criteria criteria = example.createCriteria();
							if(record.getAssetId()!=null){
				criteria.andAssetIdEqualTo(record.getAssetId());
				}
				if(record.getUserId()!=null){
				criteria.andUserIdEqualTo(record.getUserId());
				}
				if(record.getFundId()!=null){
				criteria.andFundIdEqualTo(record.getFundId());
				}
				if(record.getHoldCount()!=null){
				criteria.andHoldCountEqualTo(record.getHoldCount());
				}
				if(record.getBcTxid()!=null){
				criteria.andBcTxidEqualTo(record.getBcTxid());
				}
				if(record.getAddrId()!=null){
				criteria.andAddrIdEqualTo(record.getAddrId());
				}
				if(record.getAssetPubHash()!=null){
				criteria.andAssetPubHashEqualTo(record.getAssetPubHash());
				}
				if(record.getAssetType()!=null){
				criteria.andAssetTypeEqualTo(record.getAssetType());
				}
				if(record.getAssetStatus()!=null){
				criteria.andAssetStatusEqualTo(record.getAssetStatus());
				}
				if(record.getAssetAlias()!=null){
				criteria.andAssetAliasEqualTo(record.getAssetAlias());
				}
				if(record.getAssetKeywords()!=null){
				criteria.andAssetKeywordsEqualTo(record.getAssetKeywords());
				}
				if(record.getDmtEname()!=null){
				criteria.andDmtEnameEqualTo(record.getDmtEname());
				}
				if(record.getDmtCname()!=null){
				criteria.andDmtCnameEqualTo(record.getDmtCname());
				}
				if(record.getDmtCount()!=null){
				criteria.andDmtCountEqualTo(record.getDmtCount());
				}
				if(record.getMetadata()!=null){
				criteria.andMetadataEqualTo(record.getMetadata());
				}
				if(record.getCreatedTime()!=null){
				criteria.andCreatedTimeEqualTo(record.getCreatedTime());
				}
				if(record.getUpdatedTime()!=null){
				criteria.andUpdatedTimeEqualTo(record.getUpdatedTime());
				}
				if(record.getReserved1()!=null){
				criteria.andReserved1EqualTo(record.getReserved1());
				}
				if(record.getReserved2()!=null){
				criteria.andReserved2EqualTo(record.getReserved2());
				}

		}
		return example;
	}
	
	public WLTAsset selectOneByExample(WLTAssetExample example)
			 {
		example.setLimit(1);
		List<WLTAsset> list=mapper.selectByExample(example);
		if(list!=null&&list.size()>0){
			return list.get(0);
		}
		return null;
	}
	
	@Override
	//@Transactional
	public int batchInsert(List<WLTAsset> records) throws Exception {
		if(records.size()<=0)return 0;
		
		Connection txconn = (Connection) ThreadContext.getContext("__connection");
		Connection conn = txconn;
		SqlSession session = null;
		if (txconn == null) {
			session = sqlSessionFactory.openSession();
			conn = session.getConnection();
		}
		Statement st = null;

		int result=0;
		try {
			if (txconn == null) {
				conn.setAutoCommit(false);
			}		
			StringBuffer sb=new StringBuffer();
			sb.append("INSERT INTO WLT_ASSET(ASSET_ID,USER_ID,FUND_ID,HOLD_COUNT,BC_TXID,ADDR_ID,ASSET_PUB_HASH,ASSET_TYPE,ASSET_STATUS,ASSET_ALIAS,ASSET_KEYWORDS,DMT_ENAME,DMT_CNAME,DMT_COUNT,METADATA,CREATED_TIME,UPDATED_TIME,RESERVED1,RESERVED2) values");
			
				int i=0;
				st = conn.createStatement();
				for (WLTAsset record : records) {
					if(i>0){
						sb.append(",");
					}
					i++;
				
			
				sb.append("(");
			
				if(record.getAssetId()==null){
//						sb.append("'"+""+"'");
						sb.append("'"+""+"'");
						
				}else{
				// java type==String
						sb.append("'"+record.getAssetId()+"'");
				}
			
				sb.append(",");
			
				if(record.getUserId()==null){
//						sb.append("'"+""+"'");
						sb.append("'"+""+"'");
						
				}else{
				// java type==String
						sb.append("'"+record.getUserId()+"'");
				}
			
				sb.append(",");
			
				if(record.getFundId()==null){
//						sb.append("'"+""+"'");
						sb.append("'"+""+"'");
						
				}else{
				// java type==String
						sb.append("'"+record.getFundId()+"'");
				}
			
				sb.append(",");
			
				if(record.getHoldCount()==null){
//						sb.append("'"+"0"+"'");
						sb.append("'"+"0"+"'");
						
				}else{
				// java type==Double
						sb.append("'"+record.getHoldCount()+"'");
				}
			
				sb.append(",");
			
				if(record.getBcTxid()==null){
//						sb.append("'"+""+"'");
						sb.append("'"+""+"'");
						
				}else{
				// java type==String
						sb.append("'"+record.getBcTxid()+"'");
				}
			
				sb.append(",");
			
				if(record.getAddrId()==null){
//						sb.append("'"+""+"'");
						sb.append("'"+""+"'");
						
				}else{
				// java type==String
						sb.append("'"+record.getAddrId()+"'");
				}
			
				sb.append(",");
			
				if(record.getAssetPubHash()==null){
//						sb.append("'"+""+"'");
						sb.append("'"+""+"'");
						
				}else{
				// java type==String
						sb.append("'"+record.getAssetPubHash()+"'");
				}
			
				sb.append(",");
			
				if(record.getAssetType()==null){
//						sb.append("'"+""+"'");
						sb.append("'"+""+"'");
						
				}else{
				// java type==String
						sb.append("'"+record.getAssetType()+"'");
				}
			
				sb.append(",");
			
				if(record.getAssetStatus()==null){
//						sb.append("'"+""+"'");
						sb.append("'"+""+"'");
						
				}else{
				// java type==String
						sb.append("'"+record.getAssetStatus()+"'");
				}
			
				sb.append(",");
			
				if(record.getAssetAlias()==null){
//						sb.append("'"+""+"'");
						sb.append("'"+""+"'");
						
				}else{
				// java type==String
						sb.append("'"+record.getAssetAlias()+"'");
				}
			
				sb.append(",");
			
				if(record.getAssetKeywords()==null){
//						sb.append("'"+""+"'");
						sb.append("'"+""+"'");
						
				}else{
				// java type==String
						sb.append("'"+record.getAssetKeywords()+"'");
				}
			
				sb.append(",");
			
				if(record.getDmtEname()==null){
//						sb.append("'"+""+"'");
						sb.append("'"+""+"'");
						
				}else{
				// java type==String
						sb.append("'"+record.getDmtEname()+"'");
				}
			
				sb.append(",");
			
				if(record.getDmtCname()==null){
//						sb.append("'"+""+"'");
						sb.append("'"+""+"'");
						
				}else{
				// java type==String
						sb.append("'"+record.getDmtCname()+"'");
				}
			
				sb.append(",");
			
				if(record.getDmtCount()==null){
//						sb.append("'"+"0"+"'");
						sb.append("'"+"0"+"'");
						
				}else{
				// java type==Double
						sb.append("'"+record.getDmtCount()+"'");
				}
			
				sb.append(",");
			
				if(record.getMetadata()==null){
//						sb.append("'"+""+"'");
						sb.append("'"+""+"'");
						
				}else{
				// java type==String
						sb.append("'"+record.getMetadata()+"'");
				}
			
				sb.append(",");
			
				if(record.getCreatedTime()==null){
//						sb.append("'"+"CURRENT_TIMESTAMP"+"'");
					    java.text.SimpleDateFormat sdf = new java.text.SimpleDateFormat("yyyy-MM-dd HH:mm:ss.SSS");
						sb.append("'"+sdf.format(new java.util.Date())+"'");
						
				}else{
				// java type==Date
					    java.text.SimpleDateFormat sdf = new java.text.SimpleDateFormat("yyyy-MM-dd HH:mm:ss.SSS");
						sb.append("'"+sdf.format(record.getCreatedTime())+"'");
				}
			
				sb.append(",");
			
				if(record.getUpdatedTime()==null){
//						sb.append("'"+"CURRENT_TIMESTAMP"+"'");
					    java.text.SimpleDateFormat sdf = new java.text.SimpleDateFormat("yyyy-MM-dd HH:mm:ss.SSS");
						sb.append("'"+sdf.format(new java.util.Date())+"'");
						
				}else{
				// java type==Date
					    java.text.SimpleDateFormat sdf = new java.text.SimpleDateFormat("yyyy-MM-dd HH:mm:ss.SSS");
						sb.append("'"+sdf.format(record.getUpdatedTime())+"'");
				}
			
				sb.append(",");
			
				if(record.getReserved1()==null){
//						sb.append("'"+""+"'");
						sb.append("'"+""+"'");
						
				}else{
				// java type==String
						sb.append("'"+record.getReserved1()+"'");
				}
			
				sb.append(",");
			
				if(record.getReserved2()==null){
//						sb.append("'"+""+"'");
						sb.append("'"+""+"'");
						
				}else{
				// java type==String
						sb.append("'"+record.getReserved2()+"'");
				}
							sb.append(")");
			
			}
						result=st.executeUpdate(sb.toString());


			if (txconn == null) {
				conn.commit();
			}
		} catch (SQLException e) {
			if (txconn == null) {
				try {
					conn.rollback();
				} catch (SQLException e1) {
					e1.printStackTrace();
				}
			}
			throw e;
		}finally{
			if(st!=null){
				try {
					st.close();
				} catch (Exception est) {
					est.printStackTrace();
				}
			}
			if(session!=null)session.close();
		}
		return result;
	}
	
	
}


================================================
FILE: src/gens/java/org/fc/wlt/ordbgens/wlt/dao/WLTCertOrgDao.java
================================================
package org.fc.wlt.ordbgens.wlt.dao;

import java.sql.Connection;
import java.sql.SQLException;
import java.sql.PreparedStatement;
import java.sql.Statement;
import java.util.ArrayList;
import java.util.List;

import lombok.Data;
import lombok.EqualsAndHashCode;

import org.apache.commons.lang3.StringUtils;
import org.apache.ibatis.session.SqlSession;
import org.apache.ibatis.session.SqlSessionFactory;
//import org.springframework.transaction.annotation.Transactional;

import org.fc.wlt.ordbgens.wlt.entity.WLTCertOrg;
import org.fc.wlt.ordbgens.wlt.entity.WLTCertOrgExample;
import org.fc.wlt.ordbgens.wlt.entity.WLTCertOrgExample.Criteria;
import org.fc.wlt.ordbgens.wlt.entity.WLTCertOrgKey;
import org.fc.wlt.ordbgens.wlt.mapper.WLTCertOrgMapper;
import onight.tfw.ojpa.api.annotations.Tab;
import onight.tfw.ojpa.ordb.ExtendDaoSupper;
import onight.tfw.mservice.ThreadContext;


@Data
@EqualsAndHashCode(callSuper=false)
@Tab(name="WLT_CERT_ORG")
public class WLTCertOrgDao extends ExtendDaoSupper<WLTCertOrg, WLTCertOrgExample, WLTCertOrgKey>{

	private WLTCertOrgMapper mapper;

	private SqlSessionFactory sqlSessionFactory;
	
	
	@Override
	public int countByExample(WLTCertOrgExample example) {
		return mapper.countByExample(example);
	}

	@Override
	public int deleteByExample(WLTCertOrgExample example)  throws Exception{
		return mapper.deleteByExample(example);
	}

	@Override
	public int deleteByPrimaryKey(WLTCertOrgKey key)  throws Exception{
		return mapper.deleteByPrimaryKey(key);
	}

	@Override
	public int insert(WLTCertOrg record)   throws Exception{
		return mapper.insert(record);
	}

	@Override
	public int insertSelective(WLTCertOrg record)   throws Exception{
		return mapper.insertSelective(record);
	}

	@Override
	//@Transactional
	public int batchUpdate(List<WLTCertOrg> records) throws Exception
			 {
		for(WLTCertOrg record : records){
			mapper.updateByPrimaryKeySelective(record);
		}
		return records.size();
	}

	@Override
	//@Transactional
	public int batchDelete(List<WLTCertOrg> records) throws Exception
			 {
		for(WLTCertOrg record : records){
			mapper.deleteByPrimaryKey(record);
		}
		return records.size();
	}

	@Override
	public List<WLTCertOrg> selectByExample(WLTCertOrgExample example)
			 {
		return mapper.selectByExample(example);
	}

	@Override
	public WLTCertOrg selectByPrimaryKey(WLTCertOrgKey key)
			 {
		return mapper.selectByPrimaryKey(key);
	}

	@Override
	public List<WLTCertOrg> findAll(List<WLTCertOrg> records) {
		if(records==null||records.size()<=0){
			return mapper.selectByExample(new WLTCertOrgExample());
		}
		List<WLTCertOrg> list = new ArrayList<>();
		for(WLTCertOrg record : records){
			WLTCertOrg result = mapper.selectByPrimaryKey(record);
			if(result!=null){
				list.add(result);
			}
		}
		return list;
	}

	@Override
	public int updateByExampleSelective(WLTCertOrg record, WLTCertOrgExample example)  throws Exception {
		return mapper.updateByExampleSelective(record, example);
	}

	@Override
	public int updateByExample(WLTCertOrg record, WLTCertOrgExample example)  throws Exception{
		return mapper.updateByExample(record, example);
	}

	@Override
	public int updateByPrimaryKeySelective(WLTCertOrg record)  throws Exception{
		return mapper.updateByPrimaryKeySelective(record);
	}

	@Override
	public int updateByPrimaryKey(WLTCertOrg record)  throws Exception{
		return mapper.updateByPrimaryKey(record);
	}

	@Override
	public int sumByExample(WLTCertOrgExample example) {
		return 0;
	}

	@Override
	public void deleteAll()  throws Exception {
		mapper.deleteByExample(new WLTCertOrgExample());
	}

	@Override
	public WLTCertOrgExample getExample(WLTCertOrg record) {
		WLTCertOrgExample example = new WLTCertOrgExample();
		if(record!=null){
			Criteria criteria = example.createCriteria();
							if(record.getOrgId()!=null){
				criteria.andOrgIdEqualTo(record.getOrgId());
				}
				if(record.getOrgCode()!=null){
				criteria.andOrgCodeEqualTo(record.getOrgCode());
				}
				if(record.getOrgName()!=null){
				criteria.andOrgNameEqualTo(record.getOrgName());
				}
				if(record.getOrgType()!=null){
				criteria.andOrgTypeEqualTo(record.getOrgType());
				}
				if(record.getUserId()!=null){
				criteria.andUserIdEqualTo(record.getUserId());
				}
				if(record.getCorporateName()!=null){
				criteria.andCorporateNameEqualTo(record.getCorporateName());
				}
				if(record.getLicenseCode()!=null){
				criteria.andLicenseCodeEqualTo(record.getLicenseCode());
				}
				if(record.getLicensePhotoId()!=null){
				criteria.andLicensePhotoIdEqualTo(record.getLicensePhotoId());
				}
				if(record.getNational()!=null){
				criteria.andNationalEqualTo(record.getNational());
				}
				if(record.getProvince()!=null){
				criteria.andProvinceEqualTo(record.getProvince());
				}
				if(record.getCity()!=null){
				criteria.andCityEqualTo(record.getCity());
				}
				if(record.getStreet()!=null){
				criteria.andStreetEqualTo(record.getStreet());
				}
				if(record.getTel()!=null){
				criteria.andTelEqualTo(record.getTel());
				}
				if(record.getFax()!=null){
				criteria.andFaxEqualTo(record.getFax());
				}
				if(record.getWebRecordNum()!=null){
				criteria.andWebRecordNumEqualTo(record.getWebRecordNum());
				}
				if(record.getOrgStatus()!=null){
				criteria.andOrgStatusEqualTo(record.getOrgStatus());
				}
				if(record.getCreatedTime()!=null){
				criteria.andCreatedTimeEqualTo(record.getCreatedTime());
				}
				if(record.getUpdatedTime()!=null){
				criteria.andUpdatedTimeEqualTo(record.getUpdatedTime());
				}
				if(record.getReserved1()!=null){
				criteria.andReserved1EqualTo(record.getReserved1());
				}
				if(record.getReserved2()!=null){
				criteria.andReserved2EqualTo(record.getReserved2());
				}

		}
		return example;
	}
	
	public WLTCertOrg selectOneByExample(WLTCertOrgExample example)
			 {
		example.setLimit(1);
		List<WLTCertOrg> list=mapper.selectByExample(example);
		if(list!=null&&list.size()>0){
			return list.get(0);
		}
		return null;
	}
	
	@Override
	//@Transactional
	public int batchInsert(List<WLTCertOrg> records) throws Exception {
		if(records.size()<=0)return 0;
		
		Connection txconn = (Connection) ThreadContext.getContext("__connection");
		Connection conn = txconn;
		SqlSession session = null;
		if (txconn == null) {
			session = sqlSessionFactory.openSession();
			conn = session.getConnection();
		}
		Statement st = null;

		int result=0;
		try {
			if (txconn == null) {
				conn.setAutoCommit(false);
			}		
			StringBuffer sb=new StringBuffer();
			sb.append("INSERT INTO WLT_CERT_ORG(ORG_ID,ORG_CODE,ORG_NAME,ORG_TYPE,USER_ID,CORPORATE_NAME,LICENSE_CODE,LICENSE_PHOTO_ID,NATIONAL,PROVINCE,CITY,STREET,TEL,FAX,WEB_RECORD_NUM,ORG_STATUS,CREATED_TIME,UPDATED_TIME,RESERVED1,RESERVED2) values");
			
				int i=0;
				st = conn.createStatement();
				for (WLTCertOrg record : records) {
					if(i>0){
						sb.append(",");
					}
					i++;
				
			
				sb.append("(");
			
				if(record.getOrgId()==null){
//						sb.append("'"+""+"'");
						sb.append("'"+""+"'");
						
				}else{
				// java type==String
						sb.append("'"+record.getOrgId()+"'");
				}
			
				sb.append(",");
			
				if(record.getOrgCode()==null){
//						sb.append("'"+""+"'");
						sb.append("'"+""+"'");
						
				}else{
				// java type==String
						sb.append("'"+record.getOrgCode()+"'");
				}
			
				sb.append(",");
			
				if(record.getOrgName()==null){
//						sb.append("'"+""+"'");
						sb.append("'"+""+"'");
						
				}else{
				// java type==String
						sb.append("'"+record.getOrgName()+"'");
				}
			
				sb.append(",");
			
				if(record.getOrgType()==null){
//						sb.append("'"+""+"'");
						sb.append("'"+""+"'");
						
				}else{
				// java type==String
						sb.append("'"+record.getOrgType()+"'");
				}
			
				sb.append(",");
			
				if(record.getUserId()==null){
//						sb.append("'"+""+"'");
						sb.append("'"+""+"'");
						
				}else{
				// java type==String
						sb.append("'"+record.getUserId()+"'");
				}
			
				sb.append(",");
			
				if(record.getCorporateName()==null){
//						sb.append("'"+""+"'");
						sb.append("'"+""+"'");
						
				}else{
				// java type==String
						sb.append("'"+record.getCorporateName()+"'");
				}
			
				sb.append(",");
			
				if(record.getLicenseCode()==null){
//						sb.append("'"+""+"'");
						sb.append("'"+""+"'");
						
				}else{
				// java type==String
						sb.append("'"+record.getLicenseCode()+"'");
				}
			
				sb.append(",");
			
				if(record.getLicensePhotoId()==null){
//						sb.append("'"+""+"'");
						sb.append("'"+""+"'");
						
				}else{
				// java type==String
						sb.append("'"+record.getLicensePhotoId()+"'");
				}
			
				sb.append(",");
			
				if(record.getNational()==null){
//						sb.append("'"+""+"'");
						sb.append("'"+""+"'");
						
				}else{
				// java type==String
						sb.append("'"+record.getNational()+"'");
				}
			
				sb.append(",");
			
				if(record.getProvince()==null){
//						sb.append("'"+""+"'");
						sb.append("'"+""+"'");
						
				}else{
				// java type==String
						sb.append("'"+record.getProvince()+"'");
				}
			
				sb.append(",");
			
				if(record.getCity()==null){
//						sb.append("'"+""+"'");
						sb.append("'"+""+"'");
						
				}else{
				// java type==String
						sb.append("'"+record.getCity()+"'");
				}
			
				sb.append(",");
			
				if(record.getStreet()==null){
//						sb.append("'"+""+"'");
						sb.append("'"+""+"'");
						
				}else{
				// java type==String
						sb.append("'"+record.getStreet()+"'");
				}
			
				sb.append(",");
			
				if(record.getTel()==null){
//						sb.append("'"+""+"'");
						sb.append("'"+""+"'");
						
				}else{
				// java type==String
						sb.append("'"+record.getTel()+"'");
				}
			
				sb.append(",");
			
				if(record.getFax()==null){
//						sb.append("'"+""+"'");
						sb.append("'"+""+"'");
						
				}else{
				// java type==String
						sb.append("'"+record.getFax()+"'");
				}
			
				sb.append(",");
			
				if(record.getWebRecordNum()==null){
//						sb.append("'"+""+"'");
						sb.append("'"+""+"'");
						
				}else{
				// java type==String
						sb.append("'"+record.getWebRecordNum()+"'");
				}
			
				sb.append(",");
			
				if(record.getOrgStatus()==null){
//						sb.append("'"+""+"'");
						sb.append("'"+""+"'");
						
				}else{
				// java type==String
						sb.append("'"+record.getOrgStatus()+"'");
				}
			
				sb.append(",");
			
				if(record.getCreatedTime()==null){
//						sb.append("'"+"CURRENT_TIMESTAMP"+"'");
					    java.text.SimpleDateFormat sdf = new java.text.SimpleDateFormat("yyyy-MM-dd HH:mm:ss.SSS");
						sb.append("'"+sdf.format(new java.util.Date())+"'");
						
				}else{
				// java type==Date
					    java.text.SimpleDateFormat sdf = new java.text.SimpleDateFormat("yyyy-MM-dd HH:mm:ss.SSS");
						sb.append("'"+sdf.format(record.getCreatedTime())+"'");
				}
			
				sb.append(",");
			
				if(record.getUpdatedTime()==null){
//						sb.append("'"+"CURRENT_TIMESTAMP"+"'");
					    java.text.SimpleDateFormat sdf = new java.text.SimpleDateFormat("yyyy-MM-dd HH:mm:ss.SSS");
						sb.append("'"+sdf.format(new java.util.Date())+"'");
						
				}else{
				// java type==Date
					    java.text.SimpleDateFormat sdf = new java.text.SimpleDateFormat("yyyy-MM-dd HH:mm:ss.SSS");
						sb.append("'"+sdf.format(record.getUpdatedTime())+"'");
				}
			
				sb.append(",");
			
				if(record.getReserved1()==null){
//						sb.append("'"+""+"'");
						sb.append("'"+""+"'");
						
				}else{
				// java type==String
						sb.append("'"+record.getReserved1()+"'");
				}
			
				sb.append(",");
			
				if(record.getReserved2()==null){
//						sb.append("'"+""+"'");
						sb.append("'"+""+"'");
						
				}else{
				// java type==String
						sb.append("'"+record.getReserved2()+"'");
				}
							sb.append(")");
			
			}
						result=st.executeUpdate(sb.toString());


			if (txconn == null) {
				conn.commit();
			}
		} catch (SQLException e) {
			if (txconn == null) {
				try {
					conn.rollback();
				} catch (SQLException e1) {
					e1.printStackTrace();
				}
			}
			throw e;
		}finally{
			if(st!=null){
				try {
					st.close();
				} catch (Exception est) {
					est.printStackTrace();
				}
			}
			if(session!=null)session.close();
		}
		return result;
	}
	
	
}


================================================
FILE: src/gens/java/org/fc/wlt/ordbgens/wlt/dao/WLTCertPerDao.java
================================================
package org.fc.wlt.ordbgens.wlt.dao;

import java.sql.Connection;
import java.sql.SQLException;
import java.sql.PreparedStatement;
import java.sql.Statement;
import java.util.ArrayList;
import java.util.List;

import lombok.Data;
import lombok.EqualsAndHashCode;

import org.apache.commons.lang3.StringUtils;
import org.apache.ibatis.session.SqlSession;
import org.apache.ibatis.session.SqlSessionFactory;
//import org.springframework.transaction.annotation.Transactional;

import org.fc.wlt.ordbgens.wlt.entity.WLTCertPer;
import org.fc.wlt.ordbgens.wlt.entity.WLTCertPerExample;
import org.fc.wlt.ordbgens.wlt.entity.WLTCertPerExample.Criteria;
import org.fc.wlt.ordbgens.wlt.entity.WLTCertPerKey;
import org.fc.wlt.ordbgens.wlt.mapper.WLTCertPerMapper;
import onight.tfw.ojpa.api.annotations.Tab;
import onight.tfw.ojpa.ordb.ExtendDaoSupper;
import onight.tfw.mservice.ThreadContext;


@Data
@EqualsAndHashCode(callSuper=false)
@Tab(name="WLT_CERT_PER")
public class WLTCertPerDao extends ExtendDaoSupper<WLTCertPer, WLTCertPerExample, WLTCertPerKey>{

	private WLTCertPerMapper mapper;

	private SqlSessionFactory sqlSessionFactory;
	
	
	@Override
	public int countByExample(WLTCertPerExample example) {
		return mapper.countByExample(example);
	}

	@Override
	public int deleteByExample(WLTCertPerExample example)  throws Exception{
		return mapper.deleteByExample(example);
	}

	@Override
	public int deleteByPrimaryKey(WLTCertPerKey key)  throws Exception{
		return mapper.deleteByPrimaryKey(key);
	}

	@Override
	public int insert(WLTCertPer record)   throws Exception{
		return mapper.insert(record);
	}

	@Override
	public int insertSelective(WLTCertPer record)   throws Exception{
		return mapper.insertSelective(record);
	}

	@Override
	//@Transactional
	public int batchUpdate(List<WLTCertPer> records) throws Exception
			 {
		for(WLTCertPer record : records){
			mapper.updateByPrimaryKeySelective(record);
		}
		return records.size();
	}

	@Override
	//@Transactional
	public int batchDelete(List<WLTCertPer> records) throws Exception
			 {
		for(WLTCertPer record : records){
			mapper.deleteByPrimaryKey(record);
		}
		return records.size();
	}

	@Override
	public List<WLTCertPer> selectByExample(WLTCertPerExample example)
			 {
		return mapper.selectByExample(example);
	}

	@Override
	public WLTCertPer selectByPrimaryKey(WLTCertPerKey key)
			 {
		return mapper.selectByPrimaryKey(key);
	}

	@Override
	public List<WLTCertPer> findAll(List<WLTCertPer> records) {
		if(records==null||records.size()<=0){
			return mapper.selectByExample(new WLTCertPerExample());
		}
		List<WLTCertPer> list = new ArrayList<>();
		for(WLTCertPer record : records){
			WLTCertPer result = mapper.selectByPrimaryKey(record);
			if(result!=null){
				list.add(result);
			}
		}
		return list;
	}

	@Override
	public int updateByExampleSelective(WLTCertPer record, WLTCertPerExample example)  throws Exception {
		return mapper.updateByExampleSelective(record, example);
	}

	@Override
	public int updateByExample(WLTCertPer record, WLTCertPerExample example)  throws Exception{
		return mapper.updateByExample(record, example);
	}

	@Override
	public int updateByPrimaryKeySelective(WLTCertPer record)  throws Exception{
		return mapper.updateByPrimaryKeySelective(record);
	}

	@Override
	public int updateByPrimaryKey(WLTCertPer record)  throws Exception{
		return mapper.updateByPrimaryKey(record);
	}

	@Override
	public int sumByExample(WLTCertPerExample example) {
		return 0;
	}

	@Override
	public void deleteAll()  throws Exception {
		mapper.deleteByExample(new WLTCertPerExample());
	}

	@Override
	public WLTCertPerExample getExample(WLTCertPer record) {
		WLTCertPerExample example = new WLTCertPerExample();
		if(record!=null){
			Criteria criteria = example.createCriteria();
							if(record.getPerId()!=null){
				criteria.andPerIdEqualTo(record.getPerId());
				}
				if(record.getPerCode()!=null){
				criteria.andPerCodeEqualTo(record.getPerCode());
				}
				if(record.getUserId()!=null){
				criteria.andUserIdEqualTo(record.getUserId());
				}
				if(record.getRealName()!=null){
				criteria.andRealNameEqualTo(record.getRealName());
				}
				if(record.getIdCardType()!=null){
				criteria.andIdCardTypeEqualTo(record.getIdCardType());
				}
				if(record.getIdCardCode()!=null){
				criteria.andIdCardCodeEqualTo(record.getIdCardCode());
				}
				if(record.getIdCardPhotoId()!=null){
				criteria.andIdCardPhotoIdEqualTo(record.getIdCardPhotoId());
				}
				if(record.getPerStatus()!=null){
				criteria.andPerStatusEqualTo(record.getPerStatus());
				}
				if(record.getCreatedTime()!=null){
				criteria.andCreatedTimeEqualTo(record.getCreatedTime());
				}
				if(record.getUpdatedTimd()!=null){
				criteria.andUpdatedTimdEqualTo(record.getUpdatedTimd());
				}
				if(record.getReserved1()!=null){
				criteria.andReserved1EqualTo(record.getReserved1());
				}
				if(record.getReserved2()!=null){
				criteria.andReserved2EqualTo(record.getReserved2());
				}

		}
		return example;
	}
	
	public WLTCertPer selectOneByExample(WLTCertPerExample example)
			 {
		example.setLimit(1);
		List<WLTCertPer> list=mapper.selectByExample(example);
		if(list!=null&&list.size()>0){
			return list.get(0);
		}
		return null;
	}
	
	@Override
	//@Transactional
	public int batchInsert(List<WLTCertPer> records) throws Exception {
		if(records.size()<=0)return 0;
		
		Connection txconn = (Connection) ThreadContext.getContext("__connection");
		Connection conn = txconn;
		SqlSession session = null;
		if (txconn == null) {
			session = sqlSessionFactory.openSession();
			conn = session.getConnection();
		}
		Statement st = null;

		int result=0;
		try {
			if (txconn == null) {
				conn.setAutoCommit(false);
			}		
			StringBuffer sb=new StringBuffer();
			sb.append("INSERT INTO WLT_CERT_PER(PER_ID,PER_CODE,USER_ID,REAL_NAME,ID_CARD_TYPE,ID_CARD_CODE,ID_CARD_PHOTO_ID,PER_STATUS,CREATED_TIME,UPDATED_TIMD,RESERVED1,RESERVED2) values");
			
				int i=0;
				st = conn.createStatement();
				for (WLTCertPer record : records) {
					if(i>0){
						sb.append(",");
					}
					i++;
				
			
				sb.append("(");
			
				if(record.getPerId()==null){
//						sb.append("'"+""+"'");
						sb.append("'"+""+"'");
						
				}else{
				// java type==String
						sb.append("'"+record.getPerId()+"'");
				}
			
				sb.append(",");
			
				if(record.getPerCode()==null){
//						sb.append("'"+""+"'");
						sb.append("'"+""+"'");
						
				}else{
				// java type==String
						sb.append("'"+record.getPerCode()+"'");
				}
			
				sb.append(",");
			
				if(record.getUserId()==null){
//						sb.append("'"+""+"'");
						sb.append("'"+""+"'");
						
				}else{
				// java type==String
						sb.append("'"+record.getUserId()+"'");
				}
			
				sb.append(",");
			
				if(record.getRealName()==null){
//						sb.append("'"+""+"'");
						sb.append("'"+""+"'");
						
				}else{
				// java type==String
						sb.append("'"+record.getRealName()+"'");
				}
			
				sb.append(",");
			
				if(record.getIdCardType()==null){
//						sb.append("'"+""+"'");
						sb.append("'"+""+"'");
						
				}else{
				// java type==String
						sb.append("'"+record.getIdCardType()+"'");
				}
			
				sb.append(",");
			
				if(record.getIdCardCode()==null){
//						sb.append("'"+""+"'");
						sb.append("'"+""+"'");
						
				}else{
				// java type==String
						sb.append("'"+record.getIdCardCode()+"'");
				}
			
				sb.append(",");
			
				if(record.getIdCardPhotoId()==null){
//						sb.append("'"+""+"'");
						sb.append("'"+""+"'");
						
				}else{
				// java type==String
						sb.append("'"+record.getIdCardPhotoId()+"'");
				}
			
				sb.append(",");
			
				if(record.getPerStatus()==null){
//						sb.append("'"+""+"'");
						sb.append("'"+""+"'");
						
				}else{
				// java type==String
						sb.append("'"+record.getPerStatus()+"'");
				}
			
				sb.append(",");
			
				if(record.getCreatedTime()==null){
//						sb.append("'"+"CURRENT_TIMESTAMP"+"'");
					    java.text.SimpleDateFormat sdf = new java.text.SimpleDateFormat("yyyy-MM-dd HH:mm:ss.SSS");
						sb.append("'"+sdf.format(new java.util.Date())+"'");
						
				}else{
				// java type==Date
					    java.text.SimpleDateFormat sdf = new java.text.SimpleDateFormat("yyyy-MM-dd HH:mm:ss.SSS");
						sb.append("'"+sdf.format(record.getCreatedTime())+"'");
				}
			
				sb.append(",");
			
				if(record.getUpdatedTimd()==null){
//						sb.append("'"+"CURRENT_TIMESTAMP"+"'");
					    java.text.SimpleDateFormat sdf = new java.text.SimpleDateFormat("yyyy-MM-dd HH:mm:ss.SSS");
						sb.append("'"+sdf.format(new java.util.Date())+"'");
						
				}else{
				// java type==Date
					    java.text.SimpleDateFormat sdf = new java.text.SimpleDateFormat("yyyy-MM-dd HH:mm:ss.SSS");
						sb.append("'"+sdf.format(record.getUpdatedTimd())+"'");
				}
			
				sb.append(",");
			
				if(record.getReserved1()==null){
//						sb.append("'"+""+"'");
						sb.append("'"+""+"'");
						
				}else{
				// java type==String
						sb.append("'"+record.getReserved1()+"'");
				}
			
				sb.append(",");
			
				if(record.getReserved2()==null){
//						sb.append("'"+""+"'");
						sb.append("'"+""+"'");
						
				}else{
				// java type==String
						sb.append("'"+record.getReserved2()+"'");
				}
							sb.append(")");
			
			}
						result=st.executeUpdate(sb.toString());


			if (txconn == null) {
				conn.commit();
			}
		} catch (SQLException e) {
			if (txconn == null) {
				try {
					conn.rollback();
				} catch (SQLException e1) {
					e1.printStackTrace();
				}
			}
			throw e;
		}finally{
			if(st!=null){
				try {
					st.close();
				} catch (Exception est) {
					est.printStackTrace();
				}
			}
			if(session!=null)session.close();
		}
		return result;
	}
	
	
}


================================================
FILE: src/gens/java/org/fc/wlt/ordbgens/wlt/dao/WLTFileDao.java
================================================
package org.fc.wlt.ordbgens.wlt.dao;

import java.sql.Connection;
import java.sql.SQLException;
import java.sql.PreparedStatement;
import java.sql.Statement;
import java.util.ArrayList;
import java.util.List;

import lombok.Data;
import lombok.EqualsAndHashCode;

import org.apache.commons.lang3.StringUtils;
import org.apache.ibatis.session.SqlSession;
import org.apache.ibatis.session.SqlSessionFactory;
//import org.springframework.transaction.annotation.Transactional;

import org.fc.wlt.ordbgens.wlt.entity.WLTFile;
import org.fc.wlt.ordbgens.wlt.entity.WLTFileExample;
import org.fc.wlt.ordbgens.wlt.entity.WLTFileExample.Criteria;
import org.fc.wlt.ordbgens.wlt.entity.WLTFileKey;
import org.fc.wlt.ordbgens.wlt.mapper.WLTFileMapper;
import onight.tfw.ojpa.api.annotations.Tab;
import onight.tfw.ojpa.ordb.ExtendDaoSupper;
import onight.tfw.mservice.ThreadContext;


@Data
@EqualsAndHashCode(callSuper=false)
@Tab(name="WLT_FILE")
public class WLTFileDao extends ExtendDaoSupper<WLTFile, WLTFileExample, WLTFileKey>{

	private WLTFileMapper mapper;

	private SqlSessionFactory sqlSessionFactory;
	
	
	@Override
	public int countByExample(WLTFileExample example) {
		return mapper.countByExample(example);
	}

	@Override
	public int deleteByExample(WLTFileExample example)  throws Exception{
		return mapper.deleteByExample(example);
	}

	@Override
	public int deleteByPrimaryKey(WLTFileKey key)  throws Exception{
		return mapper.deleteByPrimaryKey(key);
	}

	@Override
	public int insert(WLTFile record)   throws Exception{
		return mapper.insert(record);
	}

	@Override
	public int insertSelective(WLTFile record)   throws Exception{
		return mapper.insertSelective(record);
	}

	@Override
	//@Transactional
	public int batchUpdate(List<WLTFile> records) throws Exception
			 {
		for(WLTFile record : records){
			mapper.updateByPrimaryKeySelective(record);
		}
		return records.size();
	}

	@Override
	//@Transactional
	public int batchDelete(List<WLTFile> records) throws Exception
			 {
		for(WLTFile record : records){
			mapper.deleteByPrimaryKey(record);
		}
		return records.size();
	}

	@Override
	public List<WLTFile> selectByExample(WLTFileExample example)
			 {
		return mapper.selectByExample(example);
	}

	@Override
	public WLTFile selectByPrimaryKey(WLTFileKey key)
			 {
		return mapper.selectByPrimaryKey(key);
	}

	@Override
	public List<WLTFile> findAll(List<WLTFile> records) {
		if(records==null||records.size()<=0){
			return mapper.selectByExample(new WLTFileExample());
		}
		List<WLTFile> list = new ArrayList<>();
		for(WLTFile record : records){
			WLTFile result = mapper.selectByPrimaryKey(record);
			if(result!=null){
				list.add(result);
			}
		}
		return list;
	}

	@Override
	public int updateByExampleSelective(WLTFile record, WLTFileExample example)  throws Exception {
		return mapper.updateByExampleSelective(record, example);
	}

	@Override
	public int updateByExample(WLTFile record, WLTFileExample example)  throws Exception{
		return mapper.updateByExample(record, example);
	}

	@Override
	public int updateByPrimaryKeySelective(WLTFile record)  throws Exception{
		return mapper.updateByPrimaryKeySelective(record);
	}

	@Override
	public int updateByPrimaryKey(WLTFile record)  throws Exception{
		return mapper.updateByPrimaryKey(record);
	}

	@Override
	public int sumByExample(WLTFileExample example) {
		return 0;
	}

	@Override
	public void deleteAll()  throws Exception {
		mapper.deleteByExample(new WLTFileExample());
	}

	@Override
	public WLTFileExample getExample(WLTFile record) {
		WLTFileExample example = new WLTFileExample();
		if(record!=null){
			Criteria criteria = example.createCriteria();
							if(record.getFileId()!=null){
				criteria.andFileIdEqualTo(record.getFileId());
				}
				if(record.getFilePath()!=null){
				criteria.andFilePathEqualTo(record.getFilePath());
				}
				if(record.getFileName()!=null){
				criteria.andFileNameEqualTo(record.getFileName());
				}
				if(record.getFileSize()!=null){
				criteria.andFileSizeEqualTo(record.getFileSize());
				}
				if(record.getUserId()!=null){
				criteria.andUserIdEqualTo(record.getUserId());
				}
				if(record.getFileHash()!=null){
				criteria.andFileHashEqualTo(record.getFileHash());
				}
				if(record.getCreatedTime()!=null){
				criteria.andCreatedTimeEqualTo(record.getCreatedTime());
				}
				if(record.getUpdatedTime()!=null){
				criteria.andUpdatedTimeEqualTo(record.getUpdatedTime());
				}
				if(record.getReserved1()!=null){
				criteria.andReserved1EqualTo(record.getReserved1());
				}
				if(record.getReserved2()!=null){
				criteria.andReserved2EqualTo(record.getReserved2());
				}

		}
		return example;
	}
	
	public WLTFile selectOneByExample(WLTFileExample example)
			 {
		example.setLimit(1);
		List<WLTFile> list=mapper.selectByExample(example);
		if(list!=null&&list.size()>0){
			return list.get(0);
		}
		return null;
	}
	
	@Override
	//@Transactional
	public int batchInsert(List<WLTFile> records) throws Exception {
		if(records.size()<=0)return 0;
		
		Connection txconn = (Connection) ThreadContext.getContext("__connection");
		Connection conn = txconn;
		SqlSession session = null;
		if (txconn == null) {
			session = sqlSessionFactory.openSession();
			conn = session.getConnection();
		}
		Statement st = null;

		int result=0;
		try {
			if (txconn == null) {
				conn.setAutoCommit(false);
			}		
			StringBuffer sb=new StringBuffer();
			sb.append("INSERT INTO WLT_FILE(FILE_ID,FILE_PATH,FILE_NAME,FILE_SIZE,USER_ID,FILE_HASH,CREATED_TIME,UPDATED_TIME,RESERVED1,RESERVED2) values");
			
				int i=0;
				st = conn.createStatement();
				for (WLTFile record : records) {
					if(i>0){
						sb.append(",");
					}
					i++;
				
			
				sb.append("(");
			
				if(record.getFileId()==null){
//						sb.append("'"+""+"'");
						sb.append("'"+""+"'");
						
				}else{
				// java type==String
						sb.append("'"+record.getFileId()+"'");
				}
			
				sb.append(",");
			
				if(record.getFilePath()==null){
//						sb.append("'"+""+"'");
						sb.append("'"+""+"'");
						
				}else{
				// java type==String
						sb.append("'"+record.getFilePath()+"'");
				}
			
				sb.append(",");
			
				if(record.getFileName()==null){
//						sb.append("'"+""+"'");
						sb.append("'"+""+"'");
						
				}else{
				// java type==String
						sb.append("'"+record.getFileName()+"'");
				}
			
				sb.append(",");
			
				if(record.getFileSize()==null){
//						sb.append("'"+"0"+"'");
						sb.append("'"+"0"+"'");
						
				}else{
				// java type==Double
						sb.append("'"+record.getFileSize()+"'");
				}
			
				sb.append(",");
			
				if(record.getUserId()==null){
//						sb.append("'"+""+"'");
						sb.append("'"+""+"'");
						
				}else{
				// java type==String
						sb.append("'"+record.getUserId()+"'");
				}
			
				sb.append(",");
			
				if(record.getFileHash()==null){
//						sb.append("'"+""+"'");
						sb.append("'"+""+"'");
						
				}else{
				// java type==String
						sb.append("'"+record.getFileHash()+"'");
				}
			
				sb.append(",");
			
				if(record.getCreatedTime()==null){
//						sb.append("'"+"CURRENT_TIMESTAMP"+"'");
					    java.text.SimpleDateFormat sdf = new java.text.SimpleDateFormat("yyyy-MM-dd HH:mm:ss.SSS");
						sb.append("'"+sdf.format(new java.util.Date())+"'");
						
				}else{
				// java type==Date
					    java.text.SimpleDateFormat sdf = new java.text.SimpleDateFormat("yyyy-MM-dd HH:mm:ss.SSS");
						sb.append("'"+sdf.format(record.getCreatedTime())+"'");
				}
			
				sb.append(",");
			
				if(record.getUpdatedTime()==null){
//						sb.append("'"+"CURRENT_TIMESTAMP"+"'");
					    java.text.SimpleDateFormat sdf = new java.text.SimpleDateFormat("yyyy-MM-dd HH:mm:ss.SSS");
						sb.append("'"+sdf.format(new java.util.Date())+"'");
						
				}else{
				// java type==Date
					    java.text.SimpleDateFormat sdf = new java.text.SimpleDateFormat("yyyy-MM-dd HH:mm:ss.SSS");
						sb.append("'"+sdf.format(record.getUpdatedTime())+"'");
				}
			
				sb.append(",");
			
				if(record.getReserved1()==null){
//						sb.append("'"+""+"'");
						sb.append("'"+""+"'");
						
				}else{
				// java type==String
						sb.append("'"+record.getReserved1()+"'");
				}
			
				sb.append(",");
			
				if(record.getReserved2()==null){
//						sb.append("'"+""+"'");
						sb.append("'"+""+"'");
						
				}else{
				// java type==String
						sb.append("'"+record.getReserved2()+"'");
				}
							sb.append(")");
			
			}
						result=st.executeUpdate(sb.toString());


			if (txconn == null) {
				conn.commit();
			}
		} catch (SQLException e) {
			if (txconn == null) {
				try {
					conn.rollback();
				} catch (SQLException e1) {
					e1.printStackTrace();
				}
			}
			throw e;
		}finally{
			if(st!=null){
				try {
					st.close();
				} catch (Exception est) {
					est.printStackTrace();
				}
			}
			if(session!=null)session.close();
		}
		return result;
	}
	
	
}


================================================
FILE: src/gens/java/org/fc/wlt/ordbgens/wlt/dao/WLTFundDao.java
================================================
package org.fc.wlt.ordbgens.wlt.dao;

import java.sql.Connection;
import java.sql.SQLException;
import java.sql.PreparedStatement;
import java.sql.Statement;
import java.util.ArrayList;
import java.util.List;

import lombok.Data;
import lombok.EqualsAndHashCode;

import org.apache.commons.lang3.StringUtils;
import org.apache.ibatis.session.SqlSession;
import org.apache.ibatis.session.SqlSessionFactory;
//import org.springframework.transaction.annotation.Transactional;

import org.fc.wlt.ordbgens.wlt.entity.WLTFund;
import org.fc.wlt.ordbgens.wlt.entity.WLTFundExample;
import org.fc.wlt.ordbgens.wlt.entity.WLTFundExample.Criteria;
import org.fc.wlt.ordbgens.wlt.entity.WLTFundKey;
import org.fc.wlt.ordbgens.wlt.mapper.WLTFundMapper;
import onight.tfw.ojpa.api.annotations.Tab;
import onight.tfw.ojpa.ordb.ExtendDaoSupper;
import onight.tfw.mservice.ThreadContext;


@Data
@EqualsAndHashCode(callSuper=false)
@Tab(name="WLT_FUND")
public class WLTFundDao extends ExtendDaoSupper<WLTFund, WLTFundExample, WLTFundKey>{

	private WLTFundMapper mapper;

	private SqlSessionFactory sqlSessionFactory;
	
	
	@Override
	public int countByExample(WLTFundExample example) {
		return mapper.countByExample(example);
	}

	@Override
	public int deleteByExample(WLTFundExample example)  throws Exception{
		return mapper.deleteByExample(example);
	}

	@Override
	public int deleteByPrimaryKey(WLTFundKey key)  throws Exception{
		return mapper.deleteByPrimaryKey(key);
	}

	@Override
	public int insert(WLTFund record)   throws Exception{
		return mapper.insert(record);
	}

	@Override
	public int insertSelective(WLTFund record)   throws Exception{
		return mapper.insertSelective(record);
	}

	@Override
	//@Transactional
	public int batchUpdate(List<WLTFund> records) throws Exception
			 {
		for(WLTFund record : records){
			mapper.updateByPrimaryKeySelective(record);
		}
		return records.size();
	}

	@Override
	//@Transactional
	public int batchDelete(List<WLTFund> records) throws Exception
			 {
		for(WLTFund record : records){
			mapper.deleteByPrimaryKey(record);
		}
		return records.size();
	}

	@Override
	public List<WLTFund> selectByExample(WLTFundExample example)
			 {
		return mapper.selectByExample(example);
	}

	@Override
	public WLTFund selectByPrimaryKey(WLTFundKey key)
			 {
		return mapper.selectByPrimaryKey(key);
	}

	@Override
	public List<WLTFund> findAll(List<WLTFund> records) {
		if(records==null||records.size()<=0){
			return mapper.selectByExample(new WLTFundExample());
		}
		List<WLTFund> list = new ArrayList<>();
		for(WLTFund record : records){
			WLTFund result = mapper.selectByPrimaryKey(record);
			if(result!=null){
				list.add(result);
			}
		}
		return list;
	}

	@Override
	public int updateByExampleSelective(WLTFund record, WLTFundExample example)  throws Exception {
		return mapper.updateByExampleSelective(record, example);
	}

	@Override
	public int updateByExample(WLTFund record, WLTFundExample example)  throws Exception{
		return mapper.updateByExample(record, example);
	}

	@Override
	public int updateByPrimaryKeySelective(WLTFund record)  throws Exception{
		return mapper.updateByPrimaryKeySelective(record);
	}

	@Override
	public int updateByPrimaryKey(WLTFund record)  throws Exception{
		return mapper.updateByPrimaryKey(record);
	}

	@Override
	public int sumByExample(WLTFundExample example) {
		return 0;
	}

	@Override
	public void deleteAll()  throws Exception {
		mapper.deleteByExample(new WLTFundExample());
	}

	@Override
	public WLTFundExample getExample(WLTFund record) {
		WLTFundExample example = new WLTFundExample();
		if(record!=null){
			Criteria criteria = example.createCriteria();
							if(record.getFundId()!=null){
				criteria.andFundIdEqualTo(record.getFundId());
				}
				if(record.getUserId()!=null){
				criteria.andUserIdEqualTo(record.getUserId());
				}
				if(record.getDmtCname()!=null){
				criteria.andDmtCnameEqualTo(record.getDmtCname());
				}
				if(record.getDmtEname()!=null){
				criteria.andDmtEnameEqualTo(record.getDmtEname());
				}
				if(record.getGenisAddr()!=null){
				criteria.andGenisAddrEqualTo(record.getGenisAddr());
				}
				if(record.getGenisOrgId()!=null){
				criteria.andGenisOrgIdEqualTo(record.getGenisOrgId());
				}
				if(record.getGenisDeposit()!=null){
				criteria.andGenisDepositEqualTo(record.getGenisDeposit());
				}
				if(record.getTotalCount()!=null){
				criteria.andTotalCountEqualTo(record.getTotalCount());
				}
				if(record.getColoredFbc()!=null){
				criteria.andColoredFbcEqualTo(record.getColoredFbc());
				}
				if(record.getExchangeFbc()!=null){
				criteria.andExchangeFbcEqualTo(record.getExchangeFbc());
				}
				if(record.getTurnoverCount()!=null){
				criteria.andTurnoverCountEqualTo(record.getTurnoverCount());
				}
				if(record.getDateTime()!=null){
				criteria.andDateTimeEqualTo(record.getDateTime());
				}
				if(record.getFundStatus()!=null){
				criteria.andFundStatusEqualTo(record.getFundStatus());
				}
				if(record.getCreatedTime()!=null){
				criteria.andCreatedTimeEqualTo(record.getCreatedTime());
				}
				if(record.getUpdatedTime()!=null){
				criteria.andUpdatedTimeEqualTo(record.getUpdatedTime());
				}
				if(record.getReserved1()!=null){
				criteria.andReserved1EqualTo(record.getReserved1());
				}
				if(record.getReserved2()!=null){
				criteria.andReserved2EqualTo(record.getReserved2());
				}

		}
		return example;
	}
	
	public WLTFund selectOneByExample(WLTFundExample example)
			 {
		example.setLimit(1);
		List<WLTFund> list=mapper.selectByExample(example);
		if(list!=null&&list.size()>0){
			return list.get(0);
		}
		return null;
	}
	
	@Override
	//@Transactional
	public int batchInsert(List<WLTFund> records) throws Exception {
		if(records.size()<=0)return 0;
		
		Connection txconn = (Connection) ThreadContext.getContext("__connection");
		Connection conn = txconn;
		SqlSession session = null;
		if (txconn == null) {
			session = sqlSessionFactory.openSession();
			conn = session.getConnection();
		}
		Statement st = null;

		int result=0;
		try {
			if (txconn == null) {
				conn.setAutoCommit(false);
			}		
			StringBuffer sb=new StringBuffer();
			sb.append("INSERT INTO WLT_FUND(FUND_ID,USER_ID,DMT_CNAME,DMT_ENAME,GENIS_ADDR,GENIS_ORG_ID,GENIS_DEPOSIT,TOTAL_COUNT,COLORED_FBC,EXCHANGE_FBC,TURNOVER_COUNT,DATE_TIME,FUND_STATUS,CREATED_TIME,UPDATED_TIME,RESERVED1,RESERVED2) values");
			
				int i=0;
				st = conn.createStatement();
				for (WLTFund record : records) {
					if(i>0){
						sb.append(",");
					}
					i++;
				
			
				sb.append("(");
			
				if(record.getFundId()==null){
//						sb.append("'"+""+"'");
						sb.append("'"+""+"'");
						
				}else{
				// java type==String
						sb.append("'"+record.getFundId()+"'");
				}
			
				sb.append(",");
			
				if(record.getUserId()==null){
//						sb.append("'"+""+"'");
						sb.append("'"+""+"'");
						
				}else{
				// java type==String
						sb.append("'"+record.getUserId()+"'");
				}
			
				sb.append(",");
			
				if(record.getDmtCname()==null){
//						sb.append("'"+""+"'");
						sb.append("'"+""+"'");
						
				}else{
				// java type==String
						sb.append("'"+record.getDmtCname()+"'");
				}
			
				sb.append(",");
			
				if(record.getDmtEname()==null){
//						sb.append("'"+""+"'");
						sb.append("'"+""+"'");
						
				}else{
				// java type==String
						sb.append("'"+record.getDmtEname()+"'");
				}
			
				sb.append(",");
			
				if(record.getGenisAddr()==null){
//						sb.append("'"+""+"'");
						sb.append("'"+""+"'");
						
				}else{
				// java type==String
						sb.append("'"+record.getGenisAddr()+"'");
				}
			
				sb.append(",");
			
				if(record.getGenisOrgId()==null){
//						sb.append("'"+""+"'");
						sb.append("'"+""+"'");
						
				}else{
				// java type==String
						sb.append("'"+record.getGenisOrgId()+"'");
				}
			
				sb.append(",");
			
				if(record.getGenisDeposit()==null){
//						sb.append("'"+"0"+"'");
						sb.append("'"+"0"+"'");
						
				}else{
				// java type==Double
						sb.append("'"+record.getGenisDeposit()+"'");
				}
			
				sb.append(",");
			
				if(record.getTotalCount()==null){
//						sb.append("'"+"0"+"'");
						sb.append("'"+"0"+"'");
						
				}else{
				// java type==Double
						sb.append("'"+record.getTotalCount()+"'");
				}
			
				sb.append(",");
			
				if(record.getColoredFbc()==null){
//						sb.append("'"+"0"+"'");
						sb.append("'"+"0"+"'");
						
				}else{
				// java type==Double
						sb.append("'"+record.getColoredFbc()+"'");
				}
			
				sb.append(",");
			
				if(record.getExchangeFbc()==null){
//						sb.append("'"+"1"+"'");
						sb.append("'"+"1"+"'");
						
				}else{
				// java type==Double
						sb.append("'"+record.getExchangeFbc()+"'");
				}
			
				sb.append(",");
			
				if(record.getTurnoverCount()==null){
//						sb.append("'"+"0"+"'");
						sb.append("'"+"0"+"'");
						
				}else{
				// java type==Double
						sb.append("'"+record.getTurnoverCount()+"'");
				}
			
				sb.append(",");
			
				if(record.getDateTime()==null){
//						sb.append("'"+"CURRENT_TIMESTAMP"+"'");
					    java.text.SimpleDateFormat sdf = new java.text.SimpleDateFormat("yyyy-MM-dd HH:mm:ss.SSS");
						sb.append("'"+sdf.format(new java.util.Date())+"'");
						
				}else{
				// java type==Date
					    java.text.SimpleDateFormat sdf = new java.text.SimpleDateFormat("yyyy-MM-dd HH:mm:ss.SSS");
						sb.append("'"+sdf.format(record.getDateTime())+"'");
				}
			
				sb.append(",");
			
				if(record.getFundStatus()==null){
//						sb.append("'"+""+"'");
						sb.append("'"+""+"'");
						
				}else{
				// java type==String
						sb.append("'"+record.getFundStatus()+"'");
				}
			
				sb.append(",");
			
				if(record.getCreatedTime()==null){
//						sb.append("'"+"CURRENT_TIMESTAMP"+"'");
					    java.text.SimpleDateFormat sdf = new java.text.SimpleDateFormat("yyyy-MM-dd HH:mm:ss.SSS");
						sb.append("'"+sdf.format(new java.util.Date())+"'");
						
				}else{
				// java type==Date
					    java.text.SimpleDateFormat sdf = new java.text.SimpleDateFormat("yyyy-MM-dd HH:mm:ss.SSS");
						sb.append("'"+sdf.format(record.getCreatedTime())+"'");
				}
			
				sb.append(",");
			
				if(record.getUpdatedTime()==null){
//						sb.append("'"+"CURRENT_TIMESTAMP"+"'");
					    java.text.SimpleDateFormat sdf = new java.text.SimpleDateFormat("yyyy-MM-dd HH:mm:ss.SSS");
						sb.append("'"+sdf.format(new java.util.Date())+"'");
						
				}else{
				// java type==Date
					    java.text.SimpleDateFormat sdf = new java.text.SimpleDateFormat("yyyy-MM-dd HH:mm:ss.SSS");
						sb.append("'"+sdf.format(record.getUpdatedTime())+"'");
				}
			
				sb.append(",");
			
				if(record.getReserved1()==null){
//						sb.append("'"+""+"'");
						sb.append("'"+""+"'");
						
				}else{
				// java type==String
						sb.append("'"+record.getReserved1()+"'");
				}
			
				sb.append(",");
			
				if(record.getReserved2()==null){
//						sb.append("'"+""+"'");
						sb.append("'"+""+"'");
						
				}else{
				// java type==String
						sb.append("'"+record.getReserved2()+"'");
				}
							sb.append(")");
			
			}
						result=st.executeUpdate(sb.toString());


			if (txconn == null) {
				conn.commit();
			}
		} catch (SQLException e) {
			if (txconn == null) {
				try {
					conn.rollback();
				} catch (SQLException e1) {
					e1.printStackTrace();
				}
			}
			throw e;
		}finally{
			if(st!=null){
				try {
					st.close();
				} catch (Exception est) {
					est.printStackTrace();
				}
			}
			if(session!=null)session.close();
		}
		return result;
	}
	
	
}


================================================
FILE: src/gens/java/org/fc/wlt/ordbgens/wlt/dao/WLTPendDao.java
================================================
package org.fc.wlt.ordbgens.wlt.dao;

import java.sql.Connection;
import java.sql.SQLException;
import java.sql.PreparedStatement;
import java.sql.Statement;
import java.util.ArrayList;
import java.util.List;

import lombok.Data;
import lombok.EqualsAndHashCode;

import org.apache.commons.lang3.StringUtils;
import org.apache.ibatis.session.SqlSession;
import org.apache.ibatis.session.SqlSessionFactory;
//import org.springframework.transaction.annotation.Transactional;

import org.fc.wlt.ordbgens.wlt.entity.WLTPend;
import org.fc.wlt.ordbgens.wlt.entity.WLTPendExample;
import org.fc.wlt.ordbgens.wlt.entity.WLTPendExample.Criteria;
import org.fc.wlt.ordbgens.wlt.entity.WLTPendKey;
import org.fc.wlt.ordbgens.wlt.mapper.WLTPendMapper;
import onight.tfw.ojpa.api.annotations.Tab;
import onight.tfw.ojpa.ordb.ExtendDaoSupper;
import onight.tfw.mservice.ThreadContext;


@Data
@EqualsAndHashCode(callSuper=false)
@Tab(name="WLT_PEND")
public class WLTPendDao extends ExtendDaoSupper<WLTPend, WLTPendExample, WLTPendKey>{

	private WLTPendMapper mapper;

	private SqlSessionFactory sqlSessionFactory;
	
	
	@Override
	public int countByExample(WLTPendExample example) {
		return mapper.countByExample(example);
	}

	@Override
	public int deleteByExample(WLTPendExample example)  throws Exception{
		return mapper.deleteByExample(example);
	}

	@Override
	public int deleteByPrimaryKey(WLTPendKey key)  throws Exception{
		return mapper.deleteByPrimaryKey(key);
	}

	@Override
	public int insert(WLTPend record)   throws Exception{
		return mapper.insert(record);
	}

	@Override
	public int insertSelective(WLTPend record)   throws Exception{
		return mapper.insertSelective(record);
	}

	@Override
	//@Transactional
	public int batchUpdate(List<WLTPend> records) throws Exception
			 {
		for(WLTPend record : records){
			mapper.updateByPrimaryKeySelective(record);
		}
		return records.size();
	}

	@Override
	//@Transactional
	public int batchDelete(List<WLTPend> records) throws Exception
			 {
		for(WLTPend record : records){
			mapper.deleteByPrimaryKey(record);
		}
		return records.size();
	}

	@Override
	public List<WLTPend> selectByExample(WLTPendExample example)
			 {
		return mapper.selectByExample(example);
	}

	@Override
	public WLTPend selectByPrimaryKey(WLTPendKey key)
			 {
		return mapper.selectByPrimaryKey(key);
	}

	@Override
	public List<WLTPend> findAll(List<WLTPend> records) {
		if(records==null||records.size()<=0){
			return mapper.selectByExample(new WLTPendExample());
		}
		List<WLTPend> list = new ArrayList<>();
		for(WLTPend record : records){
			WLTPend result = mapper.selectByPrimaryKey(record);
			if(result!=null){
				list.add(result);
			}
		}
		return list;
	}

	@Override
	public int updateByExampleSelective(WLTPend record, WLTPendExample example)  throws Exception {
		return mapper.updateByExampleSelective(record, example);
	}

	@Override
	public int updateByExample(WLTPend record, WLTPendExample example)  throws Exception{
		return mapper.updateByExample(record, example);
	}

	@Override
	public int updateByPrimaryKeySelective(WLTPend record)  throws Exception{
		return mapper.updateByPrimaryKeySelective(record);
	}

	@Override
	public int updateByPrimaryKey(WLTPend record)  throws Exception{
		return mapper.updateByPrimaryKey(record);
	}

	@Override
	public int sumByExample(WLTPendExample example) {
		return 0;
	}

	@Override
	public void deleteAll()  throws Exception {
		mapper.deleteByExample(new WLTPendExample());
	}

	@Override
	public WLTPendExample getExample(WLTPend record) {
		WLTPendExample example = new WLTPendExample();
		if(record!=null){
			Criteria criteria = example.createCriteria();
							if(record.getPendId()!=null){
				criteria.andPendIdEqualTo(record.getPendId());
				}
				if(record.getBsCode()!=null){
				criteria.andBsCodeEqualTo(record.getBsCode());
				}
				if(record.getUserId()!=null){
				criteria.andUserIdEqualTo(record.getUserId());
				}
				if(record.getSourceAssetId()!=null){
				criteria.andSourceAssetIdEqualTo(record.getSourceAssetId());
				}
				if(record.getSourceAmount()!=null){
				criteria.andSourceAmountEqualTo(record.getSourceAmount());
				}
				if(record.getTargetFundId()!=null){
				criteria.andTargetFundIdEqualTo(record.getTargetFundId());
				}
				if(record.getTargetAmount()!=null){
				criteria.andTargetAmountEqualTo(record.getTargetAmount());
				}
				if(record.getPendType()!=null){
				criteria.andPendTypeEqualTo(record.getPendType());
				}
				if(record.getAutoCommit()!=null){
				criteria.andAutoCommitEqualTo(record.getAutoCommit());
				}
				if(record.getTotalFee()!=null){
				criteria.andTotalFeeEqualTo(record.getTotalFee());
				}
				if(record.getPendStatus()!=null){
				criteria.andPendStatusEqualTo(record.getPendStatus());
				}
				if(record.getCreatedTime()!=null){
				criteria.andCreatedTimeEqualTo(record.getCreatedTime());
				}
				if(record.getUpdatedTime()!=null){
				criteria.andUpdatedTimeEqualTo(record.getUpdatedTime());
				}
				if(record.getReserved1()!=null){
				criteria.andReserved1EqualTo(record.getReserved1());
				}
				if(record.getReserved2()!=null){
				criteria.andReserved2EqualTo(record.getReserved2());
				}

		}
		return example;
	}
	
	public WLTPend selectOneByExample(WLTPendExample example)
			 {
		example.setLimit(1);
		List<WLTPend> list=mapper.selectByExample(example);
		if(list!=null&&list.size()>0){
			return list.get(0);
		}
		return null;
	}
	
	@Override
	//@Transactional
	public int batchInsert(List<WLTPend> records) throws Exception {
		if(records.size()<=0)return 0;
		
		Connection txconn = (Connection) ThreadContext.getContext("__connection");
		Connection conn = txconn;
		SqlSession session = null;
		if (txconn == null) {
			session = sqlSessionFactory.openSession();
			conn = session.getConnection();
		}
		Statement st = null;

		int result=0;
		try {
			if (txconn == null) {
				conn.setAutoCommit(false);
			}		
			StringBuffer sb=new StringBuffer();
			sb.append("INSERT INTO WLT_PEND(PEND_ID,BS_CODE,USER_ID,SOURCE_ASSET_ID,SOURCE_AMOUNT,TARGET_FUND_ID,TARGET_AMOUNT,PEND_TYPE,AUTO_COMMIT,TOTAL_FEE,PEND_STATUS,CREATED_TIME,UPDATED_TIME,RESERVED1,RESERVED2) values");
			
				int i=0;
				st = conn.createStatement();
				for (WLTPend record : records) {
					if(i>0){
						sb.append(",");
					}
					i++;
				
			
				sb.append("(");
			
				if(record.getPendId()==null){
//						sb.append("'"+""+"'");
						sb.append("'"+""+"'");
						
				}else{
				// java type==String
						sb.append("'"+record.getPendId()+"'");
				}
			
				sb.append(",");
			
				if(record.getBsCode()==null){
//						sb.append("'"+""+"'");
						sb.append("'"+""+"'");
						
				}else{
				// java type==String
						sb.append("'"+record.getBsCode()+"'");
				}
			
				sb.append(",");
			
				if(record.getUserId()==null){
//						sb.append("'"+""+"'");
						sb.append("'"+""+"'");
						
				}else{
				// java type==String
						sb.append("'"+record.getUserId()+"'");
				}
			
				sb.append(",");
			
				if(record.getSourceAssetId()==null){
//						sb.append("'"+""+"'");
						sb.append("'"+""+"'");
						
				}else{
				// java type==String
						sb.append("'"+record.getSourceAssetId()+"'");
				}
			
				sb.append(",");
			
				if(record.getSourceAmount()==null){
//						sb.append("'"+"0"+"'");
						sb.append("'"+"0"+"'");
						
				}else{
				// java type==Double
						sb.append("'"+record.getSourceAmount()+"'");
				}
			
				sb.append(",");
			
				if(record.getTargetFundId()==null){
//						sb.append("'"+""+"'");
						sb.append("'"+""+"'");
						
				}else{
				// java type==String
						sb.append("'"+record.getTargetFundId()+"'");
				}
			
				sb.append(",");
			
				if(record.getTargetAmount()==null){
//						sb.append("'"+"0"+"'");
						sb.append("'"+"0"+"'");
						
				}else{
				// java type==Double
						sb.append("'"+record.getTargetAmount()+"'");
				}
			
				sb.append(",");
			
				if(record.getPendType()==null){
//						sb.append("'"+""+"'");
						sb.append("'"+""+"'");
						
				}else{
				// java type==String
						sb.append("'"+record.getPendType()+"'");
				}
			
				sb.append(",");
			
				if(record.getAutoCommit()==null){
//						sb.append("'"+""+"'");
						sb.append("'"+""+"'");
						
				}else{
				// java type==String
						sb.append("'"+record.getAutoCommit()+"'");
				}
			
				sb.append(",");
			
				if(record.getTotalFee()==null){
//						sb.append("'"+"0"+"'");
						sb.append("'"+"0"+"'");
						
				}else{
				// java type==Double
						sb.append("'"+record.getTotalFee()+"'");
				}
			
				sb.append(",");
			
				if(record.getPendStatus()==null){
//						sb.append("'"+""+"'");
						sb.append("'"+""+"'");
						
				}else{
				// java type==String
						sb.append("'"+record.getPendStatus()+"'");
				}
			
				sb.append(",");
			
				if(record.getCreatedTime()==null){
//						sb.append("'"+"CURRENT_TIMESTAMP"+"'");
					    java.text.SimpleDateFormat sdf = new java.text.SimpleDateFormat("yyyy-MM-dd HH:mm:ss.SSS");
						sb.append("'"+sdf.format(new java.util.Date())+"'");
						
				}else{
				// java type==Date
					    java.text.SimpleDateFormat sdf = new java.text.SimpleDateFormat("yyyy-MM-dd HH:mm:ss.SSS");
						sb.append("'"+sdf.format(record.getCreatedTime())+"'");
				}
			
				sb.append(",");
			
				if(record.getUpdatedTime()==null){
//						sb.append("'"+"CURRENT_TIMESTAMP"+"'");
					    java.text.SimpleDateFormat sdf = new java.text.SimpleDateFormat("yyyy-MM-dd HH:mm:ss.SSS");
						sb.append("'"+sdf.format(new java.util.Date())+"'");
						
				}else{
				// java type==Date
					    java.text.SimpleDateFormat sdf = new java.text.SimpleDateFormat("yyyy-MM-dd HH:mm:ss.SSS");
						sb.append("'"+sdf.format(record.getUpdatedTime())+"'");
				}
			
				sb.append(",");
			
				if(record.getReserved1()==null){
//						sb.append("'"+""+"'");
						sb.append("'"+""+"'");
						
				}else{
				// java type==String
						sb.append("'"+record.getReserved1()+"'");
				}
			
				sb.append(",");
			
				if(record.getReserved2()==null){
//						sb.append("'"+""+"'");
						sb.append("'"+""+"'");
						
				}else{
				// java type==String
						sb.append("'"+record.getReserved2()+"'");
				}
							sb.append(")");
			
			}
						result=st.executeUpdate(sb.toString());


			if (txconn == null) {
				conn.commit();
			}
		} catch (SQLException e) {
			if (txconn == null) {
				try {
					conn.rollback();
				} catch (SQLException e1) {
					e1.printStackTrace();
				}
			}
			throw e;
		}finally{
			if(st!=null){
				try {
					st.close();
				} catch (Exception est) {
					est.printStackTrace();
				}
			}
			if(session!=null)session.close();
		}
		return result;
	}
	
	
}


================================================
FILE: src/gens/java/org/fc/wlt/ordbgens/wlt/dao/WLTTransferDao.java
================================================
package org.fc.wlt.ordbgens.wlt.dao;

import java.sql.Connection;
import java.sql.SQLException;
import java.sql.PreparedStatement;
import java.sql.Statement;
import java.util.ArrayList;
import java.util.List;

import lombok.Data;
import lombok.EqualsAndHashCode;

import org.apache.commons.lang3.StringUtils;
import org.apache.ibatis.session.SqlSession;
import org.apache.ibatis.session.SqlSessionFactory;
//import org.springframework.transaction.annotation.Transactional;

import org.fc.wlt.ordbgens.wlt.entity.WLTTransfer;
import org.fc.wlt.ordbgens.wlt.entity.WLTTransferExample;
import org.fc.wlt.ordbgens.wlt.entity.WLTTransferExample.Criteria;
import org.fc.wlt.ordbgens.wlt.entity.WLTTransferKey;
import org.fc.wlt.ordbgens.wlt.mapper.WLTTransferMapper;
import onight.tfw.ojpa.api.annotations.Tab;
import onight.tfw.ojpa.ordb.ExtendDaoSupper;
import onight.tfw.mservice.ThreadContext;


@Data
@EqualsAndHashCode(callSuper=false)
@Tab(name="WLT_TRANSFER")
public class WLTTransferDao extends ExtendDaoSupper<WLTTransfer, WLTTransferExample, WLTTransferKey>{

	private WLTTransferMapper mapper;

	private SqlSessionFactory sqlSessionFactory;
	
	
	@Override
	public int countByExample(WLTTransferExample example) {
		return mapper.countByExample(example);
	}

	@Override
	public int deleteByExample(WLTTransferExample example)  throws Exception{
		return mapper.deleteByExample(example);
	}

	@Override
	public int deleteByPrimaryKey(WLTTransferKey key)  throws Exception{
		return mapper.deleteByPrimaryKey(key);
	}

	@Override
	public int insert(WLTTransfer record)   throws Exception{
		return mapper.insert(record);
	}

	@Override
	public int insertSelective(WLTTransfer record)   throws Exception{
		return mapper.insertSelective(record);
	}

	@Override
	//@Transactional
	public int batchUpdate(List<WLTTransfer> records) throws Exception
			 {
		for(WLTTransfer record : records){
			mapper.updateByPrimaryKeySelective(record);
		}
		return records.size();
	}

	@Override
	//@Transactional
	public int batchDelete(List<WLTTransfer> records) throws Exception
			 {
		for(WLTTransfer record : records){
			mapper.deleteByPrimaryKey(record);
		}
		return records.size();
	}

	@Override
	public List<WLTTransfer> selectByExample(WLTTransferExample example)
			 {
		return mapper.selectByExample(example);
	}

	@Override
	public WLTTransfer selectByPrimaryKey(WLTTransferKey key)
			 {
		return mapper.selectByPrimaryKey(key);
	}

	@Override
	public List<WLTTransfer> findAll(List<WLTTransfer> records) {
		if(records==null||records.size()<=0){
			return mapper.selectByExample(new WLTTransferExample());
		}
		List<WLTTransfer> list = new ArrayList<>();
		for(WLTTransfer record : records){
			WLTTransfer result = mapper.selectByPrimaryKey(record);
			if(result!=null){
				list.add(result);
			}
		}
		return list;
	}

	@Override
	public int updateByExampleSelective(WLTTransfer record, WLTTransferExample example)  throws Exception {
		return mapper.updateByExampleSelective(record, example);
	}

	@Override
	public int updateByExample(WLTTransfer record, WLTTransferExample example)  throws Exception{
		return mapper.updateByExample(record, example);
	}

	@Override
	public int updateByPrimaryKeySelective(WLTTransfer record)  throws Exception{
		return mapper.updateByPrimaryKeySelective(record);
	}

	@Override
	public int updateByPrimaryKey(WLTTransfer record)  throws Exception{
		return mapper.updateByPrimaryKey(record);
	}

	@Override
	public int sumByExample(WLTTransferExample example) {
		return 0;
	}

	@Override
	public void deleteAll()  throws Exception {
		mapper.deleteByExample(new WLTTransferExample());
	}

	@Override
	public WLTTransferExample getExample(WLTTransfer record) {
		WLTTransferExample example = new WLTTransferExample();
		if(record!=null){
			Criteria criteria = example.createCriteria();
							if(record.getTransferId()!=null){
				criteria.andTransferIdEqualTo(record.getTransferId());
				}
				if(record.getSourceUserId()!=null){
				criteria.andSourceUserIdEqualTo(record.getSourceUserId());
				}
				if(record.getSourceAssetId()!=null){
				criteria.andSourceAssetIdEqualTo(record.getSourceAssetId());
				}
				if(record.getSourceAmount()!=null){
				criteria.andSourceAmountEqualTo(record.getSourceAmount());
				}
				if(record.getSourceFundId()!=null){
				criteria.andSourceFundIdEqualTo(record.getSourceFundId());
				}
				if(record.getTargetUserId()!=null){
				criteria.andTargetUserIdEqualTo(record.getTargetUserId());
				}
				if(record.getTargetAssetId()!=null){
				criteria.andTargetAssetIdEqualTo(record.getTargetAssetId());
				}
				if(record.getTargetAmount()!=null){
				criteria.andTargetAmountEqualTo(record.getTargetAmount());
				}
				if(record.getTargetFundId()!=null){
				criteria.andTargetFundIdEqualTo(record.getTargetFundId());
				}
				if(record.getTotalFee()!=null){
				criteria.andTotalFeeEqualTo(record.getTotalFee());
				}
				if(record.getTransferType()!=null){
				criteria.andTransferTypeEqualTo(record.getTransferType());
				}
				if(record.getPendId()!=null){
				criteria.andPendIdEqualTo(record.getPendId());
				}
				if(record.getTransferStatus()!=null){
				criteria.andTransferStatusEqualTo(record.getTransferStatus());
				}
				if(record.getCreatedTime()!=null){
				criteria.andCreatedTimeEqualTo(record.getCreatedTime());
				}
				if(record.getUpdatedTime()!=null){
				criteria.andUpdatedTimeEqualTo(record.getUpdatedTime());
				}
				if(record.getReserved01()!=null){
				criteria.andReserved01EqualTo(record.getReserved01());
				}
				if(record.getReserved02()!=null){
				criteria.andReserved02EqualTo(record.getReserved02());
				}

		}
		return example;
	}
	
	public WLTTransfer selectOneByExample(WLTTransferExample example)
			 {
		example.setLimit(1);
		List<WLTTransfer> list=mapper.selectByExample(example);
		if(list!=null&&list.size()>0){
			return list.get(0);
		}
		return null;
	}
	
	@Override
	//@Transactional
	public int batchInsert(List<WLTTransfer> records) throws Exception {
		if(records.size()<=0)return 0;
		
		Connection txconn = (Connection) ThreadContext.getContext("__connection");
		Connection conn = txconn;
		SqlSession session = null;
		if (txconn == null) {
			session = sqlSessionFactory.openSession();
			conn = session.getConnection();
		}
		Statement st = null;

		int result=0;
		try {
			if (txconn == null) {
				conn.setAutoCommit(false);
			}		
			StringBuffer sb=new StringBuffer();
			sb.append("INSERT INTO WLT_TRANSFER(TRANSFER_ID,SOURCE_USER_ID,SOURCE_ASSET_ID,SOURCE_AMOUNT,SOURCE_FUND_ID,TARGET_USER_ID,TARGET_ASSET_ID,TARGET_AMOUNT,TARGET_FUND_ID,TOTAL_FEE,TRANSFER_TYPE,PEND_ID,TRANSFER_STATUS,CREATED_TIME,UPDATED_TIME,RESERVED_01,RESERVED_02) values");
			
				int i=0;
				st = conn.createStatement();
				for (WLTTransfer record : records) {
					if(i>0){
						sb.append(",");
					}
					i++;
				
			
				sb.append("(");
			
				if(record.getTransferId()==null){
//						sb.append("'"+""+"'");
						sb.append("'"+""+"'");
						
				}else{
				// java type==String
						sb.append("'"+record.getTransferId()+"'");
				}
			
				sb.append(",");
			
				if(record.getSourceUserId()==null){
//						sb.append("'"+""+"'");
						sb.append("'"+""+"'");
						
				}else{
				// java type==String
						sb.append("'"+record.getSourceUserId()+"'");
				}
			
				sb.append(",");
			
				if(record.getSourceAssetId()==null){
//						sb.append("'"+""+"'");
						sb.append("'"+""+"'");
						
				}else{
				// java type==String
						sb.append("'"+record.getSourceAssetId()+"'");
				}
			
				sb.append(",");
			
				if(record.getSourceAmount()==null){
//						sb.append("'"+"0"+"'");
						sb.append("'"+"0"+"'");
						
				}else{
				// java type==Double
						sb.append("'"+record.getSourceAmount()+"'");
				}
			
				sb.append(",");
			
				if(record.getSourceFundId()==null){
//						sb.append("'"+""+"'");
						sb.append("'"+""+"'");
						
				}else{
				// java type==String
						sb.append("'"+record.getSourceFundId()+"'");
				}
			
				sb.append(",");
			
				if(record.getTargetUserId()==null){
//						sb.append("'"+""+"'");
						sb.append("'"+""+"'");
						
				}else{
				// java type==String
						sb.append("'"+record.getTargetUserId()+"'");
				}
			
				sb.append(",");
			
				if(record.getTargetAssetId()==null){
//						sb.append("'"+""+"'");
						sb.append("'"+""+"'");
						
				}else{
				// java type==String
						sb.append("'"+record.getTargetAssetId()+"'");
				}
			
				sb.append(",");
			
				if(record.getTargetAmount()==null){
//						sb.append("'"+"0"+"'");
						sb.append("'"+"0"+"'");
						
				}else{
				// java type==Double
						sb.append("'"+record.getTargetAmount()+"'");
				}
			
				sb.append(",");
			
				if(record.getTargetFundId()==null){
//						sb.append("'"+""+"'");
						sb.append("'"+""+"'");
						
				}else{
				// java type==String
						sb.append("'"+record.getTargetFundId()+"'");
				}
			
				sb.append(",");
			
				if(record.getTotalFee()==null){
//						sb.append("'"+"0"+"'");
						sb.append("'"+"0"+"'");
						
				}else{
				// java type==Double
						sb.append("'"+record.getTotalFee()+"'");
				}
			
				sb.append(",");
			
				if(record.getTransferType()==null){
//						sb.append("'"+""+"'");
						sb.append("'"+""+"'");
						
				}else{
				// java type==String
						sb.append("'"+record.getTransferType()+"'");
				}
			
				sb.append(",");
			
				if(record.getPendId()==null){
//						sb.append("'"+""+"'");
						sb.append("'"+""+"'");
						
				}else{
				// java type==String
						sb.append("'"+record.getPendId()+"'");
				}
			
				sb.append(",");
			
				if(record.getTransferStatus()==null){
//						sb.append("'"+""+"'");
						sb.append("'"+""+"'");
						
				}else{
				// java type==String
						sb.append("'"+record.getTransferStatus()+"'");
				}
			
				sb.append(",");
			
				if(record.getCreatedTime()==null){
//						sb.append("'"+"CURRENT_TIMESTAMP"+"'");
					    java.text.SimpleDateFormat sdf = new java.text.SimpleDateFormat("yyyy-MM-dd HH:mm:ss.SSS");
						sb.append("'"+sdf.format(new java.util.Date())+"'");
						
				}else{
				// java type==Date
					    java.text.SimpleDateFormat sdf = new java.text.SimpleDateFormat("yyyy-MM-dd HH:mm:ss.SSS");
						sb.append("'"+sdf.format(record.getCreatedTime())+"'");
				}
			
				sb.append(",");
			
				if(record.getUpdatedTime()==null){
//						sb.append("'"+"CURRENT_TIMESTAMP"+"'");
					    java.text.SimpleDateFormat sdf = new java.text.SimpleDateFormat("yyyy-MM-dd HH:mm:ss.SSS");
						sb.append("'"+sdf.format(new java.util.Date())+"'");
						
				}else{
				// java type==Date
					    java.text.SimpleDateFormat sdf = new java.text.SimpleDateFormat("yyyy-MM-dd HH:mm:ss.SSS");
						sb.append("'"+sdf.format(record.getUpdatedTime())+"'");
				}
			
				sb.append(",");
			
				if(record.getReserved01()==null){
//						sb.append("'"+""+"'");
						sb.append("'"+""+"'");
						
				}else{
				// java type==String
						sb.append("'"+record.getReserved01()+"'");
				}
			
				sb.append(",");
			
				if(record.getReserved02()==null){
//						sb.append("'"+""+"'");
						sb.append("'"+""+"'");
						
				}else{
				// java type==String
						sb.append("'"+record.getReserved02()+"'");
				}
							sb.append(")");
			
			}
						result=st.executeUpdate(sb.toString());


			if (txconn == null) {
				conn.commit();
			}
		} catch (SQLException e) {
			if (txconn == null) {
				try {
					conn.rollback();
				} catch (SQLException e1) {
					e1.printStackTrace();
				}
			}
			throw e;
		}finally{
			if(st!=null){
				try {
					st.close();
				} catch (Exception est) {
					est.printStackTrace();
				}
			}
			if(session!=null)session.close();
		}
		return result;
	}
	
	
}


================================================
FILE: src/gens/java/org/fc/wlt/ordbgens/wlt/dao/WLTUserDao.java
================================================
package org.fc.wlt.ordbgens.wlt.dao;

import java.sql.Connection;
import java.sql.SQLException;
import java.sql.PreparedStatement;
import java.sql.Statement;
import java.util.ArrayList;
import java.util.List;

import lombok.Data;
import lombok.EqualsAndHashCode;

import org.apache.commons.lang3.StringUtils;
import org.apache.ibatis.session.SqlSession;
import org.apache.ibatis.session.SqlSessionFactory;
//import org.springframework.transaction.annotation.Transactional;

import org.fc.wlt.ordbgens.wlt.entity.WLTUser;
import org.fc.wlt.ordbgens.wlt.entity.WLTUserExample;
import org.fc.wlt.ordbgens.wlt.entity.WLTUserExample.Criteria;
import org.fc.wlt.ordbgens.wlt.entity.WLTUserKey;
import org.fc.wlt.ordbgens.wlt.mapper.WLTUserMapper;
import onight.tfw.ojpa.api.annotations.Tab;
import onight.tfw.ojpa.ordb.ExtendDaoSupper;
import onight.tfw.mservice.ThreadContext;


@Data
@EqualsAndHashCode(callSuper=false)
@Tab(name="WLT_USER")
public class WLTUserDao extends ExtendDaoSupper<WLTUser, WLTUserExample, WLTUserKey>{

	private WLTUserMapper mapper;

	private SqlSessionFactory sqlSessionFactory;
	
	
	@Override
	public int countByExample(WLTUserExample example) {
		return mapper.countByExample(example);
	}

	@Override
	public int deleteByExample(WLTUserExample example)  throws Exception{
		return mapper.deleteByExample(example);
	}

	@Override
	public int deleteByPrimaryKey(WLTUserKey key)  throws Exception{
		return mapper.deleteByPrimaryKey(key);
	}

	@Override
	public int insert(WLTUser record)   throws Exception{
		return mapper.insert(record);
	}

	@Override
	public int insertSelective(WLTUser record)   throws Exception{
		return mapper.insertSelective(record);
	}

	@Override
	//@Transactional
	public int batchUpdate(List<WLTUser> records) throws Exception
			 {
		for(WLTUser record : records){
			mapper.updateByPrimaryKeySelective(record);
		}
		return records.size();
	}

	@Override
	//@Transactional
	public int batchDelete(List<WLTUser> records) throws Exception
			 {
		for(WLTUser record : records){
			mapper.deleteByPrimaryKey(record);
		}
		return records.size();
	}

	@Override
	public List<WLTUser> selectByExample(WLTUserExample example)
			 {
		return mapper.selectByExample(example);
	}

	@Override
	public WLTUser selectByPrimaryKey(WLTUserKey key)
			 {
		return mapper.selectByPrimaryKey(key);
	}

	@Override
	public List<WLTUser> findAll(List<WLTUser> records) {
		if(records==null||records.size()<=0){
			return mapper.selectByExample(new WLTUserExample());
		}
		List<WLTUser> list = new ArrayList<>();
		for(WLTUser record : records){
			WLTUser result = mapper.selectByPrimaryKey(record);
			if(result!=null){
				list.add(result);
			}
		}
		return list;
	}

	@Override
	public int updateByExampleSelective(WLTUser record, WLTUserExample example)  throws Exception {
		return mapper.updateByExampleSelective(record, example);
	}

	@Override
	public int updateByExample(WLTUser record, WLTUserExample example)  throws Exception{
		return mapper.updateByExample(record, example);
	}

	@Override
	public int updateByPrimaryKeySelective(WLTUser record)  throws Exception{
		return mapper.updateByPrimaryKeySelective(record);
	}

	@Override
	public int updateByPrimaryKey(WLTUser record)  throws Exception{
		return mapper.updateByPrimaryKey(record);
	}

	@Override
	public int sumByExample(WLTUserExample example) {
		return 0;
	}

	@Override
	public void deleteAll()  throws Exception {
		mapper.deleteByExample(new WLTUserExample());
	}

	@Override
	public WLTUserExample getExample(WLTUser record) {
		WLTUserExample example = new WLTUserExample();
		if(record!=null){
			Criteria criteria = example.createCriteria();
							if(record.getUserId()!=null){
				criteria.andUserIdEqualTo(record.getUserId());
				}
				if(record.getUserCode()!=null){
				criteria.andUserCodeEqualTo(record.getUserCode());
				}
				if(record.getUserName()!=null){
				criteria.andUserNameEqualTo(record.getUserName());
				}
				if(record.getUserPasswd()!=null){
				criteria.andUserPasswdEqualTo(record.getUserPasswd());
				}
				if(record.getCheckPhone()!=null){
				criteria.andCheckPhoneEqualTo(record.getCheckPhone());
				}
				if(record.getCheckEmail()!=null){
				criteria.andCheckEmailEqualTo(record.getCheckEmail());
				}
				if(record.getUserStatus()!=null){
				criteria.andUserStatusEqualTo(record.getUserStatus());
				}
				if(record.getCreatedTime()!=null){
				criteria.andCreatedTimeEqualTo(record.getCreatedTime());
				}
				if(record.getUpdatedTime()!=null){
				criteria.andUpdatedTimeEqualTo(record.getUpdatedTime());
				}
				if(record.getReserved1()!=null){
				criteria.andReserved1EqualTo(record.getReserved1());
				}
				if(record.getReserved2()!=null){
				criteria.andReserved2EqualTo(record.getReserved2());
				}

		}
		return example;
	}
	
	public WLTUser selectOneByExample(WLTUserExample example)
			 {
		example.setLimit(1);
		List<WLTUser> list=mapper.selectByExample(example);
		if(list!=null&&list.size()>0){
			return list.get(0);
		}
		return null;
	}
	
	@Override
	//@Transactional
	public int batchInsert(List<WLTUser> records) throws Exception {
		if(records.size()<=0)return 0;
		
		Connection txconn = (Connection) ThreadContext.getContext("__connection");
		Connection conn = txconn;
		SqlSession session = null;
		if (txconn == null) {
			session = sqlSessionFactory.openSession();
			conn = session.getConnection();
		}
		Statement st = null;

		int result=0;
		try {
			if (txconn == null) {
				conn.setAutoCommit(false);
			}		
			StringBuffer sb=new StringBuffer();
			sb.append("INSERT INTO WLT_USER(USER_ID,USER_CODE,USER_NAME,USER_PASSWD,CHECK_PHONE,CHECK_EMAIL,USER_STATUS,CREATED_TIME,UPDATED_TIME,RESERVED1,RESERVED2) values");
			
				int i=0;
				st = conn.createStatement();
				for (WLTUser record : records) {
					if(i>0){
						sb.append(",");
					}
					i++;
				
			
				sb.append("(");
			
				if(record.getUserId()==null){
//						sb.append("'"+""+"'");
						sb.append("'"+""+"'");
						
				}else{
				// java type==String
						sb.append("'"+record.getUserId()+"'");
				}
			
				sb.append(",");
			
				if(record.getUserCode()==null){
//						sb.append("'"+""+"'");
						sb.append("'"+""+"'");
						
				}else{
				// java type==String
						sb.append("'"+record.getUserCode()+"'");
				}
			
				sb.append(",");
			
				if(record.getUserName()==null){
//						sb.append("'"+""+"'");
						sb.append("'"+""+"'");
						
				}else{
				// java type==String
						sb.append("'"+record.getUserName()+"'");
				}
			
				sb.append(",");
			
				if(record.getUserPasswd()==null){
//						sb.append("'"+""+"'");
						sb.append("'"+""+"'");
						
				}else{
				// java type==String
						sb.append("'"+record.getUserPasswd()+"'");
				}
			
				sb.append(",");
			
				if(record.getCheckPhone()==null){
//						sb.append("'"+""+"'");
						sb.append("'"+""+"'");
						
				}else{
				// java type==String
						sb.append("'"+record.getCheckPhone()+"'");
				}
			
				sb.append(",");
			
				if(record.getCheckEmail()==null){
//						sb.append("'"+""+"'");
						sb.append("'"+""+"'");
						
				}else{
				// java type==String
						sb.append("'"+record.getCheckEmail()+"'");
				}
			
				sb.append(",");
			
				if(record.getUserStatus()==null){
//						sb.append("'"+""+"'");
						sb.append("'"+""+"'");
						
				}else{
				// java type==String
						sb.append("'"+record.getUserStatus()+"'");
				}
			
				sb.append(",");
			
				if(record.getCreatedTime()==null){
//						sb.append("'"+"CURRENT_TIMESTAMP"+"'");
					    java.text.SimpleDateFormat sdf = new java.text.SimpleDateFormat("yyyy-MM-dd HH:mm:ss.SSS");
						sb.append("'"+sdf.format(new java.util.Date())+"'");
						
				}else{
				// java type==Date
					    java.text.SimpleDateFormat sdf = new java.text.SimpleDateFormat("yyyy-MM-dd HH:mm:ss.SSS");
						sb.append("'"+sdf.format(record.getCreatedTime())+"'");
				}
			
				sb.append(",");
			
				if(record.getUpdatedTime()==null){
//						sb.append("'"+"CURRENT_TIMESTAMP"+"'");
					    java.text.SimpleDateFormat sdf = new java.text.SimpleDateFormat("yyyy-MM-dd HH:mm:ss.SSS");
						sb.append("'"+sdf.format(new java.util.Date())+"'");
						
				}else{
				// java type==Date
					    java.text.SimpleDateFormat sdf = new java.text.SimpleDateFormat("yyyy-MM-dd HH:mm:ss.SSS");
						sb.append("'"+sdf.format(record.getUpdatedTime())+"'");
				}
			
				sb.append(",");
			
				if(record.getReserved1()==null){
//						sb.append("'"+""+"'");
						sb.append("'"+""+"'");
						
				}else{
				// java type==String
						sb.append("'"+record.getReserved1()+"'");
				}
			
				sb.append(",");
			
				if(record.getReserved2()==null){
//						sb.append("'"+""+"'");
						sb.append("'"+""+"'");
						
				}else{
				// java type==String
						sb.append("'"+record.getReserved2()+"'");
				}
							sb.append(")");
			
			}
						result=st.executeUpdate(sb.toString());


			if (txconn == null) {
				conn.commit();
			}
		} catch (SQLException e) {
			if (txconn == null) {
				try {
					conn.rollback();
				} catch (SQLException e1) {
					e1.printStackTrace();
				}
			}
			throw e;
		}finally{
			if(st!=null){
				try {
					st.close();
				} catch (Exception est) {
					est.printStackTrace();
				}
			}
			if(session!=null)session.close();
		}
		return result;
	}
	
	
}


================================================
FILE: src/gens/java/org/fc/wlt/ordbgens/wlt/entity/WLTAddr.java
================================================
package org.fc.wlt.ordbgens.wlt.entity;

import java.util.Date;
import lombok.AllArgsConstructor;
import lombok.NoArgsConstructor;
import onight.tfw.ojpa.api.annotations.Tab;
import org.codehaus.jackson.map.annotate.JsonSerialize;

@Tab(name="WLT_ADDR")
@AllArgsConstructor
@NoArgsConstructor
public class WLTAddr extends WLTAddrKey {
    /**
     * This field was generated by MyBatis Generator.
     * This field corresponds to the database column WLT_ADDR.USER_ID
     *
     * @mbggenerated Thu Feb 01 14:31:13 CST 2018
     */
    private String userId;

    /**
     * This field was generated by MyBatis Generator.
     * This field corresponds to the database column WLT_ADDR.HEX_ADDR
     *
     * @mbggenerated Thu Feb 01 14:31:13 CST 2018
     */
    private String hexAddr;

    /**
     * This field was generated by MyBatis Generator.
     * This field corresponds to the database column WLT_ADDR.PUBLIC_KEY
     *
     * @mbggenerated Thu Feb 01 14:31:13 CST 2018
     */
    private String publicKey;

    /**
     * This field was generated by MyBatis Generator.
     * This field corresponds to the database column WLT_ADDR.PUBLIC_KEY_HASH
     *
     * @mbggenerated Thu Feb 01 14:31:13 CST 2018
     */
    private String publicKeyHash;

    /**
     * This field was generated by MyBatis Generator.
     * This field corresponds to the database column WLT_ADDR.PRIVATE_KEY
     *
     * @mbggenerated Thu Feb 01 14:31:13 CST 2018
     */
    private String privateKey;

    /**
     * This field was generated by MyBatis Generator.
     * This field corresponds to the database column WLT_ADDR.ADDR_STATUS
     *
     * @mbggenerated Thu Feb 01 14:31:13 CST 2018
     */
    private String addrStatus;

    /**
     * This field was generated by MyBatis Generator.
     * This field corresponds to the database column WLT_ADDR.CREATED_TIME
     *
     * @mbggenerated Thu Feb 01 14:31:13 CST 2018
     */
    private Date createdTime;

    /**
     * This field was generated by MyBatis Generator.
     * This field corresponds to the database column WLT_ADDR.UPDATED_TIME
     *
     * @mbggenerated Thu Feb 01 14:31:13 CST 2018
     */
    private Date updatedTime;

    /**
     * This field was generated by MyBatis Generator.
     * This field corresponds to the database column WLT_ADDR.RESERVED1
     *
     * @mbggenerated Thu Feb 01 14:31:13 CST 2018
     */
    private String reserved1;

    /**
     * This field was generated by MyBatis Generator.
     * This field corresponds to the database column WLT_ADDR.RESERVED2
     *
     * @mbggenerated Thu Feb 01 14:31:13 CST 2018
     */
    private String reserved2;

    /**
     * This method was generated by MyBatis Generator.
     * This method returns the value of the database column WLT_ADDR.USER_ID
     *
     * @return the value of WLT_ADDR.USER_ID
     *
     * @mbggenerated Thu Feb 01 14:31:13 CST 2018
     */
    public String getUserId() {
        return userId;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method sets the value of the database column WLT_ADDR.USER_ID
     *
     * @param userId the value for WLT_ADDR.USER_ID
     *
     * @mbggenerated Thu Feb 01 14:31:13 CST 2018
     */
    public void setUserId(String userId) {
        this.userId = userId;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method returns the value of the database column WLT_ADDR.HEX_ADDR
     *
     * @return the value of WLT_ADDR.HEX_ADDR
     *
     * @mbggenerated Thu Feb 01 14:31:13 CST 2018
     */
    public String getHexAddr() {
        return hexAddr;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method sets the value of the database column WLT_ADDR.HEX_ADDR
     *
     * @param hexAddr the value for WLT_ADDR.HEX_ADDR
     *
     * @mbggenerated Thu Feb 01 14:31:13 CST 2018
     */
    public void setHexAddr(String hexAddr) {
        this.hexAddr = hexAddr;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method returns the value of the database column WLT_ADDR.PUBLIC_KEY
     *
     * @return the value of WLT_ADDR.PUBLIC_KEY
     *
     * @mbggenerated Thu Feb 01 14:31:13 CST 2018
     */
    public String getPublicKey() {
        return publicKey;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method sets the value of the database column WLT_ADDR.PUBLIC_KEY
     *
     * @param publicKey the value for WLT_ADDR.PUBLIC_KEY
     *
     * @mbggenerated Thu Feb 01 14:31:13 CST 2018
     */
    public void setPublicKey(String publicKey) {
        this.publicKey = publicKey;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method returns the value of the database column WLT_ADDR.PUBLIC_KEY_HASH
     *
     * @return the value of WLT_ADDR.PUBLIC_KEY_HASH
     *
     * @mbggenerated Thu Feb 01 14:31:13 CST 2018
     */
    public String getPublicKeyHash() {
        return publicKeyHash;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method sets the value of the database column WLT_ADDR.PUBLIC_KEY_HASH
     *
     * @param publicKeyHash the value for WLT_ADDR.PUBLIC_KEY_HASH
     *
     * @mbggenerated Thu Feb 01 14:31:13 CST 2018
     */
    public void setPublicKeyHash(String publicKeyHash) {
        this.publicKeyHash = publicKeyHash;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method returns the value of the database column WLT_ADDR.PRIVATE_KEY
     *
     * @return the value of WLT_ADDR.PRIVATE_KEY
     *
     * @mbggenerated Thu Feb 01 14:31:13 CST 2018
     */
    public String getPrivateKey() {
        return privateKey;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method sets the value of the database column WLT_ADDR.PRIVATE_KEY
     *
     * @param privateKey the value for WLT_ADDR.PRIVATE_KEY
     *
     * @mbggenerated Thu Feb 01 14:31:13 CST 2018
     */
    public void setPrivateKey(String privateKey) {
        this.privateKey = privateKey;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method returns the value of the database column WLT_ADDR.ADDR_STATUS
     *
     * @return the value of WLT_ADDR.ADDR_STATUS
     *
     * @mbggenerated Thu Feb 01 14:31:13 CST 2018
     */
    public String getAddrStatus() {
        return addrStatus;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method sets the value of the database column WLT_ADDR.ADDR_STATUS
     *
     * @param addrStatus the value for WLT_ADDR.ADDR_STATUS
     *
     * @mbggenerated Thu Feb 01 14:31:13 CST 2018
     */
    public void setAddrStatus(String addrStatus) {
        this.addrStatus = addrStatus;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method returns the value of the database column WLT_ADDR.CREATED_TIME
     *
     * @return the value of WLT_ADDR.CREATED_TIME
     *
     * @mbggenerated Thu Feb 01 14:31:13 CST 2018
     */
    public Date getCreatedTime() {
        return createdTime;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method sets the value of the database column WLT_ADDR.CREATED_TIME
     *
     * @param createdTime the value for WLT_ADDR.CREATED_TIME
     *
     * @mbggenerated Thu Feb 01 14:31:13 CST 2018
     */
    public void setCreatedTime(Date createdTime) {
        this.createdTime = createdTime;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method returns the value of the database column WLT_ADDR.UPDATED_TIME
     *
     * @return the value of WLT_ADDR.UPDATED_TIME
     *
     * @mbggenerated Thu Feb 01 14:31:13 CST 2018
     */
    public Date getUpdatedTime() {
        return updatedTime;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method sets the value of the database column WLT_ADDR.UPDATED_TIME
     *
     * @param updatedTime the value for WLT_ADDR.UPDATED_TIME
     *
     * @mbggenerated Thu Feb 01 14:31:13 CST 2018
     */
    public void setUpdatedTime(Date updatedTime) {
        this.updatedTime = updatedTime;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method returns the value of the database column WLT_ADDR.RESERVED1
     *
     * @return the value of WLT_ADDR.RESERVED1
     *
     * @mbggenerated Thu Feb 01 14:31:13 CST 2018
     */
    public String getReserved1() {
        return reserved1;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method sets the value of the database column WLT_ADDR.RESERVED1
     *
     * @param reserved1 the value for WLT_ADDR.RESERVED1
     *
     * @mbggenerated Thu Feb 01 14:31:13 CST 2018
     */
    public void setReserved1(String reserved1) {
        this.reserved1 = reserved1;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method returns the value of the database column WLT_ADDR.RESERVED2
     *
     * @return the value of WLT_ADDR.RESERVED2
     *
     * @mbggenerated Thu Feb 01 14:31:13 CST 2018
     */
    public String getReserved2() {
        return reserved2;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method sets the value of the database column WLT_ADDR.RESERVED2
     *
     * @param reserved2 the value for WLT_ADDR.RESERVED2
     *
     * @mbggenerated Thu Feb 01 14:31:13 CST 2018
     */
    public void setReserved2(String reserved2) {
        this.reserved2 = reserved2;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method corresponds to the database table WLT_ADDR
     *
     * @mbggenerated Thu Feb 01 14:31:13 CST 2018
     */
    @Override
    public boolean equals(Object that) {
        if (this == that) {
            return true;
        }
        if (that == null) {
            return false;
        }
        if (getClass() != that.getClass()) {
            return false;
        }
        WLTAddr other = (WLTAddr) that;
        return (this.getAddrId() == null ? other.getAddrId() == null : this.getAddrId().equals(other.getAddrId()))
            && (this.getUserId() == null ? other.getUserId() == null : this.getUserId().equals(other.getUserId()))
            && (this.getHexAddr() == null ? other.getHexAddr() == null : this.getHexAddr().equals(other.getHexAddr()))
            && (this.getPublicKey() == null ? other.getPublicKey() == null : this.getPublicKey().equals(other.getPublicKey()))
            && (this.getPublicKeyHash() == null ? other.getPublicKeyHash() == null : this.getPublicKeyHash().equals(other.getPublicKeyHash()))
            && (this.getPrivateKey() == null ? other.getPrivateKey() == null : this.getPrivateKey().equals(other.getPrivateKey()))
            && (this.getAddrStatus() == null ? other.getAddrStatus() == null : this.getAddrStatus().equals(other.getAddrStatus()))
            && (this.getCreatedTime() == null ? other.getCreatedTime() == null : this.getCreatedTime().equals(other.getCreatedTime()))
            && (this.getUpdatedTime() == null ? other.getUpdatedTime() == null : this.getUpdatedTime().equals(other.getUpdatedTime()))
            && (this.getReserved1() == null ? other.getReserved1() == null : this.getReserved1().equals(other.getReserved1()))
            && (this.getReserved2() == null ? other.getReserved2() == null : this.getReserved2().equals(other.getReserved2()));
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method corresponds to the database table WLT_ADDR
     *
     * @mbggenerated Thu Feb 01 14:31:13 CST 2018
     */
    @Override
    public int hashCode() {
        final int prime = 31;
        int result = 1;
        result = prime * result + ((getAddrId() == null) ? 0 : getAddrId().hashCode());
        result = prime * result + ((getUserId() == null) ? 0 : getUserId().hashCode());
        result = prime * result + ((getHexAddr() == null) ? 0 : getHexAddr().hashCode());
        result = prime * result + ((getPublicKey() == null) ? 0 : getPublicKey().hashCode());
        result = prime * result + ((getPublicKeyHash() == null) ? 0 : getPublicKeyHash().hashCode());
        result = prime * result + ((getPrivateKey() == null) ? 0 : getPrivateKey().hashCode());
        result = prime * result + ((getAddrStatus() == null) ? 0 : getAddrStatus().hashCode());
        result = prime * result + ((getCreatedTime() == null) ? 0 : getCreatedTime().hashCode());
        result = prime * result + ((getUpdatedTime() == null) ? 0 : getUpdatedTime().hashCode());
        result = prime * result + ((getReserved1() == null) ? 0 : getReserved1().hashCode());
        result = prime * result + ((getReserved2() == null) ? 0 : getReserved2().hashCode());
        return result;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method corresponds to the database table WLT_ADDR
     *
     * @mbggenerated Thu Feb 01 14:31:13 CST 2018
     */
    @Override
    public String toString() {
        StringBuilder sb = new StringBuilder();
        sb.append(getClass().getSimpleName());
        sb.append(" [");
        sb.append("Hash = ").append(hashCode());
        sb.append(", userId=").append(userId);
        sb.append(", hexAddr=").append(hexAddr);
        sb.append(", publicKey=").append(publicKey);
        sb.append(", publicKeyHash=").append(publicKeyHash);
        sb.append(", privateKey=").append(privateKey);
        sb.append(", addrStatus=").append(addrStatus);
        sb.append(", createdTime=").append(createdTime);
        sb.append(", updatedTime=").append(updatedTime);
        sb.append(", reserved1=").append(reserved1);
        sb.append(", reserved2=").append(reserved2);
        sb.append("]");
        return sb.toString();
    }
}

================================================
FILE: src/gens/java/org/fc/wlt/ordbgens/wlt/entity/WLTAddrExample.java
================================================
package org.fc.wlt.ordbgens.wlt.entity;

import java.util.ArrayList;
import java.util.Date;
import java.util.List;
import lombok.Data;
import lombok.NoArgsConstructor;

@Data
public class WLTAddrExample {
    /**
     * This field was generated by MyBatis Generator.
     * This field corresponds to the database table WLT_ADDR
     *
     * @mbggenerated Thu Feb 01 14:31:13 CST 2018
     */
    protected String orderByClause;

    /**
     * This field was generated by MyBatis Generator.
     * This field corresponds to the database table WLT_ADDR
     *
     * @mbggenerated Thu Feb 01 14:31:13 CST 2018
     */
    protected boolean distinct;

    /**
     * This field was generated by MyBatis Generator.
     * This field corresponds to the database table WLT_ADDR
     *
     * @mbggenerated Thu Feb 01 14:31:13 CST 2018
     */
    protected List<Criteria> oredCriteria;

    protected int offset;

    protected int limit;

    protected String sumCol;

    protected String groupSelClause;

    protected boolean forUpdate;

    protected String groupByClause;

    String selectCols;

    /**
     * This method was generated by MyBatis Generator.
     * This method corresponds to the database table WLT_ADDR
     *
     * @mbggenerated Thu Feb 01 14:31:13 CST 2018
     */
    public WLTAddrExample() {
        oredCriteria = new ArrayList<Criteria>();
        offset = 0;
        limit = Integer.MAX_VALUE;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method corresponds to the database table WLT_ADDR
     *
     * @mbggenerated Thu Feb 01 14:31:13 CST 2018
     */
    public void setOrderByClause(String orderByClause) {
        this.orderByClause = orderByClause;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method corresponds to the database table WLT_ADDR
     *
     * @mbggenerated Thu Feb 01 14:31:13 CST 2018
     */
    public String getOrderByClause() {
        return orderByClause;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method corresponds to the database table WLT_ADDR
     *
     * @mbggenerated Thu Feb 01 14:31:13 CST 2018
     */
    public void setDistinct(boolean distinct) {
        this.distinct = distinct;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method corresponds to the database table WLT_ADDR
     *
     * @mbggenerated Thu Feb 01 14:31:13 CST 2018
     */
    public boolean isDistinct() {
        return distinct;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method corresponds to the database table WLT_ADDR
     *
     * @mbggenerated Thu Feb 01 14:31:13 CST 2018
     */
    public List<Criteria> getOredCriteria() {
        return oredCriteria;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method corresponds to the database table WLT_ADDR
     *
     * @mbggenerated Thu Feb 01 14:31:13 CST 2018
     */
    public void or(Criteria criteria) {
        oredCriteria.add(criteria);
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method corresponds to the database table WLT_ADDR
     *
     * @mbggenerated Thu Feb 01 14:31:13 CST 2018
     */
    public Criteria or() {
        Criteria criteria = createCriteriaInternal();
        oredCriteria.add(criteria);
        return criteria;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method corresponds to the database table WLT_ADDR
     *
     * @mbggenerated Thu Feb 01 14:31:13 CST 2018
     */
    public Criteria createCriteria() {
        Criteria criteria = createCriteriaInternal();
        if (oredCriteria.size() == 0) {
            oredCriteria.add(criteria);
        }
        return criteria;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method corresponds to the database table WLT_ADDR
     *
     * @mbggenerated Thu Feb 01 14:31:13 CST 2018
     */
    protected Criteria createCriteriaInternal() {
        Criteria criteria = new Criteria();
        return criteria;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method corresponds to the database table WLT_ADDR
     *
     * @mbggenerated Thu Feb 01 14:31:13 CST 2018
     */
    public void clear() {
        oredCriteria.clear();
        orderByClause = null;
        distinct = false;
        this.offset= 0;
        this.limit= Integer.MAX_VALUE;
        this.sumCol=null;
        this.groupSelClause=null;
        this.groupByClause=null;
        this.forUpdate=false;
    }

    public void setOffset(int offset) {
         this.offset = offset;
    }

    public int getOffset() {
          return offset;
    }

    public void setLimit(int limit) {
         this.limit = limit;
    }

    public int getLimit() {
          return limit;
    }

    public void setSumCol(String sumCol) {
         this.sumCol = sumCol;
    }

    public String getSumCol() {
          return sumCol;
    }

    public void setGroupSelClause(String groupSelClause) {
         this.groupSelClause = groupSelClause;
    }

    public String getGroupSelClause() {
          return groupSelClause;
    }

    public void setForUpdate(boolean forUpdate) {
         this.forUpdate = forUpdate;
    }

    public boolean isForUpdate() {
          return forUpdate;
    }

    public void setGroupByClause(String groupByClause) {
         this.groupByClause = groupByClause;
    }

    public String getGroupByClause() {
          return groupByClause;
    }

    /**
     * This class was generated by MyBatis Generator.
     * This class corresponds to the database table WLT_ADDR
     *
     * @mbggenerated Thu Feb 01 14:31:13 CST 2018
     */
    @Data
    public abstract static class GeneratedCriteria {
        protected List<Criterion> criteria;

        public GeneratedCriteria() {
            super();
            criteria = new ArrayList<Criterion>();
        }

        public boolean isValid() {
            return criteria.size() > 0;
        }

        public List<Criterion> getAllCriteria() {
            return criteria;
        }

        public List<Criterion> getCriteria() {
            return criteria;
        }

        public void addCriterion(String condition) {
            if (condition == null) {
                throw new RuntimeException("Value for condition cannot be null");
            }
            criteria.add(new Criterion(condition));
        }

        public void addCriterion(String condition, Object value, String property) {
            if (value == null) {
                throw new RuntimeException("Value for " + property + " cannot be null");
            }
            criteria.add(new Criterion(condition, value));
        }

        public void addCriterion(String condition, Object value1, Object value2, String property) {
            if (value1 == null || value2 == null) {
                throw new RuntimeException("Between values for " + property + " cannot be null");
            }
            criteria.add(new Criterion(condition, value1, value2));
        }

        public Criteria andAddrIdIsNull() {
            addCriterion("ADDR_ID is null");
            return (Criteria) this;
        }

        public Criteria andAddrIdIsNotNull() {
            addCriterion("ADDR_ID is not null");
            return (Criteria) this;
        }

        public Criteria andAddrIdEqualTo(String value) {
            addCriterion("ADDR_ID =", value, "addrId");
            return (Criteria) this;
        }

        public Criteria andAddrIdNotEqualTo(String value) {
            addCriterion("ADDR_ID <>", value, "addrId");
            return (Criteria) this;
        }

        public Criteria andAddrIdGreaterThan(String value) {
            addCriterion("ADDR_ID >", value, "addrId");
            return (Criteria) this;
        }

        public Criteria andAddrIdGreaterThanOrEqualTo(String value) {
            addCriterion("ADDR_ID >=", value, "addrId");
            return (Criteria) this;
        }

        public Criteria andAddrIdLessThan(String value) {
            addCriterion("ADDR_ID <", value, "addrId");
            return (Criteria) this;
        }

        public Criteria andAddrIdLessThanOrEqualTo(String value) {
            addCriterion("ADDR_ID <=", value, "addrId");
            return (Criteria) this;
        }

        public Criteria andAddrIdLike(String value) {
            addCriterion("ADDR_ID like", value, "addrId");
            return (Criteria) this;
        }

        public Criteria andAddrIdNotLike(String value) {
            addCriterion("ADDR_ID not like", value, "addrId");
            return (Criteria) this;
        }

        public Criteria andAddrIdIn(List<String> values) {
            addCriterion("ADDR_ID in", values, "addrId");
            return (Criteria) this;
        }

        public Criteria andAddrIdNotIn(List<String> values) {
            addCriterion("ADDR_ID not in", values, "addrId");
            return (Criteria) this;
        }

        public Criteria andAddrIdBetween(String value1, String value2) {
            addCriterion("ADDR_ID between", value1, value2, "addrId");
            return (Criteria) this;
        }

        public Criteria andAddrIdNotBetween(String value1, String value2) {
            addCriterion("ADDR_ID not between", value1, value2, "addrId");
            return (Criteria) this;
        }

        public Criteria andUserIdIsNull() {
            addCriterion("USER_ID is null");
            return (Criteria) this;
        }

        public Criteria andUserIdIsNotNull() {
            addCriterion("USER_ID is not null");
            return (Criteria) this;
        }

        public Criteria andUserIdEqualTo(String value) {
            addCriterion("USER_ID =", value, "userId");
            return (Criteria) this;
        }

        public Criteria andUserIdNotEqualTo(String value) {
            addCriterion("USER_ID <>", value, "userId");
            return (Criteria) this;
        }

        public Criteria andUserIdGreaterThan(String value) {
            addCriterion("USER_ID >", value, "userId");
            return (Criteria) this;
        }

        public Criteria andUserIdGreaterThanOrEqualTo(String value) {
            addCriterion("USER_ID >=", value, "userId");
            return (Criteria) this;
        }

        public Criteria andUserIdLessThan(String value) {
            addCriterion("USER_ID <", value, "userId");
            return (Criteria) this;
        }

        public Criteria andUserIdLessThanOrEqualTo(String value) {
            addCriterion("USER_ID <=", value, "userId");
            return (Criteria) this;
        }

        public Criteria andUserIdLike(String value) {
            addCriterion("USER_ID like", value, "userId");
            return (Criteria) this;
        }

        public Criteria andUserIdNotLike(String value) {
            addCriterion("USER_ID not like", value, "userId");
            return (Criteria) this;
        }

        public Criteria andUserIdIn(List<String> values) {
            addCriterion("USER_ID in", values, "userId");
            return (Criteria) this;
        }

        public Criteria andUserIdNotIn(List<String> values) {
            addCriterion("USER_ID not in", values, "userId");
            return (Criteria) this;
        }

        public Criteria andUserIdBetween(String value1, String value2) {
            addCriterion("USER_ID between", value1, value2, "userId");
            return (Criteria) this;
        }

        public Criteria andUserIdNotBetween(String value1, String value2) {
            addCriterion("USER_ID not between", value1, value2, "userId");
            return (Criteria) this;
        }

        public Criteria andHexAddrIsNull() {
            addCriterion("HEX_ADDR is null");
            return (Criteria) this;
        }

        public Criteria andHexAddrIsNotNull() {
            addCriterion("HEX_ADDR is not null");
            return (Criteria) this;
        }

        public Criteria andHexAddrEqualTo(String value) {
            addCriterion("HEX_ADDR =", value, "hexAddr");
            return (Criteria) this;
        }

        public Criteria andHexAddrNotEqualTo(String value) {
            addCriterion("HEX_ADDR <>", value, "hexAddr");
            return (Criteria) this;
        }

        public Criteria andHexAddrGreaterThan(String value) {
            addCriterion("HEX_ADDR >", value, "hexAddr");
            return (Criteria) this;
        }

        public Criteria andHexAddrGreaterThanOrEqualTo(String value) {
            addCriterion("HEX_ADDR >=", value, "hexAddr");
            return (Criteria) this;
        }

        public Criteria andHexAddrLessThan(String value) {
            addCriterion("HEX_ADDR <", value, "hexAddr");
            return (Criteria) this;
        }

        public Criteria andHexAddrLessThanOrEqualTo(String value) {
            addCriterion("HEX_ADDR <=", value, "hexAddr");
            return (Criteria) this;
        }

        public Criteria andHexAddrLike(String value) {
            addCriterion("HEX_ADDR like", value, "hexAddr");
            return (Criteria) this;
        }

        public Criteria andHexAddrNotLike(String value) {
            addCriterion("HEX_ADDR not like", value, "hexAddr");
            return (Criteria) this;
        }

        public Criteria andHexAddrIn(List<String> values) {
            addCriterion("HEX_ADDR in", values, "hexAddr");
            return (Criteria) this;
        }

        public Criteria andHexAddrNotIn(List<String> values) {
            addCriterion("HEX_ADDR not in", values, "hexAddr");
            return (Criteria) this;
        }

        public Criteria andHexAddrBetween(String value1, String value2) {
            addCriterion("HEX_ADDR between", value1, value2, "hexAddr");
            return (Criteria) this;
        }

        public Criteria andHexAddrNotBetween(String value1, String value2) {
            addCriterion("HEX_ADDR not between", value1, value2, "hexAddr");
            return (Criteria) this;
        }

        public Criteria andPublicKeyIsNull() {
            addCriterion("PUBLIC_KEY is null");
            return (Criteria) this;
        }

        public Criteria andPublicKeyIsNotNull() {
            addCriterion("PUBLIC_KEY is not null");
            return (Criteria) this;
        }

        public Criteria andPublicKeyEqualTo(String value) {
            addCriterion("PUBLIC_KEY =", value, "publicKey");
            return (Criteria) this;
        }

        public Criteria andPublicKeyNotEqualTo(String value) {
            addCriterion("PUBLIC_KEY <>", value, "publicKey");
            return (Criteria) this;
        }

        public Criteria andPublicKeyGreaterThan(String value) {
            addCriterion("PUBLIC_KEY >", value, "publicKey");
            return (Criteria) this;
        }

        public Criteria andPublicKeyGreaterThanOrEqualTo(String value) {
            addCriterion("PUBLIC_KEY >=", value, "publicKey");
            return (Criteria) this;
        }

        public Criteria andPublicKeyLessThan(String value) {
            addCriterion("PUBLIC_KEY <", value, "publicKey");
            return (Criteria) this;
        }

        public Criteria andPublicKeyLessThanOrEqualTo(String value) {
            addCriterion("PUBLIC_KEY <=", value, "publicKey");
            return (Criteria) this;
        }

        public Criteria andPublicKeyLike(String value) {
            addCriterion("PUBLIC_KEY like", value, "publicKey");
            return (Criteria) this;
        }

        public Criteria andPublicKeyNotLike(String value) {
            addCriterion("PUBLIC_KEY not like", value, "publicKey");
            return (Criteria) this;
        }

        public Criteria andPublicKeyIn(List<String> values) {
            addCriterion("PUBLIC_KEY in", values, "publicKey");
            return (Criteria) this;
        }

        public Criteria andPublicKeyNotIn(List<String> values) {
            addCriterion("PUBLIC_KEY not in", values, "publicKey");
            return (Criteria) this;
        }

        public Criteria andPublicKeyBetween(String value1, String value2) {
            addCriterion("PUBLIC_KEY between", value1, value2, "publicKey");
            return (Criteria) this;
        }

        public Criteria andPublicKeyNotBetween(String value1, String value2) {
            addCriterion("PUBLIC_KEY not between", value1, value2, "publicKey");
            return (Criteria) this;
        }

        public Criteria andPublicKeyHashIsNull() {
            addCriterion("PUBLIC_KEY_HASH is null");
            return (Criteria) this;
        }

        public Criteria andPublicKeyHashIsNotNull() {
            addCriterion("PUBLIC_KEY_HASH is not null");
            return (Criteria) this;
        }

        public Criteria andPublicKeyHashEqualTo(String value) {
            addCriterion("PUBLIC_KEY_HASH =", value, "publicKeyHash");
            return (Criteria) this;
        }

        public Criteria andPublicKeyHashNotEqualTo(String value) {
            addCriterion("PUBLIC_KEY_HASH <>", value, "publicKeyHash");
            return (Criteria) this;
        }

        public Criteria andPublicKeyHashGreaterThan(String value) {
            addCriterion("PUBLIC_KEY_HASH >", value, "publicKeyHash");
            return (Criteria) this;
        }

        public Criteria andPublicKeyHashGreaterThanOrEqualTo(String value) {
            addCriterion("PUBLIC_KEY_HASH >=", value, "publicKeyHash");
            return (Criteria) this;
        }

        public Criteria andPublicKeyHashLessThan(String value) {
            addCriterion("PUBLIC_KEY_HASH <", value, "publicKeyHash");
            return (Criteria) this;
        }

        public Criteria andPublicKeyHashLessThanOrEqualTo(String value) {
            addCriterion("PUBLIC_KEY_HASH <=", value, "publicKeyHash");
            return (Criteria) this;
        }

        public Criteria andPublicKeyHashLike(String value) {
            addCriterion("PUBLIC_KEY_HASH like", value, "publicKeyHash");
            return (Criteria) this;
        }

        public Criteria andPublicKeyHashNotLike(String value) {
            addCriterion("PUBLIC_KEY_HASH not like", value, "publicKeyHash");
            return (Criteria) this;
        }

        public Criteria andPublicKeyHashIn(List<String> values) {
            addCriterion("PUBLIC_KEY_HASH in", values, "publicKeyHash");
            return (Criteria) this;
        }

        public Criteria andPublicKeyHashNotIn(List<String> values) {
            addCriterion("PUBLIC_KEY_HASH not in", values, "publicKeyHash");
            return (Criteria) this;
        }

        public Criteria andPublicKeyHashBetween(String value1, String value2) {
            addCriterion("PUBLIC_KEY_HASH between", value1, value2, "publicKeyHash");
            return (Criteria) this;
        }

        public Criteria andPublicKeyHashNotBetween(String value1, String value2) {
            addCriterion("PUBLIC_KEY_HASH not between", value1, value2, "publicKeyHash");
            return (Criteria) this;
        }

        public Criteria andPrivateKeyIsNull() {
            addCriterion("PRIVATE_KEY is null");
            return (Criteria) this;
        }

        public Criteria andPrivateKeyIsNotNull() {
            addCriterion("PRIVATE_KEY is not null");
            return (Criteria) this;
        }

        public Criteria andPrivateKeyEqualTo(String value) {
            addCriterion("PRIVATE_KEY =", value, "privateKey");
            return (Criteria) this;
        }

        public Criteria andPrivateKeyNotEqualTo(String value) {
            addCriterion("PRIVATE_KEY <>", value, "privateKey");
            return (Criteria) this;
        }

        public Criteria andPrivateKeyGreaterThan(String value) {
            addCriterion("PRIVATE_KEY >", value, "privateKey");
            return (Criteria) this;
        }

        public Criteria andPrivateKeyGreaterThanOrEqualTo(String value) {
            addCriterion("PRIVATE_KEY >=", value, "privateKey");
            return (Criteria) this;
        }

        public Criteria andPrivateKeyLessThan(String value) {
            addCriterion("PRIVATE_KEY <", value, "privateKey");
            return (Criteria) this;
        }

        public Criteria andPrivateKeyLessThanOrEqualTo(String value) {
            addCriterion("PRIVATE_KEY <=", value, "privateKey");
            return (Criteria) this;
        }

        public Criteria andPrivateKeyLike(String value) {
            addCriterion("PRIVATE_KEY like", value, "privateKey");
            return (Criteria) this;
        }

        public Criteria andPrivateKeyNotLike(String value) {
            addCriterion("PRIVATE_KEY not like", value, "privateKey");
            return (Criteria) this;
        }

        public Criteria andPrivateKeyIn(List<String> values) {
            addCriterion("PRIVATE_KEY in", values, "privateKey");
            return (Criteria) this;
        }

        public Criteria andPrivateKeyNotIn(List<String> values) {
            addCriterion("PRIVATE_KEY not in", values, "privateKey");
            return (Criteria) this;
        }

        public Criteria andPrivateKeyBetween(String value1, String value2) {
            addCriterion("PRIVATE_KEY between", value1, value2, "privateKey");
            return (Criteria) this;
        }

        public Criteria andPrivateKeyNotBetween(String value1, String value2) {
            addCriterion("PRIVATE_KEY not between", value1, value2, "privateKey");
            return (Criteria) this;
        }

        public Criteria andAddrStatusIsNull() {
            addCriterion("ADDR_STATUS is null");
            return (Criteria) this;
        }

        public Criteria andAddrStatusIsNotNull() {
            addCriterion("ADDR_STATUS is not null");
            return (Criteria) this;
        }

        public Criteria andAddrStatusEqualTo(String value) {
            addCriterion("ADDR_STATUS =", value, "addrStatus");
            return (Criteria) this;
        }

        public Criteria andAddrStatusNotEqualTo(String value) {
            addCriterion("ADDR_STATUS <>", value, "addrStatus");
            return (Criteria) this;
        }

        public Criteria andAddrStatusGreaterThan(String value) {
            addCriterion("ADDR_STATUS >", value, "addrStatus");
            return (Criteria) this;
        }

        public Criteria andAddrStatusGreaterThanOrEqualTo(String value) {
            addCriterion("ADDR_STATUS >=", value, "addrStatus");
            return (Criteria) this;
        }

        public Criteria andAddrStatusLessThan(String value) {
            addCriterion("ADDR_STATUS <", value, "addrStatus");
            return (Criteria) this;
        }

        public Criteria andAddrStatusLessThanOrEqualTo(String value) {
            addCriterion("ADDR_STATUS <=", value, "addrStatus");
            return (Criteria) this;
        }

        public Criteria andAddrStatusLike(String value) {
            addCriterion("ADDR_STATUS like", value, "addrStatus");
            return (Criteria) this;
        }

        public Criteria andAddrStatusNotLike(String value) {
            addCriterion("ADDR_STATUS not like", value, "addrStatus");
            return (Criteria) this;
        }

        public Criteria andAddrStatusIn(List<String> values) {
            addCriterion("ADDR_STATUS in", values, "addrStatus");
            return (Criteria) this;
        }

        public Criteria andAddrStatusNotIn(List<String> values) {
            addCriterion("ADDR_STATUS not in", values, "addrStatus");
            return (Criteria) this;
        }

        public Criteria andAddrStatusBetween(String value1, String value2) {
            addCriterion("ADDR_STATUS between", value1, value2, "addrStatus");
            return (Criteria) this;
        }

        public Criteria andAddrStatusNotBetween(String value1, String value2) {
            addCriterion("ADDR_STATUS not between", value1, value2, "addrStatus");
            return (Criteria) this;
        }

        public Criteria andCreatedTimeIsNull() {
            addCriterion("CREATED_TIME is null");
            return (Criteria) this;
        }

        public Criteria andCreatedTimeIsNotNull() {
            addCriterion("CREATED_TIME is not null");
            return (Criteria) this;
        }

        public Criteria andCreatedTimeEqualTo(Date value) {
            addCriterion("CREATED_TIME =", value, "createdTime");
            return (Criteria) this;
        }

        public Criteria andCreatedTimeNotEqualTo(Date value) {
            addCriterion("CREATED_TIME <>", value, "createdTime");
            return (Criteria) this;
        }

        public Criteria andCreatedTimeGreaterThan(Date value) {
            addCriterion("CREATED_TIME >", value, "createdTime");
            return (Criteria) this;
        }

        public Criteria andCreatedTimeGreaterThanOrEqualTo(Date value) {
            addCriterion("CREATED_TIME >=", value, "createdTime");
            return (Criteria) this;
        }

        public Criteria andCreatedTimeLessThan(Date value) {
            addCriterion("CREATED_TIME <", value, "createdTime");
            return (Criteria) this;
        }

        public Criteria andCreatedTimeLessThanOrEqualTo(Date value) {
            addCriterion("CREATED_TIME <=", value, "createdTime");
            return (Criteria) this;
        }

        public Criteria andCreatedTimeIn(List<Date> values) {
            addCriterion("CREATED_TIME in", values, "createdTime");
            return (Criteria) this;
        }

        public Criteria andCreatedTimeNotIn(List<Date> values) {
            addCriterion("CREATED_TIME not in", values, "createdTime");
            return (Criteria) this;
        }

        public Criteria andCreatedTimeBetween(Date value1, Date value2) {
            addCriterion("CREATED_TIME between", value1, value2, "createdTime");
            return (Criteria) this;
        }

        public Criteria andCreatedTimeNotBetween(Date value1, Date value2) {
            addCriterion("CREATED_TIME not between", value1, value2, "createdTime");
            return (Criteria) this;
        }

        public Criteria andUpdatedTimeIsNull() {
            addCriterion("UPDATED_TIME is null");
            return (Criteria) this;
        }

        public Criteria andUpdatedTimeIsNotNull() {
            addCriterion("UPDATED_TIME is not null");
            return (Criteria) this;
        }

        public Criteria andUpdatedTimeEqualTo(Date value) {
            addCriterion("UPDATED_TIME =", value, "updatedTime");
            return (Criteria) this;
        }

        public Criteria andUpdatedTimeNotEqualTo(Date value) {
            addCriterion("UPDATED_TIME <>", value, "updatedTime");
            return (Criteria) this;
        }

        public Criteria andUpdatedTimeGreaterThan(Date value) {
            addCriterion("UPDATED_TIME >", value, "updatedTime");
            return (Criteria) this;
        }

        public Criteria andUpdatedTimeGreaterThanOrEqualTo(Date value) {
            addCriterion("UPDATED_TIME >=", value, "updatedTime");
            return (Criteria) this;
        }

        public Criteria andUpdatedTimeLessThan(Date value) {
            addCriterion("UPDATED_TIME <", value, "updatedTime");
            return (Criteria) this;
        }

        public Criteria andUpdatedTimeLessThanOrEqualTo(Date value) {
            addCriterion("UPDATED_TIME <=", value, "updatedTime");
            return (Criteria) this;
        }

        public Criteria andUpdatedTimeIn(List<Date> values) {
            addCriterion("UPDATED_TIME in", values, "updatedTime");
            return (Criteria) this;
        }

        public Criteria andUpdatedTimeNotIn(List<Date> values) {
            addCriterion("UPDATED_TIME not in", values, "updatedTime");
            return (Criteria) this;
        }

        public Criteria andUpdatedTimeBetween(Date value1, Date value2) {
            addCriterion("UPDATED_TIME between", value1, value2, "updatedTime");
            return (Criteria) this;
        }

        public Criteria andUpdatedTimeNotBetween(Date value1, Date value2) {
            addCriterion("UPDATED_TIME not between", value1, value2, "updatedTime");
            return (Criteria) this;
        }

        public Criteria andReserved1IsNull() {
            addCriterion("RESERVED1 is null");
            return (Criteria) this;
        }

        public Criteria andReserved1IsNotNull() {
            addCriterion("RESERVED1 is not null");
            return (Criteria) this;
        }

        public Criteria andReserved1EqualTo(String value) {
            addCriterion("RESERVED1 =", value, "reserved1");
            return (Criteria) this;
        }

        public Criteria andReserved1NotEqualTo(String value) {
            addCriterion("RESERVED1 <>", value, "reserved1");
            return (Criteria) this;
        }

        public Criteria andReserved1GreaterThan(String value) {
            addCriterion("RESERVED1 >", value, "reserved1");
            return (Criteria) this;
        }

        public Criteria andReserved1GreaterThanOrEqualTo(String value) {
            addCriterion("RESERVED1 >=", value, "reserved1");
            return (Criteria) this;
        }

        public Criteria andReserved1LessThan(String value) {
            addCriterion("RESERVED1 <", value, "reserved1");
            return (Criteria) this;
        }

        public Criteria andReserved1LessThanOrEqualTo(String value) {
            addCriterion("RESERVED1 <=", value, "reserved1");
            return (Criteria) this;
        }

        public Criteria andReserved1Like(String value) {
            addCriterion("RESERVED1 like", value, "reserved1");
            return (Criteria) this;
        }

        public Criteria andReserved1NotLike(String value) {
            addCriterion("RESERVED1 not like", value, "reserved1");
            return (Criteria) this;
        }

        public Criteria andReserved1In(List<String> values) {
            addCriterion("RESERVED1 in", values, "reserved1");
            return (Criteria) this;
        }

        public Criteria andReserved1NotIn(List<String> values) {
            addCriterion("RESERVED1 not in", values, "reserved1");
            return (Criteria) this;
        }

        public Criteria andReserved1Between(String value1, String value2) {
            addCriterion("RESERVED1 between", value1, value2, "reserved1");
            return (Criteria) this;
        }

        public Criteria andReserved1NotBetween(String value1, String value2) {
            addCriterion("RESERVED1 not between", value1, value2, "reserved1");
            return (Criteria) this;
        }

        public Criteria andReserved2IsNull() {
            addCriterion("RESERVED2 is null");
            return (Criteria) this;
        }

        public Criteria andReserved2IsNotNull() {
            addCriterion("RESERVED2 is not null");
            return (Criteria) this;
        }

        public Criteria andReserved2EqualTo(String value) {
            addCriterion("RESERVED2 =", value, "reserved2");
            return (Criteria) this;
        }

        public Criteria andReserved2NotEqualTo(String value) {
            addCriterion("RESERVED2 <>", value, "reserved2");
            return (Criteria) this;
        }

        public Criteria andReserved2GreaterThan(String value) {
            addCriterion("RESERVED2 >", value, "reserved2");
            return (Criteria) this;
        }

        public Criteria andReserved2GreaterThanOrEqualTo(String value) {
            addCriterion("RESERVED2 >=", value, "reserved2");
            return (Criteria) this;
        }

        public Criteria andReserved2LessThan(String value) {
            addCriterion("RESERVED2 <", value, "reserved2");
            return (Criteria) this;
        }

        public Criteria andReserved2LessThanOrEqualTo(String value) {
            addCriterion("RESERVED2 <=", value, "reserved2");
            return (Criteria) this;
        }

        public Criteria andReserved2Like(String value) {
            addCriterion("RESERVED2 like", value, "reserved2");
            return (Criteria) this;
        }

        public Criteria andReserved2NotLike(String value) {
            addCriterion("RESERVED2 not like", value, "reserved2");
            return (Criteria) this;
        }

        public Criteria andReserved2In(List<String> values) {
            addCriterion("RESERVED2 in", values, "reserved2");
            return (Criteria) this;
        }

        public Criteria andReserved2NotIn(List<String> values) {
            addCriterion("RESERVED2 not in", values, "reserved2");
            return (Criteria) this;
        }

        public Criteria andReserved2Between(String value1, String value2) {
            addCriterion("RESERVED2 between", value1, value2, "reserved2");
            return (Criteria) this;
        }

        public Criteria andReserved2NotBetween(String value1, String value2) {
            addCriterion("RESERVED2 not between", value1, value2, "reserved2");
            return (Criteria) this;
        }

        public Criteria andAddrIdLikeInsensitive(String value) {
            addCriterion("upper(ADDR_ID) like", value.toUpperCase(), "addrId");
            return (Criteria) this;
        }

        public Criteria andUserIdLikeInsensitive(String value) {
            addCriterion("upper(USER_ID) like", value.toUpperCase(), "userId");
            return (Criteria) this;
        }

        public Criteria andHexAddrLikeInsensitive(String value) {
            addCriterion("upper(HEX_ADDR) like", value.toUpperCase(), "hexAddr");
            return (Criteria) this;
        }

        public Criteria andPublicKeyLikeInsensitive(String value) {
            addCriterion("upper(PUBLIC_KEY) like", value.toUpperCase(), "publicKey");
            return (Criteria) this;
        }

        public Criteria andPublicKeyHashLikeInsensitive(String value) {
            addCriterion("upper(PUBLIC_KEY_HASH) like", value.toUpperCase(), "publicKeyHash");
            return (Criteria) this;
        }

        public Criteria andPrivateKeyLikeInsensitive(String value) {
            addCriterion("upper(PRIVATE_KEY) like", value.toUpperCase(), "privateKey");
            return (Criteria) this;
        }

        public Criteria andAddrStatusLikeInsensitive(String value) {
            addCriterion("upper(ADDR_STATUS) like", value.toUpperCase(), "addrStatus");
            return (Criteria) this;
        }

        public Criteria andReserved1LikeInsensitive(String value) {
            addCriterion("upper(RESERVED1) like", value.toUpperCase(), "reserved1");
            return (Criteria) this;
        }

        public Criteria andReserved2LikeInsensitive(String value) {
            addCriterion("upper(RESERVED2) like", value.toUpperCase(), "reserved2");
            return (Criteria) this;
        }
    }

    /**
     * This class was generated by MyBatis Generator.
     * This class corresponds to the database table WLT_ADDR
     *
     * @mbggenerated do_not_delete_during_merge Thu Feb 01 14:31:13 CST 2018
     */
    public static class Criteria extends GeneratedCriteria {

        public Criteria() {
            super();
        }
    }

    /**
     * This class was generated by MyBatis Generator.
     * This class corresponds to the database table WLT_ADDR
     *
     * @mbggenerated Thu Feb 01 14:31:13 CST 2018
     */
    @Data
    @NoArgsConstructor
    public static class Criterion {
        private String condition;

        private Object value;

        private Object secondValue;

        private boolean noValue;

        private boolean singleValue;

        private boolean betweenValue;

        private boolean listValue;

        private String typeHandler;

        public String getCondition() {
            return condition;
        }

        public Object getValue() {
            return value;
        }

        public Object getSecondValue() {
            return secondValue;
        }

        public boolean isNoValue() {
            return noValue;
        }

        public boolean isSingleValue() {
            return singleValue;
        }

        public boolean isBetweenValue() {
            return betweenValue;
        }

        public boolean isListValue() {
            return listValue;
        }

        public String getTypeHandler() {
            return typeHandler;
        }

        public Criterion(String condition) {
            super();
            this.condition = condition;
            this.typeHandler = null;
            this.noValue = true;
        }

        public Criterion(String condition, Object value, String typeHandler) {
            super();
            this.condition = condition;
            this.value = value;
            this.typeHandler = typeHandler;
            if (value instanceof List<?>) {
                this.listValue = true;
            } else {
                this.singleValue = true;
            }
        }

        public Criterion(String condition, Object value) {
            this(condition, value, null);
        }

        public Criterion(String condition, Object value, Object secondValue, String typeHandler) {
            super();
            this.condition = condition;
            this.value = value;
            this.secondValue = secondValue;
            this.typeHandler = typeHandler;
            this.betweenValue = true;
        }

        public Criterion(String condition, Object value, Object secondValue) {
            this(condition, value, secondValue, null);
        }
    }
}

================================================
FILE: src/gens/java/org/fc/wlt/ordbgens/wlt/entity/WLTAddrKey.java
================================================
package org.fc.wlt.ordbgens.wlt.entity;

import lombok.AllArgsConstructor;
import lombok.NoArgsConstructor;
import onight.tfw.outils.serialize.UUIDGenerator;

@AllArgsConstructor
@NoArgsConstructor
public class WLTAddrKey {
    /**
     * This field was generated by MyBatis Generator.
     * This field corresponds to the database column WLT_ADDR.ADDR_ID
     *
     * @mbggenerated Thu Feb 01 14:31:13 CST 2018
     */
    private String addrId;

    /**
     * This method was generated by MyBatis Generator.
     * This method returns the value of the database column WLT_ADDR.ADDR_ID
     *
     * @return the value of WLT_ADDR.ADDR_ID
     *
     * @mbggenerated Thu Feb 01 14:31:13 CST 2018
     */
    public String getAddrId() {
        return addrId;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method sets the value of the database column WLT_ADDR.ADDR_ID
     *
     * @param addrId the value for WLT_ADDR.ADDR_ID
     *
     * @mbggenerated Thu Feb 01 14:31:13 CST 2018
     */
    public void setAddrId(String addrId) {
        this.addrId = addrId;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method corresponds to the database table WLT_ADDR
     *
     * @mbggenerated Thu Feb 01 14:31:13 CST 2018
     */
    @Override
    public boolean equals(Object that) {
        if (this == that) {
            return true;
        }
        if (that == null) {
            return false;
        }
        if (getClass() != that.getClass()) {
            return false;
        }
        WLTAddrKey other = (WLTAddrKey) that;
        return (this.getAddrId() == null ? other.getAddrId() == null : this.getAddrId().equals(other.getAddrId()));
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method corresponds to the database table WLT_ADDR
     *
     * @mbggenerated Thu Feb 01 14:31:13 CST 2018
     */
    @Override
    public int hashCode() {
        final int prime = 31;
        int result = 1;
        result = prime * result + ((getAddrId() == null) ? 0 : getAddrId().hashCode());
        return result;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method corresponds to the database table WLT_ADDR
     *
     * @mbggenerated Thu Feb 01 14:31:13 CST 2018
     */
    @Override
    public String toString() {
        StringBuilder sb = new StringBuilder();
        sb.append(getClass().getSimpleName());
        sb.append(" [");
        sb.append("Hash = ").append(hashCode());
        sb.append(", addrId=").append(addrId);
        sb.append("]");
        return sb.toString();
    }
}

================================================
FILE: src/gens/java/org/fc/wlt/ordbgens/wlt/entity/WLTAsset.java
================================================
package org.fc.wlt.ordbgens.wlt.entity;

import java.util.Date;
import lombok.AllArgsConstructor;
import lombok.NoArgsConstructor;
import onight.tfw.ojpa.api.annotations.Tab;
import org.codehaus.jackson.map.annotate.JsonSerialize;

@Tab(name="WLT_ASSET")
@AllArgsConstructor
@NoArgsConstructor
public class WLTAsset extends WLTAssetKey {
    /**
     * This field was generated by MyBatis Generator.
     * This field corresponds to the database column WLT_ASSET.USER_ID
     *
     * @mbggenerated Thu Feb 01 14:31:13 CST 2018
     */
    private String userId;

    /**
     * This field was generated by MyBatis Generator.
     * This field corresponds to the database column WLT_ASSET.FUND_ID
     *
     * @mbggenerated Thu Feb 01 14:31:13 CST 2018
     */
    private String fundId;

    /**
     * This field was generated by MyBatis Generator.
     * This field corresponds to the database column WLT_ASSET.HOLD_COUNT
     *
     * @mbggenerated Thu Feb 01 14:31:13 CST 2018
     */
    private Double holdCount;

    /**
     * This field was generated by MyBatis Generator.
     * This field corresponds to the database column WLT_ASSET.BC_TXID
     *
     * @mbggenerated Thu Feb 01 14:31:13 CST 2018
     */
    private String bcTxid;

    /**
     * This field was generated by MyBatis Generator.
     * This field corresponds to the database column WLT_ASSET.ADDR_ID
     *
     * @mbggenerated Thu Feb 01 14:31:13 CST 2018
     */
    private String addrId;

    /**
     * This field was generated by MyBatis Generator.
     * This field corresponds to the database column WLT_ASSET.ASSET_PUB_HASH
     *
     * @mbggenerated Thu Feb 01 14:31:13 CST 2018
     */
    private String assetPubHash;

    /**
     * This field was generated by MyBatis Generator.
     * This field corresponds to the database column WLT_ASSET.ASSET_TYPE
     *
     * @mbggenerated Thu Feb 01 14:31:13 CST 2018
     */
    private String assetType;

    /**
     * This field was generated by MyBatis Generator.
     * This field corresponds to the database column WLT_ASSET.ASSET_STATUS
     *
     * @mbggenerated Thu Feb 01 14:31:13 CST 2018
     */
    private String assetStatus;

    /**
     * This field was generated by MyBatis Generator.
     * This field corresponds to the database column WLT_ASSET.ASSET_ALIAS
     *
     * @mbggenerated Thu Feb 01 14:31:13 CST 2018
     */
    private String assetAlias;

    /**
     * This field was generated by MyBatis Generator.
     * This field corresponds to the database column WLT_ASSET.ASSET_KEYWORDS
     *
     * @mbggenerated Thu Feb 01 14:31:13 CST 2018
     */
    private String assetKeywords;

    /**
     * This field was generated by MyBatis Generator.
     * This field corresponds to the database column WLT_ASSET.DMT_ENAME
     *
     * @mbggenerated Thu Feb 01 14:31:13 CST 2018
     */
    private String dmtEname;

    /**
     * This field was generated by MyBatis Generator.
     * This field corresponds to the database column WLT_ASSET.DMT_CNAME
     *
     * @mbggenerated Thu Feb 01 14:31:13 CST 2018
     */
    private String dmtCname;

    /**
     * This field was generated by MyBatis Generator.
     * This field corresponds to the database column WLT_ASSET.DMT_COUNT
     *
     * @mbggenerated Thu Feb 01 14:31:13 CST 2018
     */
    private Double dmtCount;

    /**
     * This field was generated by MyBatis Generator.
     * This field corresponds to the database column WLT_ASSET.METADATA
     *
     * @mbggenerated Thu Feb 01 14:31:13 CST 2018
     */
    private String metadata;

    /**
     * This field was generated by MyBatis Generator.
     * This field corresponds to the database column WLT_ASSET.CREATED_TIME
     *
     * @mbggenerated Thu Feb 01 14:31:13 CST 2018
     */
    private Date createdTime;

    /**
     * This field was generated by MyBatis Generator.
     * This field corresponds to the database column WLT_ASSET.UPDATED_TIME
     *
     * @mbggenerated Thu Feb 01 14:31:13 CST 2018
     */
    private Date updatedTime;

    /**
     * This field was generated by MyBatis Generator.
     * This field corresponds to the database column WLT_ASSET.RESERVED1
     *
     * @mbggenerated Thu Feb 01 14:31:13 CST 2018
     */
    private String reserved1;

    /**
     * This field was generated by MyBatis Generator.
     * This field corresponds to the database column WLT_ASSET.RESERVED2
     *
     * @mbggenerated Thu Feb 01 14:31:13 CST 2018
     */
    private String reserved2;

    /**
     * This method was generated by MyBatis Generator.
     * This method returns the value of the database column WLT_ASSET.USER_ID
     *
     * @return the value of WLT_ASSET.USER_ID
     *
     * @mbggenerated Thu Feb 01 14:31:13 CST 2018
     */
    public String getUserId() {
        return userId;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method sets the value of the database column WLT_ASSET.USER_ID
     *
     * @param userId the value for WLT_ASSET.USER_ID
     *
     * @mbggenerated Thu Feb 01 14:31:13 CST 2018
     */
    public void setUserId(String userId) {
        this.userId = userId;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method returns the value of the database column WLT_ASSET.FUND_ID
     *
     * @return the value of WLT_ASSET.FUND_ID
     *
     * @mbggenerated Thu Feb 01 14:31:13 CST 2018
     */
    public String getFundId() {
        return fundId;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method sets the value of the database column WLT_ASSET.FUND_ID
     *
     * @param fundId the value for WLT_ASSET.FUND_ID
     *
     * @mbggenerated Thu Feb 01 14:31:13 CST 2018
     */
    public void setFundId(String fundId) {
        this.fundId = fundId;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method returns the value of the database column WLT_ASSET.HOLD_COUNT
     *
     * @return the value of WLT_ASSET.HOLD_COUNT
     *
     * @mbggenerated Thu Feb 01 14:31:13 CST 2018
     */
    public Double getHoldCount() {
        return holdCount;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method sets the value of the database column WLT_ASSET.HOLD_COUNT
     *
     * @param holdCount the value for WLT_ASSET.HOLD_COUNT
     *
     * @mbggenerated Thu Feb 01 14:31:13 CST 2018
     */
    public void setHoldCount(Double holdCount) {
        this.holdCount = holdCount;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method returns the value of the database column WLT_ASSET.BC_TXID
     *
     * @return the value of WLT_ASSET.BC_TXID
     *
     * @mbggenerated Thu Feb 01 14:31:13 CST 2018
     */
    public String getBcTxid() {
        return bcTxid;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method sets the value of the database column WLT_ASSET.BC_TXID
     *
     * @param bcTxid the value for WLT_ASSET.BC_TXID
     *
     * @mbggenerated Thu Feb 01 14:31:13 CST 2018
     */
    public void setBcTxid(String bcTxid) {
        this.bcTxid = bcTxid;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method returns the value of the database column WLT_ASSET.ADDR_ID
     *
     * @return the value of WLT_ASSET.ADDR_ID
     *
     * @mbggenerated Thu Feb 01 14:31:13 CST 2018
     */
    public String getAddrId() {
        return addrId;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method sets the value of the database column WLT_ASSET.ADDR_ID
     *
     * @param addrId the value for WLT_ASSET.ADDR_ID
     *
     * @mbggenerated Thu Feb 01 14:31:13 CST 2018
     */
    public void setAddrId(String addrId) {
        this.addrId = addrId;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method returns the value of the database column WLT_ASSET.ASSET_PUB_HASH
     *
     * @return the value of WLT_ASSET.ASSET_PUB_HASH
     *
     * @mbggenerated Thu Feb 01 14:31:13 CST 2018
     */
    public String getAssetPubHash() {
        return assetPubHash;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method sets the value of the database column WLT_ASSET.ASSET_PUB_HASH
     *
     * @param assetPubHash the value for WLT_ASSET.ASSET_PUB_HASH
     *
     * @mbggenerated Thu Feb 01 14:31:13 CST 2018
     */
    public void setAssetPubHash(String assetPubHash) {
        this.assetPubHash = assetPubHash;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method returns the value of the database column WLT_ASSET.ASSET_TYPE
     *
     * @return the value of WLT_ASSET.ASSET_TYPE
     *
     * @mbggenerated Thu Feb 01 14:31:13 CST 2018
     */
    public String getAssetType() {
        return assetType;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method sets the value of the database column WLT_ASSET.ASSET_TYPE
     *
     * @param assetType the value for WLT_ASSET.ASSET_TYPE
     *
     * @mbggenerated Thu Feb 01 14:31:13 CST 2018
     */
    public void setAssetType(String assetType) {
        this.assetType = assetType;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method returns the value of the database column WLT_ASSET.ASSET_STATUS
     *
     * @return the value of WLT_ASSET.ASSET_STATUS
     *
     * @mbggenerated Thu Feb 01 14:31:13 CST 2018
     */
    public String getAssetStatus() {
        return assetStatus;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method sets the value of the database column WLT_ASSET.ASSET_STATUS
     *
     * @param assetStatus the value for WLT_ASSET.ASSET_STATUS
     *
     * @mbggenerated Thu Feb 01 14:31:13 CST 2018
     */
    public void setAssetStatus(String assetStatus) {
        this.assetStatus = assetStatus;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method returns the value of the database column WLT_ASSET.ASSET_ALIAS
     *
     * @return the value of WLT_ASSET.ASSET_ALIAS
     *
     * @mbggenerated Thu Feb 01 14:31:13 CST 2018
     */
    public String getAssetAlias() {
        return assetAlias;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method sets the value of the database column WLT_ASSET.ASSET_ALIAS
     *
     * @param assetAlias the value for WLT_ASSET.ASSET_ALIAS
     *
     * @mbggenerated Thu Feb 01 14:31:13 CST 2018
     */
    public void setAssetAlias(String assetAlias) {
        this.assetAlias = assetAlias;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method returns the value of the database column WLT_ASSET.ASSET_KEYWORDS
     *
     * @return the value of WLT_ASSET.ASSET_KEYWORDS
     *
     * @mbggenerated Thu Feb 01 14:31:13 CST 2018
     */
    public String getAssetKeywords() {
        return assetKeywords;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method sets the value of the database column WLT_ASSET.ASSET_KEYWORDS
     *
     * @param assetKeywords the value for WLT_ASSET.ASSET_KEYWORDS
     *
     * @mbggenerated Thu Feb 01 14:31:13 CST 2018
     */
    public void setAssetKeywords(String assetKeywords) {
        this.assetKeywords = assetKeywords;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method returns the value of the database column WLT_ASSET.DMT_ENAME
     *
     * @return the value of WLT_ASSET.DMT_ENAME
     *
     * @mbggenerated Thu Feb 01 14:31:13 CST 2018
     */
    public String getDmtEname() {
        return dmtEname;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method sets the value of the database column WLT_ASSET.DMT_ENAME
     *
     * @param dmtEname the value for WLT_ASSET.DMT_ENAME
     *
     * @mbggenerated Thu Feb 01 14:31:13 CST 2018
     */
    public void setDmtEname(String dmtEname) {
        this.dmtEname = dmtEname;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method returns the value of the database column WLT_ASSET.DMT_CNAME
     *
     * @return the value of WLT_ASSET.DMT_CNAME
     *
     * @mbggenerated Thu Feb 01 14:31:13 CST 2018
     */
    public String getDmtCname() {
        return dmtCname;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method sets the value of the database column WLT_ASSET.DMT_CNAME
     *
     * @param dmtCname the value for WLT_ASSET.DMT_CNAME
     *
     * @mbggenerated Thu Feb 01 14:31:13 CST 2018
     */
    public void setDmtCname(String dmtCname) {
        this.dmtCname = dmtCname;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method returns the value of the database column WLT_ASSET.DMT_COUNT
     *
     * @return the value of WLT_ASSET.DMT_COUNT
     *
     * @mbggenerated Thu Feb 01 14:31:13 CST 2018
     */
    public Double getDmtCount() {
        return dmtCount;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method sets the value of the database column WLT_ASSET.DMT_COUNT
     *
     * @param dmtCount the value for WLT_ASSET.DMT_COUNT
     *
     * @mbggenerated Thu Feb 01 14:31:13 CST 2018
     */
    public void setDmtCount(Double dmtCount) {
        this.dmtCount = dmtCount;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method returns the value of the database column WLT_ASSET.METADATA
     *
     * @return the value of WLT_ASSET.METADATA
     *
     * @mbggenerated Thu Feb 01 14:31:13 CST 2018
     */
    public String getMetadata() {
        return metadata;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method sets the value of the database column WLT_ASSET.METADATA
     *
     * @param metadata the value for WLT_ASSET.METADATA
     *
     * @mbggenerated Thu Feb 01 14:31:13 CST 2018
     */
    public void setMetadata(String metadata) {
        this.metadata = metadata;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method returns the value of the database column WLT_ASSET.CREATED_TIME
     *
     * @return the value of WLT_ASSET.CREATED_TIME
     *
     * @mbggenerated Thu Feb 01 14:31:13 CST 2018
     */
    public Date getCreatedTime() {
        return createdTime;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method sets the value of the database column WLT_ASSET.CREATED_TIME
     *
     * @param createdTime the value for WLT_ASSET.CREATED_TIME
     *
     * @mbggenerated Thu Feb 01 14:31:13 CST 2018
     */
    public void setCreatedTime(Date createdTime) {
        this.createdTime = createdTime;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method returns the value of the database column WLT_ASSET.UPDATED_TIME
     *
     * @return the value of WLT_ASSET.UPDATED_TIME
     *
     * @mbggenerated Thu Feb 01 14:31:13 CST 2018
     */
    public Date getUpdatedTime() {
        return updatedTime;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method sets the value of the database column WLT_ASSET.UPDATED_TIME
     *
     * @param updatedTime the value for WLT_ASSET.UPDATED_TIME
     *
     * @mbggenerated Thu Feb 01 14:31:13 CST 2018
     */
    public void setUpdatedTime(Date updatedTime) {
        this.updatedTime = updatedTime;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method returns the value of the database column WLT_ASSET.RESERVED1
     *
     * @return the value of WLT_ASSET.RESERVED1
     *
     * @mbggenerated Thu Feb 01 14:31:13 CST 2018
     */
    public String getReserved1() {
        return reserved1;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method sets the value of the database column WLT_ASSET.RESERVED1
     *
     * @param reserved1 the value for WLT_ASSET.RESERVED1
     *
     * @mbggenerated Thu Feb 01 14:31:13 CST 2018
     */
    public void setReserved1(String reserved1) {
        this.reserved1 = reserved1;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method returns the value of the database column WLT_ASSET.RESERVED2
     *
     * @return the value of WLT_ASSET.RESERVED2
     *
     * @mbggenerated Thu Feb 01 14:31:13 CST 2018
     */
    public String getReserved2() {
        return reserved2;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method sets the value of the database column WLT_ASSET.RESERVED2
     *
     * @param reserved2 the value for WLT_ASSET.RESERVED2
     *
     * @mbggenerated Thu Feb 01 14:31:13 CST 2018
     */
    public void setReserved2(String reserved2) {
        this.reserved2 = reserved2;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method corresponds to the database table WLT_ASSET
     *
     * @mbggenerated Thu Feb 01 14:31:13 CST 2018
     */
    @Override
    public boolean equals(Object that) {
        if (this == that) {
            return true;
        }
        if (that == null) {
            return false;
        }
        if (getClass() != that.getClass()) {
            return false;
        }
        WLTAsset other = (WLTAsset) that;
        return (this.getAssetId() == null ? other.getAssetId() == null : this.getAssetId().equals(other.getAssetId()))
            && (this.getUserId() == null ? other.getUserId() == null : this.getUserId().equals(other.getUserId()))
            && (this.getFundId() == null ? other.getFundId() == null : this.getFundId().equals(other.getFundId()))
            && (this.getHoldCount() == null ? other.getHoldCount() == null : this.getHoldCount().equals(other.getHoldCount()))
            && (this.getBcTxid() == null ? other.getBcTxid() == null : this.getBcTxid().equals(other.getBcTxid()))
            && (this.getAddrId() == null ? other.getAddrId() == null : this.getAddrId().equals(other.getAddrId()))
            && (this.getAssetPubHash() == null ? other.getAssetPubHash() == null : this.getAssetPubHash().equals(other.getAssetPubHash()))
            && (this.getAssetType() == null ? other.getAssetType() == null : this.getAssetType().equals(other.getAssetType()))
            && (this.getAssetStatus() == null ? other.getAssetStatus() == null : this.getAssetStatus().equals(other.getAssetStatus()))
            && (this.getAssetAlias() == null ? other.getAssetAlias() == null : this.getAssetAlias().equals(other.getAssetAlias()))
            && (this.getAssetKeywords() == null ? other.getAssetKeywords() == null : this.getAssetKeywords().equals(other.getAssetKeywords()))
            && (this.getDmtEname() == null ? other.getDmtEname() == null : this.getDmtEname().equals(other.getDmtEname()))
            && (this.getDmtCname() == null ? other.getDmtCname() == null : this.getDmtCname().equals(other.getDmtCname()))
            && (this.getDmtCount() == null ? other.getDmtCount() == null : this.getDmtCount().equals(other.getDmtCount()))
            && (this.getMetadata() == null ? other.getMetadata() == null : this.getMetadata().equals(other.getMetadata()))
            && (this.getCreatedTime() == null ? other.getCreatedTime() == null : this.getCreatedTime().equals(other.getCreatedTime()))
            && (this.getUpdatedTime() == null ? other.getUpdatedTime() == null : this.getUpdatedTime().equals(other.getUpdatedTime()))
            && (this.getReserved1() == null ? other.getReserved1() == null : this.getReserved1().equals(other.getReserved1()))
            && (this.getReserved2() == null ? other.getReserved2() == null : this.getReserved2().equals(other.getReserved2()));
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method corresponds to the database table WLT_ASSET
     *
     * @mbggenerated Thu Feb 01 14:31:13 CST 2018
     */
    @Override
    public int hashCode() {
        final int prime = 31;
        int result = 1;
        result = prime * result + ((getAssetId() == null) ? 0 : getAssetId().hashCode());
        result = prime * result + ((getUserId() == null) ? 0 : getUserId().hashCode());
        result = prime * result + ((getFundId() == null) ? 0 : getFundId().hashCode());
        result = prime * result + ((getHoldCount() == null) ? 0 : getHoldCount().hashCode());
        result = prime * result + ((getBcTxid() == null) ? 0 : getBcTxid().hashCode());
        result = prime * result + ((getAddrId() == null) ? 0 : getAddrId().hashCode());
        result = prime * result + ((getAssetPubHash() == null) ? 0 : getAssetPubHash().hashCode());
        result = prime * result + ((getAssetType() == null) ? 0 : getAssetType().hashCode());
        result = prime * result + ((getAssetStatus() == null) ? 0 : getAssetStatus().hashCode());
        result = prime * result + ((getAssetAlias() == null) ? 0 : getAssetAlias().hashCode());
        result = prime * result + ((getAssetKeywords() == null) ? 0 : getAssetKeywords().hashCode());
        result = prime * result + ((getDmtEname() == null) ? 0 : getDmtEname().hashCode());
        result = prime * result + ((getDmtCname() == null) ? 0 : getDmtCname().hashCode());
        result = prime * result + ((getDmtCount() == null) ? 0 : getDmtCount().hashCode());
        result = prime * result + ((getMetadata() == null) ? 0 : getMetadata().hashCode());
        result = prime * result + ((getCreatedTime() == null) ? 0 : getCreatedTime().hashCode());
        result = prime * result + ((getUpdatedTime() == null) ? 0 : getUpdatedTime().hashCode());
        result = prime * result + ((getReserved1() == null) ? 0 : getReserved1().hashCode());
        result = prime * result + ((getReserved2() == null) ? 0 : getReserved2().hashCode());
        return result;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method corresponds to the database table WLT_ASSET
     *
     * @mbggenerated Thu Feb 01 14:31:13 CST 2018
     */
    @Override
    public String toString() {
        StringBuilder sb = new StringBuilder();
        sb.append(getClass().getSimpleName());
        sb.append(" [");
        sb.append("Hash = ").append(hashCode());
        sb.append(", userId=").append(userId);
        sb.append(", fundId=").append(fundId);
        sb.append(", holdCount=").append(holdCount);
        sb.append(", bcTxid=").append(bcTxid);
        sb.append(", addrId=").append(addrId);
        sb.append(", assetPubHash=").append(assetPubHash);
        sb.append(", assetType=").append(assetType);
        sb.append(", assetStatus=").append(assetStatus);
        sb.append(", assetAlias=").append(assetAlias);
        sb.append(", assetKeywords=").append(assetKeywords);
        sb.append(", dmtEname=").append(dmtEname);
        sb.append(", dmtCname=").append(dmtCname);
        sb.append(", dmtCount=").append(dmtCount);
        sb.append(", metadata=").append(metadata);
        sb.append(", createdTime=").append(createdTime);
        sb.append(", updatedTime=").append(updatedTime);
        sb.append(", reserved1=").append(reserved1);
        sb.append(", reserved2=").append(reserved2);
        sb.append("]");
        return sb.toString();
    }
}

================================================
FILE: src/gens/java/org/fc/wlt/ordbgens/wlt/entity/WLTAssetExample.java
================================================
package org.fc.wlt.ordbgens.wlt.entity;

import java.util.ArrayList;
import java.util.Date;
import java.util.List;
import lombok.Data;
import lombok.NoArgsConstructor;

@Data
public class WLTAssetExample {
    /**
     * This field was generated by MyBatis Generator.
     * This field corresponds to the database table WLT_ASSET
     *
     * @mbggenerated Thu Feb 01 14:31:13 CST 2018
     */
    protected String orderByClause;

    /**
     * This field was generated by MyBatis Generator.
     * This field corresponds to the database table WLT_ASSET
     *
     * @mbggenerated Thu Feb 01 14:31:13 CST 2018
     */
    protected boolean distinct;

    /**
     * This field was generated by MyBatis Generator.
     * This field corresponds to the database table WLT_ASSET
     *
     * @mbggenerated Thu Feb 01 14:31:13 CST 2018
     */
    protected List<Criteria> oredCriteria;

    protected int offset;

    protected int limit;

    protected String sumCol;

    protected String groupSelClause;

    protected boolean forUpdate;

    protected String groupByClause;

    String selectCols;

    /**
     * This method was generated by MyBatis Generator.
     * This method corresponds to the database table WLT_ASSET
     *
     * @mbggenerated Thu Feb 01 14:31:13 CST 2018
     */
    public WLTAssetExample() {
        oredCriteria = new ArrayList<Criteria>();
        offset = 0;
        limit = Integer.MAX_VALUE;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method corresponds to the database table WLT_ASSET
     *
     * @mbggenerated Thu Feb 01 14:31:13 CST 2018
     */
    public void setOrderByClause(String orderByClause) {
        this.orderByClause = orderByClause;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method corresponds to the database table WLT_ASSET
     *
     * @mbggenerated Thu Feb 01 14:31:13 CST 2018
     */
    public String getOrderByClause() {
        return orderByClause;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method corresponds to the database table WLT_ASSET
     *
     * @mbggenerated Thu Feb 01 14:31:13 CST 2018
     */
    public void setDistinct(boolean distinct) {
        this.distinct = distinct;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method corresponds to the database table WLT_ASSET
     *
     * @mbggenerated Thu Feb 01 14:31:13 CST 2018
     */
    public boolean isDistinct() {
        return distinct;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method corresponds to the database table WLT_ASSET
     *
     * @mbggenerated Thu Feb 01 14:31:13 CST 2018
     */
    public List<Criteria> getOredCriteria() {
        return oredCriteria;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method corresponds to the database table WLT_ASSET
     *
     * @mbggenerated Thu Feb 01 14:31:13 CST 2018
     */
    public void or(Criteria criteria) {
        oredCriteria.add(criteria);
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method corresponds to the database table WLT_ASSET
     *
     * @mbggenerated Thu Feb 01 14:31:13 CST 2018
     */
    public Criteria or() {
        Criteria criteria = createCriteriaInternal();
        oredCriteria.add(criteria);
        return criteria;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method corresponds to the database table WLT_ASSET
     *
     * @mbggenerated Thu Feb 01 14:31:13 CST 2018
     */
    public Criteria createCriteria() {
        Criteria criteria = createCriteriaInternal();
        if (oredCriteria.size() == 0) {
            oredCriteria.add(criteria);
        }
        return criteria;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method corresponds to the database table WLT_ASSET
     *
     * @mbggenerated Thu Feb 01 14:31:13 CST 2018
     */
    protected Criteria createCriteriaInternal() {
        Criteria criteria = new Criteria();
        return criteria;
    }

    /**
     * This method was generated by MyBatis Generator.
     * This method corresponds to the database table WLT_ASSET
     *
     * @mbggenerated Thu Feb 01 14:31:13 CST 2018
     */
    public void clear() {
        oredCriteria.clear();
        orderByClause = null;
        distinct = false;
        this.offset= 0;
        this.limit= Integer.MAX_VALUE;
        this.sumCol=null;
        this.groupSelClause=null;
        this.groupByClause=null;
        this.forUpdate=false;
    }

    public void setOffset(int offset) {
         this.offset = offset;
    }

    public int getOffset() {
          return offset;
    }

    public void setLimit(int limit) {
         this.limit = limit;
    }

    public int getLimit() {
          return limit;
    }

    public void setSumCol(String sumCol) {
         this.sumCol = sumCol;
    }

    public String getSumCol() {
          return sumCol;
    }

    public void setGroupSelClause(String groupSelClause) {
         this.groupSelClause = groupSelClause;
    }

    public String getGroupSelClause() {
          return groupSelClause;
    }

    public void setForUpdate(boolean forUpdate) {
         this.forUpdate = forUpdate;
    }

    public boolean isForUpdate() {
          return forUpdate;
    }

    public void setGroupByClause(String groupByClause) {
         this.groupByClause = groupByClause;
    }

    public String getGroupByClause() {
          return groupByClause;
    }

    /**
     * This class was generated by MyBatis Generator.
     * This class corresponds to the database table WLT_ASSET
     *
     * @mbggenerated Thu Feb 01 14:31:13 CST 2018
     */
    @Data
    public abstract static class GeneratedCriteria {
        protected List<Criterion> criteria;

        public GeneratedCriteria() {
            super();
            criteria = new ArrayList<Criterion>();
        }

        public boolean isValid() {
            return criteria.size() > 0;
        }

        public List<Criterion> getAllCriteria() {
            return criteria;
        }

        public List<Criterion> getCriteria() {
            return criteria;
        }

        public void addCriterion(String condition) {
            if (condition == null) {
                throw new RuntimeException("Value for condition cannot be null");
            }
            criteria.add(new Criterion(condition));
        }

        public void addCriterion(String condition, Object value, String property) {
            if (value == null) {
                throw new RuntimeException("Value for " + property + " cannot be null");
            }
            criteria.add(new Criterion(condition, value));
        }

        public void addCriterion(String condition, Object value1, Object value2, String property) {
            if (value1 == null || value2 == null) {
                throw new RuntimeException("Between values for " + property + " cannot be null");
            }
            criteria.add(new Criterion(condition, value1, value2));
        }

        public Criteria andAssetIdIsNull() {
            addCriterion("ASSET_ID is null");
            return (Criteria) this;
        }

        public Criteria andAssetIdIsNotNull() {
            addCriterion("ASSET_ID is not null");
            return (Criteria) this;
        }

        public Criteria andAssetIdEqualTo(String value) {
            addCriterion("ASSET_ID =", value, "assetId");
            return (Criteria) this;
        }

        public Criteria andAssetIdNotEqualTo(String value) {
            addCriterion("ASSET_ID <>", value, "assetId");
            return (Criteria) this;
        }

        public Criteria andAssetIdGreaterThan(String value) {
            addCriterion("ASSET_ID >", value, "assetId");
            return (Criteria) this;
        }

        public Criteria andAssetIdGreaterThanOrEqualTo(String value) {
            addCriterion("ASSET_ID >=", value, "assetId");
            return (Criteria) this;
        }

        public Criteria andAssetIdLessThan(String value) {
            addCriterion("ASSET_ID <", value, "assetId");
            return (Criteria) this;
        }

        public Criteria andAssetIdLessThanOrEqualTo(String value) {
            addCriterion("ASSET_ID <=", value, "assetId");
            return (Criteria) this;
        }

        public Criteria andAssetIdLike(String value) {
            addCriterion("ASSET_ID like", value, "assetId");
            return (Criteria) this;
        }

        public Criteria andAssetIdNotLike(String value) {
            addCriterion("ASSET_ID not like", value, "assetId");
            return (Criteria) this;
        }

        public Criteria andAssetIdIn(List<String> values) {
            addCriterion("ASSET_ID in", values, "assetId");
            return (Criteria) this;
        }

        public Criteria andAssetIdNotIn(List<String> values) {
            addCriterion("ASSET_ID not in", values, "assetId");
            return (Criteria) this;
        }

        public Criteria andAssetIdBetween(String value1, String value2) {
            addCriterion("ASSET_ID between", value1, value2, "assetId");
            return (Criteria) this;
        }

        public Criteria andAssetIdNotBetween(String value1, String value2) {
            addCriterion("ASSET_ID not between", value1, value2, "assetId");
            return (Criteria) this;
        }

        public Criteria andUserIdIsNull() {
            addCriterion("USER_ID is null");
            return (Criteria) this;
        }

        public Criteria andUserIdIsNotNull() {
            addCriterion("USER_ID is not null");
            return (Criteria) this;
        }

        public Criteria andUserIdEqualTo(String value) {
            addCriterion("USER_ID =", value, "userId");
            return (Criteria) this;
        }

        public Criteria andUserIdNotEqualTo(String value) {
            addCriterion("USER_ID <>", value, "userId");
            return (Criteria) this;
        }

        public Criteria andUserIdGreaterThan(String value) {
            addCriterion("USER_ID >", value, "userId");
            return (Criteria) this;
        }

        public Criteria andUserIdGreaterThanOrEqualTo(String value) {
            addCriterion("USER_ID >=", value, "userId");
            return (Criteria) this;
        }

        public Criteria andUserIdLessThan(String value) {
            addCriterion("USER_ID <", value, "userId");
            return (Criteria) this;
        }

        public Criteria andUserIdLessThanOrEqualTo(String value) {
            addCriterion("USER_ID <=", value, "userId");
            return (Criteria) this;
        }

        public Criteria andUserIdLike(String value) {
            addCriterion("USER_ID like", value, "userId");
            return (Criteria) this;
        }

        public Criteria andUserIdNotLike(String value) {
            addCriterion("USER_ID not like", value, "userId");
            return (Criteria) this;
        }

        public Criteria andUserIdIn(List<String> values) {
            addCriterion("USER_ID in", values, "userId");
            return (Criteria) this;
        }

        public Criteria andUserIdNotIn(List<String> values) {
            addCriterion("USER_ID not in", values, "userId");
            return (Criteria) this;
        }

        public Criteria andUserIdBetween(String value1, String value2) {
            addCriterion("USER_ID between", value1, value2, "userId");
            return (Criteria) this;
        }

        public Criteria andUserIdNotBetween(String value1, String value2) {
            addCriterion("USER_ID not between", value1, value2, "userId");
            return (Criteria) this;
        }

        public Criteria andFundIdIsNull() {
            addCriterion("FUND_ID is null");
            return (Criteria) this;
        }

        public Criteria andFundIdIsNotNull() {
            addCriterion("FUND_ID is not null");
            return (Criteria) this;
        }

        public Criteria andFundIdEqualTo(String value) {
            addCriterion("FUND_ID =", value, "fundId");
            return (Criteria) this;
        }

        public Criteria andFundIdNotEqualTo(String value) {
            addCriterion("FUND_ID <>", value, "fundId");
            return (Criteria) this;
        }

        public Criteria andFundIdGreaterThan(String value) {
            addCriterion("FUND_ID >", value, "fundId");
            return (Criteria) this;
        }

        public Criteria andFundIdGreaterThanOrEqualTo(String value) {
            addCriterion("FUND_ID >=", value, "fundId");
            return (Criteria) this;
        }

        public Criteria andFundIdLessThan(String value) {
            addCriterion("FUND_ID <", value, "fundId");
            return (Criteria) this;
        }

        public Criteria andFundIdLessThanOrEqualTo(String value) {
            addCriterion("FUND_ID <=", value, "fundId");
            return (Criteria) this;
        }

        public Criteria andFundIdLike(String value) {
            addCriterion("FUND_ID like", value, "fundId");
            return (Criteria) this;
        }

        public Criteria andFundIdNotLike(String value) {
            addCriterion("FUND_ID not like", value, "fundId");
            return (Criteria) this;
        }

        public Criteria andFundIdIn(List<String> values) {
            addCriterion("FUND_ID in", values, "fundId");
            return (Criteria) this;
        }

        public Criteria andFundIdNotIn(List<String> values) {
            addCriterion("FUND_ID not in", values, "fundId");
            return (Criteria) this;
        }

        public Criteria andFundIdBetween(String value1, String value2) {
            addCriterion("FUND_ID between", value1, value2, "fundId");
            return (Criteria) this;
        }

        public Criteria andFundIdNotBetween(String value1, String value2) {
            addCriterion("FUND_ID not between", value1, value2, "fundId");
            return (Criteria) this;
        }

        public Criteria andHoldCountIsNull() {
            addCriterion("HOLD_COUNT is null");
            return (Criteria) this;
        }

        public Criteria andHoldCountIsNotNull() {
            addCriterion("HOLD_COUNT is not null");
            return (Criteria) this;
        }

        public Criteria andHoldCountEqualTo(Double value) {
            addCriterion("HOLD_COUNT =", value, "holdCount");
            return (Criteria) this;
        }

        public Criteria andHoldCountNotEqualTo(Double value) {
            addCriterion("HOLD_COUNT <>", value, "holdCount");
            return (Criteria) this;
        }

        public Criteria andHoldCountGreaterThan(Double value) {
            addCriterion("HOLD_COUNT >", value, "holdCount");
            return (Criteria) this;
        }

        public Criteria andHoldCountGreaterThanOrEqualTo(Double value) {
            addCriterion("HOLD_COUNT >=", value, "holdCount");
            return (Criteria) this;
        }

        public Criteria andHoldCountLessThan(Double value) {
            addCriterion("HOLD_COUNT <", value, "holdCount");
            return (Criteria) this;
        }

        public Criteria andHoldCountLessThanOrEqualTo(Double value) {
            addCriterion("HOLD_COUNT <=", value, "holdCount");
            return (Criteria) this;
        }

        public Criteria andHoldCountIn(List<Double> values) {
            addCriterion("HOLD_COUNT in", values, "holdCount");
            return (Criteria) this;
        }

        public Criteria andHoldCountNotIn(List<Double> values) {
            addCriterion("HOLD_COUNT not in", values, "holdCount");
            return (Criteria) this;
        }

        public Criteria andHoldCountBetween(Double value1, Double value2) {
            addCriterion("HOLD_COUNT between", value1, value2, "holdCount");
            return (Criteria) this;
        }

        public Criteria andHoldCountNotBetween(Double value1, Double value2) {
            addCriterion("HOLD_COUNT not between", value1, value2, "holdCount");
            return (Criteria) this;
        }

        public Criteria andBcTxidIsNull() {
            addCriterion("BC_TXID is null");
            return (Criteria) this;
        }

        public Criteria andBcTxidIsNotNull() {
            addCriterion("BC_TXID is not null");
            return (Criteria) this;
        }

        public Criteria andBcTxidEqualTo(String value) {
            addCriterion("BC_TXID =", value, "bcTxid");
            return (Criteria) this;
        }

        public Criteria andBcTxidNotEqualTo(String value) {
            addCriterion("BC_TXID <>", value, "bcTxid");
            return (Criteria) this;
        }

        public Criteria andBcTxidGreaterThan(String value) {
            addCriterion("BC_TXID >", value, "bcTxid");
            return (Criteria) this;
        }

        public Criteria andBcTxidGreaterThanOrEqualTo(String value) {
            addCriterion("BC_TXID >=", value, "bcTxid");
            return (Criteria) this;
        }

        public Criteria andBcTxidLessThan(String value) {
            addCriterion("BC_TXID <", value, "bcTxid");
            return (Criteria) this;
        }

        public Criteria andBcTxidLessThanOrEqualTo(String value) {
            addCriterion("BC_TXID <=", value, "bcTxid");
            return (Criteria) this;
        }

        public Criteria andBcTxidLike(String value) {
            addCriterion("BC_TXID like", value, "bcTxid");
            return (Criteria) this;
        }

        public Criteria andBcTxidNotLike(String value) {
            addCriterion("BC_TXID not like", value, "bcTxid");
            return (Criteria) this;
        }

        public Criteria andBcTxidIn(List<String> values) {
            addCriterion("BC_TXID in", values, "bcTxid");
            return (Criteria) this;
        }

        public Criteria andBcTxidNotIn(List<String> values) {
            addCriterion("BC_TXID not in", values, "bcTxid");
            return (Criteria) this;
        }

        public Criteria andBcTxidBetween(String value1, String value2) {
            addCriterion("BC_TXID between", value1, value2, "bcTxid");
            return (Criteria) this;
        }

        public Criteria andBcTxidNotBetween(String value1, String value2) {
            addCriterion("BC_TXID not between", value1, value2, "bcTxid");
            return (Criteria) this;
        }

        public Criteria andAddrIdIsNull() {
            addCriterion("ADDR_ID is null");
            return (Criteria) this;
        }

        public Criteria andAddrIdIsNotNull() {
            addCriterion("ADDR_ID is not null");
            return (Criteria) this;
        }

        public Criteria andAddrIdEqualTo(String value) {
            addCriterion("ADDR_ID =", value, "addrId");
            return (Criteria) this;
        }

        public Criteria andAddrIdNotEqualTo(String value) {
            addCriterion("ADDR_ID <>", value, "addrId");
            return (Criteria) this;
        }

        public Criteria andAddrIdGreaterThan(String value) {
            addCriterion("ADDR_ID >", value, "addrId");
            return (Criteria) this;
        }

        public Criteria andAddrIdGreaterThanOrEqualTo(String value) {
            addCriterion("ADDR_ID >=", value, "addrId");
            return (Criteria) this;
        }

        public Criteria andAddrIdLessThan(String value) {
            addCriterion("ADDR_ID <", value, "addrId");
            return (Criteria) this;
        }

        public Criteria andAddrIdLessThanOrEqualTo(String value) {
            addCriterion("ADDR_ID <=", value, "addrId");
            return (Criteria) this;
        }

        public Criteria andAddrIdLike(String value) {
            addCriterion("ADDR_ID like", value, "addrId");
            return (Criteria) this;
        }

        public Criteria andAddrIdNotLike(String value) {
            addCriterion("ADDR_ID not like", value, "addrId");
            return (Criteria) this;
        }

        public Criteria andAddrIdIn(List<String> values) {
            addCriterion("ADDR_ID in", values, "addrId");
            return (Criteria) this;
        }

        public Criteria andAddrIdNotIn(List<String> values) {
            addCriterion("ADDR_ID not in", values, "addrId");
            return (Criteria) this;
        }

        public Criteria andAddrIdBetween(String value1, String value2) {
            addCriterion("ADDR_ID between", value1, value2, "addrId");
            return (Criteria) this;
        }

        public Criteria andAddrIdNotBetween(String value1, String value2) {
            addCriterion("ADDR_ID not between", value1, value2, "addrId");
            return (Criteria) this;
        }

        public Criteria andAssetPubHashIsNull() {
            addCriterion("ASSET_PUB_HASH is null");
            return (Criteria) this;
        }

        public Criteria andAssetPubHashIsNotNull() {
            addCriterion("ASSET_PUB_HASH is not null");
            return (Criteria) this;
        }

        public Criteria andAssetPubHashEqualTo(String value) {
            addCriterion("ASSET_PUB_HASH =", value, "assetPubHash");
            return (Criteria) this;
        }

        public Criteria andAssetPubHashNotEqualTo(String value) {
            addCriterion("ASSET_PUB_HASH <>", value, "assetPubHash");
            return (Criteria) this;
        }

        public Criteria andAssetPubH
Download .txt
gitextract_injxmgsr/

├── .gitignore
├── build.gradle
├── gradle.properties
├── settings.gradle
└── src/
    ├── gens/
    │   ├── java/
    │   │   └── org/
    │   │       └── fc/
    │   │           └── wlt/
    │   │               └── ordbgens/
    │   │                   └── wlt/
    │   │                       ├── dao/
    │   │                       │   ├── WLTAddrDao.java
    │   │                       │   ├── WLTAssetDao.java
    │   │                       │   ├── WLTCertOrgDao.java
    │   │                       │   ├── WLTCertPerDao.java
    │   │                       │   ├── WLTFileDao.java
    │   │                       │   ├── WLTFundDao.java
    │   │                       │   ├── WLTPendDao.java
    │   │                       │   ├── WLTTransferDao.java
    │   │                       │   └── WLTUserDao.java
    │   │                       ├── entity/
    │   │                       │   ├── WLTAddr.java
    │   │                       │   ├── WLTAddrExample.java
    │   │                       │   ├── WLTAddrKey.java
    │   │                       │   ├── WLTAsset.java
    │   │                       │   ├── WLTAssetExample.java
    │   │                       │   ├── WLTAssetKey.java
    │   │                       │   ├── WLTCertOrg.java
    │   │                       │   ├── WLTCertOrgExample.java
    │   │                       │   ├── WLTCertOrgKey.java
    │   │                       │   ├── WLTCertPer.java
    │   │                       │   ├── WLTCertPerExample.java
    │   │                       │   ├── WLTCertPerKey.java
    │   │                       │   ├── WLTFile.java
    │   │                       │   ├── WLTFileExample.java
    │   │                       │   ├── WLTFileKey.java
    │   │                       │   ├── WLTFund.java
    │   │                       │   ├── WLTFundExample.java
    │   │                       │   ├── WLTFundKey.java
    │   │                       │   ├── WLTPend.java
    │   │                       │   ├── WLTPendExample.java
    │   │                       │   ├── WLTPendKey.java
    │   │                       │   ├── WLTTransfer.java
    │   │                       │   ├── WLTTransferExample.java
    │   │                       │   ├── WLTTransferKey.java
    │   │                       │   ├── WLTUser.java
    │   │                       │   ├── WLTUserExample.java
    │   │                       │   └── WLTUserKey.java
    │   │                       ├── mapper/
    │   │                       │   ├── WLTAddrMapper.java
    │   │                       │   ├── WLTAddrSqlProvider.java
    │   │                       │   ├── WLTAssetMapper.java
    │   │                       │   ├── WLTAssetSqlProvider.java
    │   │                       │   ├── WLTCertOrgMapper.java
    │   │                       │   ├── WLTCertOrgSqlProvider.java
    │   │                       │   ├── WLTCertPerMapper.java
    │   │                       │   ├── WLTCertPerSqlProvider.java
    │   │                       │   ├── WLTFileMapper.java
    │   │                       │   ├── WLTFileSqlProvider.java
    │   │                       │   ├── WLTFundMapper.java
    │   │                       │   ├── WLTFundSqlProvider.java
    │   │                       │   ├── WLTPendMapper.java
    │   │                       │   ├── WLTPendSqlProvider.java
    │   │                       │   ├── WLTTransferMapper.java
    │   │                       │   ├── WLTTransferSqlProvider.java
    │   │                       │   ├── WLTUserMapper.java
    │   │                       │   └── WLTUserSqlProvider.java
    │   │                       └── rest/
    │   │                           ├── WLTAddrCtrl.java
    │   │                           ├── WLTAssetCtrl.java
    │   │                           ├── WLTCertOrgCtrl.java
    │   │                           ├── WLTCertPerCtrl.java
    │   │                           ├── WLTFileCtrl.java
    │   │                           ├── WLTFundCtrl.java
    │   │                           ├── WLTPendCtrl.java
    │   │                           ├── WLTTransferCtrl.java
    │   │                           └── WLTUserCtrl.java
    │   ├── proto/
    │   │   └── wltdbgen.proto
    │   └── resources/
    │       └── SpringContext-daoConfig-wlt.xml
    └── main/
        ├── java/
        │   └── org/
        │       └── fc/
        │           └── bc/
        │               ├── orcl/
        │               │   └── entity/
        │               │       ├── NamedDomainDao.java
        │               │       ├── TXRequest.java
        │               │       └── TXResponse.java
        │               └── wlt/
        │                   ├── dao/
        │                   │   ├── Daos.java
        │                   │   └── SysDBProvider.java
        │                   ├── entity/
        │                   │   ├── BrewChainCRTASTReq.java
        │                   │   ├── BrewChainCRTASTRet.java
        │                   │   ├── BrewChainNewReq.java
        │                   │   ├── BrewChainNewRet.java
        │                   │   ├── BrewChainQueryRet.java
        │                   │   ├── BrewChainRegRet.java
        │                   │   ├── BrewChainTRAASTReq.java
        │                   │   ├── BrewChainTRAASTRet.java
        │                   │   ├── BrewChainTRCTSCReq.java
        │                   │   ├── BrewChainTRCTSCRet.java
        │                   │   ├── BrewChainUpdASTReq.java
        │                   │   ├── BrewChainUpdASTRet.java
        │                   │   └── PMTransInfo.java
        │                   ├── enums/
        │                   │   ├── BrewChainURITypeEnum.java
        │                   │   ├── DataIfaceTypeEnum.java
        │                   │   ├── DigitMoneyTypeEnum.java
        │                   │   ├── PlatformTypeEnum.java
        │                   │   ├── ReturnCodeTypeEnum.java
        │                   │   ├── StatusTypeEnum.java
        │                   │   └── TransactionTypeEnum.java
        │                   ├── login/
        │                   │   ├── LoginHelper.java
        │                   │   ├── LoginService.java
        │                   │   └── PLoginServer.java
        │                   ├── service/
        │                   │   ├── CommonService.java
        │                   │   └── CreateAssetService.java
        │                   └── util/
        │                       ├── EncryptFactory.java
        │                       ├── ExceptionUtil.java
        │                       ├── LoginedException.java
        │                       └── UserRegistedException.java
        ├── proto/
        │   ├── asset.proto
        │   ├── ethereum_java.proto
        │   ├── query.proto
        │   ├── system.proto
        │   ├── transfer.proto
        │   └── user.proto
        └── resources/
            ├── conf.properties
            ├── icd.json
            └── merchant.json
Download .txt
Showing preview only (299K chars total). Download the full file or copy to clipboard to get everything.
SYMBOL INDEX (3200 symbols across 96 files)

FILE: src/gens/java/org/fc/wlt/ordbgens/wlt/dao/WLTAddrDao.java
  class WLTAddrDao (line 28) | @Data
    method countByExample (line 38) | @Override
    method deleteByExample (line 43) | @Override
    method deleteByPrimaryKey (line 48) | @Override
    method insert (line 53) | @Override
    method insertSelective (line 58) | @Override
    method batchUpdate (line 63) | @Override
    method batchDelete (line 73) | @Override
    method selectByExample (line 83) | @Override
    method selectByPrimaryKey (line 89) | @Override
    method findAll (line 95) | @Override
    method updateByExampleSelective (line 110) | @Override
    method updateByExample (line 115) | @Override
    method updateByPrimaryKeySelective (line 120) | @Override
    method updateByPrimaryKey (line 125) | @Override
    method sumByExample (line 130) | @Override
    method deleteAll (line 135) | @Override
    method getExample (line 140) | @Override
    method selectOneByExample (line 183) | public WLTAddr selectOneByExample(WLTAddrExample example)
    method batchInsert (line 193) | @Override

FILE: src/gens/java/org/fc/wlt/ordbgens/wlt/dao/WLTAssetDao.java
  class WLTAssetDao (line 28) | @Data
    method countByExample (line 38) | @Override
    method deleteByExample (line 43) | @Override
    method deleteByPrimaryKey (line 48) | @Override
    method insert (line 53) | @Override
    method insertSelective (line 58) | @Override
    method batchUpdate (line 63) | @Override
    method batchDelete (line 73) | @Override
    method selectByExample (line 83) | @Override
    method selectByPrimaryKey (line 89) | @Override
    method findAll (line 95) | @Override
    method updateByExampleSelective (line 110) | @Override
    method updateByExample (line 115) | @Override
    method updateByPrimaryKeySelective (line 120) | @Override
    method updateByPrimaryKey (line 125) | @Override
    method sumByExample (line 130) | @Override
    method deleteAll (line 135) | @Override
    method getExample (line 140) | @Override
    method selectOneByExample (line 207) | public WLTAsset selectOneByExample(WLTAssetExample example)
    method batchInsert (line 217) | @Override

FILE: src/gens/java/org/fc/wlt/ordbgens/wlt/dao/WLTCertOrgDao.java
  class WLTCertOrgDao (line 28) | @Data
    method countByExample (line 38) | @Override
    method deleteByExample (line 43) | @Override
    method deleteByPrimaryKey (line 48) | @Override
    method insert (line 53) | @Override
    method insertSelective (line 58) | @Override
    method batchUpdate (line 63) | @Override
    method batchDelete (line 73) | @Override
    method selectByExample (line 83) | @Override
    method selectByPrimaryKey (line 89) | @Override
    method findAll (line 95) | @Override
    method updateByExampleSelective (line 110) | @Override
    method updateByExample (line 115) | @Override
    method updateByPrimaryKeySelective (line 120) | @Override
    method updateByPrimaryKey (line 125) | @Override
    method sumByExample (line 130) | @Override
    method deleteAll (line 135) | @Override
    method getExample (line 140) | @Override
    method selectOneByExample (line 210) | public WLTCertOrg selectOneByExample(WLTCertOrgExample example)
    method batchInsert (line 220) | @Override

FILE: src/gens/java/org/fc/wlt/ordbgens/wlt/dao/WLTCertPerDao.java
  class WLTCertPerDao (line 28) | @Data
    method countByExample (line 38) | @Override
    method deleteByExample (line 43) | @Override
    method deleteByPrimaryKey (line 48) | @Override
    method insert (line 53) | @Override
    method insertSelective (line 58) | @Override
    method batchUpdate (line 63) | @Override
    method batchDelete (line 73) | @Override
    method selectByExample (line 83) | @Override
    method selectByPrimaryKey (line 89) | @Override
    method findAll (line 95) | @Override
    method updateByExampleSelective (line 110) | @Override
    method updateByExample (line 115) | @Override
    method updateByPrimaryKeySelective (line 120) | @Override
    method updateByPrimaryKey (line 125) | @Override
    method sumByExample (line 130) | @Override
    method deleteAll (line 135) | @Override
    method getExample (line 140) | @Override
    method selectOneByExample (line 186) | public WLTCertPer selectOneByExample(WLTCertPerExample example)
    method batchInsert (line 196) | @Override

FILE: src/gens/java/org/fc/wlt/ordbgens/wlt/dao/WLTFileDao.java
  class WLTFileDao (line 28) | @Data
    method countByExample (line 38) | @Override
    method deleteByExample (line 43) | @Override
    method deleteByPrimaryKey (line 48) | @Override
    method insert (line 53) | @Override
    method insertSelective (line 58) | @Override
    method batchUpdate (line 63) | @Override
    method batchDelete (line 73) | @Override
    method selectByExample (line 83) | @Override
    method selectByPrimaryKey (line 89) | @Override
    method findAll (line 95) | @Override
    method updateByExampleSelective (line 110) | @Override
    method updateByExample (line 115) | @Override
    method updateByPrimaryKeySelective (line 120) | @Override
    method updateByPrimaryKey (line 125) | @Override
    method sumByExample (line 130) | @Override
    method deleteAll (line 135) | @Override
    method getExample (line 140) | @Override
    method selectOneByExample (line 180) | public WLTFile selectOneByExample(WLTFileExample example)
    method batchInsert (line 190) | @Override

FILE: src/gens/java/org/fc/wlt/ordbgens/wlt/dao/WLTFundDao.java
  class WLTFundDao (line 28) | @Data
    method countByExample (line 38) | @Override
    method deleteByExample (line 43) | @Override
    method deleteByPrimaryKey (line 48) | @Override
    method insert (line 53) | @Override
    method insertSelective (line 58) | @Override
    method batchUpdate (line 63) | @Override
    method batchDelete (line 73) | @Override
    method selectByExample (line 83) | @Override
    method selectByPrimaryKey (line 89) | @Override
    method findAll (line 95) | @Override
    method updateByExampleSelective (line 110) | @Override
    method updateByExample (line 115) | @Override
    method updateByPrimaryKeySelective (line 120) | @Override
    method updateByPrimaryKey (line 125) | @Override
    method sumByExample (line 130) | @Override
    method deleteAll (line 135) | @Override
    method getExample (line 140) | @Override
    method selectOneByExample (line 201) | public WLTFund selectOneByExample(WLTFundExample example)
    method batchInsert (line 211) | @Override

FILE: src/gens/java/org/fc/wlt/ordbgens/wlt/dao/WLTPendDao.java
  class WLTPendDao (line 28) | @Data
    method countByExample (line 38) | @Override
    method deleteByExample (line 43) | @Override
    method deleteByPrimaryKey (line 48) | @Override
    method insert (line 53) | @Override
    method insertSelective (line 58) | @Override
    method batchUpdate (line 63) | @Override
    method batchDelete (line 73) | @Override
    method selectByExample (line 83) | @Override
    method selectByPrimaryKey (line 89) | @Override
    method findAll (line 95) | @Override
    method updateByExampleSelective (line 110) | @Override
    method updateByExample (line 115) | @Override
    method updateByPrimaryKeySelective (line 120) | @Override
    method updateByPrimaryKey (line 125) | @Override
    method sumByExample (line 130) | @Override
    method deleteAll (line 135) | @Override
    method getExample (line 140) | @Override
    method selectOneByExample (line 195) | public WLTPend selectOneByExample(WLTPendExample example)
    method batchInsert (line 205) | @Override

FILE: src/gens/java/org/fc/wlt/ordbgens/wlt/dao/WLTTransferDao.java
  class WLTTransferDao (line 28) | @Data
    method countByExample (line 38) | @Override
    method deleteByExample (line 43) | @Override
    method deleteByPrimaryKey (line 48) | @Override
    method insert (line 53) | @Override
    method insertSelective (line 58) | @Override
    method batchUpdate (line 63) | @Override
    method batchDelete (line 73) | @Override
    method selectByExample (line 83) | @Override
    method selectByPrimaryKey (line 89) | @Override
    method findAll (line 95) | @Override
    method updateByExampleSelective (line 110) | @Override
    method updateByExample (line 115) | @Override
    method updateByPrimaryKeySelective (line 120) | @Override
    method updateByPrimaryKey (line 125) | @Override
    method sumByExample (line 130) | @Override
    method deleteAll (line 135) | @Override
    method getExample (line 140) | @Override
    method selectOneByExample (line 201) | public WLTTransfer selectOneByExample(WLTTransferExample example)
    method batchInsert (line 211) | @Override

FILE: src/gens/java/org/fc/wlt/ordbgens/wlt/dao/WLTUserDao.java
  class WLTUserDao (line 28) | @Data
    method countByExample (line 38) | @Override
    method deleteByExample (line 43) | @Override
    method deleteByPrimaryKey (line 48) | @Override
    method insert (line 53) | @Override
    method insertSelective (line 58) | @Override
    method batchUpdate (line 63) | @Override
    method batchDelete (line 73) | @Override
    method selectByExample (line 83) | @Override
    method selectByPrimaryKey (line 89) | @Override
    method findAll (line 95) | @Override
    method updateByExampleSelective (line 110) | @Override
    method updateByExample (line 115) | @Override
    method updateByPrimaryKeySelective (line 120) | @Override
    method updateByPrimaryKey (line 125) | @Override
    method sumByExample (line 130) | @Override
    method deleteAll (line 135) | @Override
    method getExample (line 140) | @Override
    method selectOneByExample (line 183) | public WLTUser selectOneByExample(WLTUserExample example)
    method batchInsert (line 193) | @Override

FILE: src/gens/java/org/fc/wlt/ordbgens/wlt/entity/WLTAddr.java
  class WLTAddr (line 9) | @Tab(name="WLT_ADDR")
    method getUserId (line 101) | public String getUserId() {
    method setUserId (line 113) | public void setUserId(String userId) {
    method getHexAddr (line 125) | public String getHexAddr() {
    method setHexAddr (line 137) | public void setHexAddr(String hexAddr) {
    method getPublicKey (line 149) | public String getPublicKey() {
    method setPublicKey (line 161) | public void setPublicKey(String publicKey) {
    method getPublicKeyHash (line 173) | public String getPublicKeyHash() {
    method setPublicKeyHash (line 185) | public void setPublicKeyHash(String publicKeyHash) {
    method getPrivateKey (line 197) | public String getPrivateKey() {
    method setPrivateKey (line 209) | public void setPrivateKey(String privateKey) {
    method getAddrStatus (line 221) | public String getAddrStatus() {
    method setAddrStatus (line 233) | public void setAddrStatus(String addrStatus) {
    method getCreatedTime (line 245) | public Date getCreatedTime() {
    method setCreatedTime (line 257) | public void setCreatedTime(Date createdTime) {
    method getUpdatedTime (line 269) | public Date getUpdatedTime() {
    method setUpdatedTime (line 281) | public void setUpdatedTime(Date updatedTime) {
    method getReserved1 (line 293) | public String getReserved1() {
    method setReserved1 (line 305) | public void setReserved1(String reserved1) {
    method getReserved2 (line 317) | public String getReserved2() {
    method setReserved2 (line 329) | public void setReserved2(String reserved2) {
    method equals (line 339) | @Override
    method hashCode (line 370) | @Override
    method toString (line 394) | @Override

FILE: src/gens/java/org/fc/wlt/ordbgens/wlt/entity/WLTAddrExample.java
  class WLTAddrExample (line 9) | @Data
    method WLTAddrExample (line 55) | public WLTAddrExample() {
    method setOrderByClause (line 67) | public void setOrderByClause(String orderByClause) {
    method getOrderByClause (line 77) | public String getOrderByClause() {
    method setDistinct (line 87) | public void setDistinct(boolean distinct) {
    method isDistinct (line 97) | public boolean isDistinct() {
    method getOredCriteria (line 107) | public List<Criteria> getOredCriteria() {
    method or (line 117) | public void or(Criteria criteria) {
    method or (line 127) | public Criteria or() {
    method createCriteria (line 139) | public Criteria createCriteria() {
    method createCriteriaInternal (line 153) | protected Criteria createCriteriaInternal() {
    method clear (line 164) | public void clear() {
    method setOffset (line 176) | public void setOffset(int offset) {
    method getOffset (line 180) | public int getOffset() {
    method setLimit (line 184) | public void setLimit(int limit) {
    method getLimit (line 188) | public int getLimit() {
    method setSumCol (line 192) | public void setSumCol(String sumCol) {
    method getSumCol (line 196) | public String getSumCol() {
    method setGroupSelClause (line 200) | public void setGroupSelClause(String groupSelClause) {
    method getGroupSelClause (line 204) | public String getGroupSelClause() {
    method setForUpdate (line 208) | public void setForUpdate(boolean forUpdate) {
    method isForUpdate (line 212) | public boolean isForUpdate() {
    method setGroupByClause (line 216) | public void setGroupByClause(String groupByClause) {
    method getGroupByClause (line 220) | public String getGroupByClause() {
    class GeneratedCriteria (line 230) | @Data
      method GeneratedCriteria (line 234) | public GeneratedCriteria() {
      method isValid (line 239) | public boolean isValid() {
      method getAllCriteria (line 243) | public List<Criterion> getAllCriteria() {
      method getCriteria (line 247) | public List<Criterion> getCriteria() {
      method addCriterion (line 251) | public void addCriterion(String condition) {
      method addCriterion (line 258) | public void addCriterion(String condition, Object value, String prop...
      method addCriterion (line 265) | public void addCriterion(String condition, Object value1, Object val...
      method andAddrIdIsNull (line 272) | public Criteria andAddrIdIsNull() {
      method andAddrIdIsNotNull (line 277) | public Criteria andAddrIdIsNotNull() {
      method andAddrIdEqualTo (line 282) | public Criteria andAddrIdEqualTo(String value) {
      method andAddrIdNotEqualTo (line 287) | public Criteria andAddrIdNotEqualTo(String value) {
      method andAddrIdGreaterThan (line 292) | public Criteria andAddrIdGreaterThan(String value) {
      method andAddrIdGreaterThanOrEqualTo (line 297) | public Criteria andAddrIdGreaterThanOrEqualTo(String value) {
      method andAddrIdLessThan (line 302) | public Criteria andAddrIdLessThan(String value) {
      method andAddrIdLessThanOrEqualTo (line 307) | public Criteria andAddrIdLessThanOrEqualTo(String value) {
      method andAddrIdLike (line 312) | public Criteria andAddrIdLike(String value) {
      method andAddrIdNotLike (line 317) | public Criteria andAddrIdNotLike(String value) {
      method andAddrIdIn (line 322) | public Criteria andAddrIdIn(List<String> values) {
      method andAddrIdNotIn (line 327) | public Criteria andAddrIdNotIn(List<String> values) {
      method andAddrIdBetween (line 332) | public Criteria andAddrIdBetween(String value1, String value2) {
      method andAddrIdNotBetween (line 337) | public Criteria andAddrIdNotBetween(String value1, String value2) {
      method andUserIdIsNull (line 342) | public Criteria andUserIdIsNull() {
      method andUserIdIsNotNull (line 347) | public Criteria andUserIdIsNotNull() {
      method andUserIdEqualTo (line 352) | public Criteria andUserIdEqualTo(String value) {
      method andUserIdNotEqualTo (line 357) | public Criteria andUserIdNotEqualTo(String value) {
      method andUserIdGreaterThan (line 362) | public Criteria andUserIdGreaterThan(String value) {
      method andUserIdGreaterThanOrEqualTo (line 367) | public Criteria andUserIdGreaterThanOrEqualTo(String value) {
      method andUserIdLessThan (line 372) | public Criteria andUserIdLessThan(String value) {
      method andUserIdLessThanOrEqualTo (line 377) | public Criteria andUserIdLessThanOrEqualTo(String value) {
      method andUserIdLike (line 382) | public Criteria andUserIdLike(String value) {
      method andUserIdNotLike (line 387) | public Criteria andUserIdNotLike(String value) {
      method andUserIdIn (line 392) | public Criteria andUserIdIn(List<String> values) {
      method andUserIdNotIn (line 397) | public Criteria andUserIdNotIn(List<String> values) {
      method andUserIdBetween (line 402) | public Criteria andUserIdBetween(String value1, String value2) {
      method andUserIdNotBetween (line 407) | public Criteria andUserIdNotBetween(String value1, String value2) {
      method andHexAddrIsNull (line 412) | public Criteria andHexAddrIsNull() {
      method andHexAddrIsNotNull (line 417) | public Criteria andHexAddrIsNotNull() {
      method andHexAddrEqualTo (line 422) | public Criteria andHexAddrEqualTo(String value) {
      method andHexAddrNotEqualTo (line 427) | public Criteria andHexAddrNotEqualTo(String value) {
      method andHexAddrGreaterThan (line 432) | public Criteria andHexAddrGreaterThan(String value) {
      method andHexAddrGreaterThanOrEqualTo (line 437) | public Criteria andHexAddrGreaterThanOrEqualTo(String value) {
      method andHexAddrLessThan (line 442) | public Criteria andHexAddrLessThan(String value) {
      method andHexAddrLessThanOrEqualTo (line 447) | public Criteria andHexAddrLessThanOrEqualTo(String value) {
      method andHexAddrLike (line 452) | public Criteria andHexAddrLike(String value) {
      method andHexAddrNotLike (line 457) | public Criteria andHexAddrNotLike(String value) {
      method andHexAddrIn (line 462) | public Criteria andHexAddrIn(List<String> values) {
      method andHexAddrNotIn (line 467) | public Criteria andHexAddrNotIn(List<String> values) {
      method andHexAddrBetween (line 472) | public Criteria andHexAddrBetween(String value1, String value2) {
      method andHexAddrNotBetween (line 477) | public Criteria andHexAddrNotBetween(String value1, String value2) {
      method andPublicKeyIsNull (line 482) | public Criteria andPublicKeyIsNull() {
      method andPublicKeyIsNotNull (line 487) | public Criteria andPublicKeyIsNotNull() {
      method andPublicKeyEqualTo (line 492) | public Criteria andPublicKeyEqualTo(String value) {
      method andPublicKeyNotEqualTo (line 497) | public Criteria andPublicKeyNotEqualTo(String value) {
      method andPublicKeyGreaterThan (line 502) | public Criteria andPublicKeyGreaterThan(String value) {
      method andPublicKeyGreaterThanOrEqualTo (line 507) | public Criteria andPublicKeyGreaterThanOrEqualTo(String value) {
      method andPublicKeyLessThan (line 512) | public Criteria andPublicKeyLessThan(String value) {
      method andPublicKeyLessThanOrEqualTo (line 517) | public Criteria andPublicKeyLessThanOrEqualTo(String value) {
      method andPublicKeyLike (line 522) | public Criteria andPublicKeyLike(String value) {
      method andPublicKeyNotLike (line 527) | public Criteria andPublicKeyNotLike(String value) {
      method andPublicKeyIn (line 532) | public Criteria andPublicKeyIn(List<String> values) {
      method andPublicKeyNotIn (line 537) | public Criteria andPublicKeyNotIn(List<String> values) {
      method andPublicKeyBetween (line 542) | public Criteria andPublicKeyBetween(String value1, String value2) {
      method andPublicKeyNotBetween (line 547) | public Criteria andPublicKeyNotBetween(String value1, String value2) {
      method andPublicKeyHashIsNull (line 552) | public Criteria andPublicKeyHashIsNull() {
      method andPublicKeyHashIsNotNull (line 557) | public Criteria andPublicKeyHashIsNotNull() {
      method andPublicKeyHashEqualTo (line 562) | public Criteria andPublicKeyHashEqualTo(String value) {
      method andPublicKeyHashNotEqualTo (line 567) | public Criteria andPublicKeyHashNotEqualTo(String value) {
      method andPublicKeyHashGreaterThan (line 572) | public Criteria andPublicKeyHashGreaterThan(String value) {
      method andPublicKeyHashGreaterThanOrEqualTo (line 577) | public Criteria andPublicKeyHashGreaterThanOrEqualTo(String value) {
      method andPublicKeyHashLessThan (line 582) | public Criteria andPublicKeyHashLessThan(String value) {
      method andPublicKeyHashLessThanOrEqualTo (line 587) | public Criteria andPublicKeyHashLessThanOrEqualTo(String value) {
      method andPublicKeyHashLike (line 592) | public Criteria andPublicKeyHashLike(String value) {
      method andPublicKeyHashNotLike (line 597) | public Criteria andPublicKeyHashNotLike(String value) {
      method andPublicKeyHashIn (line 602) | public Criteria andPublicKeyHashIn(List<String> values) {
      method andPublicKeyHashNotIn (line 607) | public Criteria andPublicKeyHashNotIn(List<String> values) {
      method andPublicKeyHashBetween (line 612) | public Criteria andPublicKeyHashBetween(String value1, String value2) {
      method andPublicKeyHashNotBetween (line 617) | public Criteria andPublicKeyHashNotBetween(String value1, String val...
      method andPrivateKeyIsNull (line 622) | public Criteria andPrivateKeyIsNull() {
      method andPrivateKeyIsNotNull (line 627) | public Criteria andPrivateKeyIsNotNull() {
      method andPrivateKeyEqualTo (line 632) | public Criteria andPrivateKeyEqualTo(String value) {
      method andPrivateKeyNotEqualTo (line 637) | public Criteria andPrivateKeyNotEqualTo(String value) {
      method andPrivateKeyGreaterThan (line 642) | public Criteria andPrivateKeyGreaterThan(String value) {
      method andPrivateKeyGreaterThanOrEqualTo (line 647) | public Criteria andPrivateKeyGreaterThanOrEqualTo(String value) {
      method andPrivateKeyLessThan (line 652) | public Criteria andPrivateKeyLessThan(String value) {
      method andPrivateKeyLessThanOrEqualTo (line 657) | public Criteria andPrivateKeyLessThanOrEqualTo(String value) {
      method andPrivateKeyLike (line 662) | public Criteria andPrivateKeyLike(String value) {
      method andPrivateKeyNotLike (line 667) | public Criteria andPrivateKeyNotLike(String value) {
      method andPrivateKeyIn (line 672) | public Criteria andPrivateKeyIn(List<String> values) {
      method andPrivateKeyNotIn (line 677) | public Criteria andPrivateKeyNotIn(List<String> values) {
      method andPrivateKeyBetween (line 682) | public Criteria andPrivateKeyBetween(String value1, String value2) {
      method andPrivateKeyNotBetween (line 687) | public Criteria andPrivateKeyNotBetween(String value1, String value2) {
      method andAddrStatusIsNull (line 692) | public Criteria andAddrStatusIsNull() {
      method andAddrStatusIsNotNull (line 697) | public Criteria andAddrStatusIsNotNull() {
      method andAddrStatusEqualTo (line 702) | public Criteria andAddrStatusEqualTo(String value) {
      method andAddrStatusNotEqualTo (line 707) | public Criteria andAddrStatusNotEqualTo(String value) {
      method andAddrStatusGreaterThan (line 712) | public Criteria andAddrStatusGreaterThan(String value) {
      method andAddrStatusGreaterThanOrEqualTo (line 717) | public Criteria andAddrStatusGreaterThanOrEqualTo(String value) {
      method andAddrStatusLessThan (line 722) | public Criteria andAddrStatusLessThan(String value) {
      method andAddrStatusLessThanOrEqualTo (line 727) | public Criteria andAddrStatusLessThanOrEqualTo(String value) {
      method andAddrStatusLike (line 732) | public Criteria andAddrStatusLike(String value) {
      method andAddrStatusNotLike (line 737) | public Criteria andAddrStatusNotLike(String value) {
      method andAddrStatusIn (line 742) | public Criteria andAddrStatusIn(List<String> values) {
      method andAddrStatusNotIn (line 747) | public Criteria andAddrStatusNotIn(List<String> values) {
      method andAddrStatusBetween (line 752) | public Criteria andAddrStatusBetween(String value1, String value2) {
      method andAddrStatusNotBetween (line 757) | public Criteria andAddrStatusNotBetween(String value1, String value2) {
      method andCreatedTimeIsNull (line 762) | public Criteria andCreatedTimeIsNull() {
      method andCreatedTimeIsNotNull (line 767) | public Criteria andCreatedTimeIsNotNull() {
      method andCreatedTimeEqualTo (line 772) | public Criteria andCreatedTimeEqualTo(Date value) {
      method andCreatedTimeNotEqualTo (line 777) | public Criteria andCreatedTimeNotEqualTo(Date value) {
      method andCreatedTimeGreaterThan (line 782) | public Criteria andCreatedTimeGreaterThan(Date value) {
      method andCreatedTimeGreaterThanOrEqualTo (line 787) | public Criteria andCreatedTimeGreaterThanOrEqualTo(Date value) {
      method andCreatedTimeLessThan (line 792) | public Criteria andCreatedTimeLessThan(Date value) {
      method andCreatedTimeLessThanOrEqualTo (line 797) | public Criteria andCreatedTimeLessThanOrEqualTo(Date value) {
      method andCreatedTimeIn (line 802) | public Criteria andCreatedTimeIn(List<Date> values) {
      method andCreatedTimeNotIn (line 807) | public Criteria andCreatedTimeNotIn(List<Date> values) {
      method andCreatedTimeBetween (line 812) | public Criteria andCreatedTimeBetween(Date value1, Date value2) {
      method andCreatedTimeNotBetween (line 817) | public Criteria andCreatedTimeNotBetween(Date value1, Date value2) {
      method andUpdatedTimeIsNull (line 822) | public Criteria andUpdatedTimeIsNull() {
      method andUpdatedTimeIsNotNull (line 827) | public Criteria andUpdatedTimeIsNotNull() {
      method andUpdatedTimeEqualTo (line 832) | public Criteria andUpdatedTimeEqualTo(Date value) {
      method andUpdatedTimeNotEqualTo (line 837) | public Criteria andUpdatedTimeNotEqualTo(Date value) {
      method andUpdatedTimeGreaterThan (line 842) | public Criteria andUpdatedTimeGreaterThan(Date value) {
      method andUpdatedTimeGreaterThanOrEqualTo (line 847) | public Criteria andUpdatedTimeGreaterThanOrEqualTo(Date value) {
      method andUpdatedTimeLessThan (line 852) | public Criteria andUpdatedTimeLessThan(Date value) {
      method andUpdatedTimeLessThanOrEqualTo (line 857) | public Criteria andUpdatedTimeLessThanOrEqualTo(Date value) {
      method andUpdatedTimeIn (line 862) | public Criteria andUpdatedTimeIn(List<Date> values) {
      method andUpdatedTimeNotIn (line 867) | public Criteria andUpdatedTimeNotIn(List<Date> values) {
      method andUpdatedTimeBetween (line 872) | public Criteria andUpdatedTimeBetween(Date value1, Date value2) {
      method andUpdatedTimeNotBetween (line 877) | public Criteria andUpdatedTimeNotBetween(Date value1, Date value2) {
      method andReserved1IsNull (line 882) | public Criteria andReserved1IsNull() {
      method andReserved1IsNotNull (line 887) | public Criteria andReserved1IsNotNull() {
      method andReserved1EqualTo (line 892) | public Criteria andReserved1EqualTo(String value) {
      method andReserved1NotEqualTo (line 897) | public Criteria andReserved1NotEqualTo(String value) {
      method andReserved1GreaterThan (line 902) | public Criteria andReserved1GreaterThan(String value) {
      method andReserved1GreaterThanOrEqualTo (line 907) | public Criteria andReserved1GreaterThanOrEqualTo(String value) {
      method andReserved1LessThan (line 912) | public Criteria andReserved1LessThan(String value) {
      method andReserved1LessThanOrEqualTo (line 917) | public Criteria andReserved1LessThanOrEqualTo(String value) {
      method andReserved1Like (line 922) | public Criteria andReserved1Like(String value) {
      method andReserved1NotLike (line 927) | public Criteria andReserved1NotLike(String value) {
      method andReserved1In (line 932) | public Criteria andReserved1In(List<String> values) {
      method andReserved1NotIn (line 937) | public Criteria andReserved1NotIn(List<String> values) {
      method andReserved1Between (line 942) | public Criteria andReserved1Between(String value1, String value2) {
      method andReserved1NotBetween (line 947) | public Criteria andReserved1NotBetween(String value1, String value2) {
      method andReserved2IsNull (line 952) | public Criteria andReserved2IsNull() {
      method andReserved2IsNotNull (line 957) | public Criteria andReserved2IsNotNull() {
      method andReserved2EqualTo (line 962) | public Criteria andReserved2EqualTo(String value) {
      method andReserved2NotEqualTo (line 967) | public Criteria andReserved2NotEqualTo(String value) {
      method andReserved2GreaterThan (line 972) | public Criteria andReserved2GreaterThan(String value) {
      method andReserved2GreaterThanOrEqualTo (line 977) | public Criteria andReserved2GreaterThanOrEqualTo(String value) {
      method andReserved2LessThan (line 982) | public Criteria andReserved2LessThan(String value) {
      method andReserved2LessThanOrEqualTo (line 987) | public Criteria andReserved2LessThanOrEqualTo(String value) {
      method andReserved2Like (line 992) | public Criteria andReserved2Like(String value) {
      method andReserved2NotLike (line 997) | public Criteria andReserved2NotLike(String value) {
      method andReserved2In (line 1002) | public Criteria andReserved2In(List<String> values) {
      method andReserved2NotIn (line 1007) | public Criteria andReserved2NotIn(List<String> values) {
      method andReserved2Between (line 1012) | public Criteria andReserved2Between(String value1, String value2) {
      method andReserved2NotBetween (line 1017) | public Criteria andReserved2NotBetween(String value1, String value2) {
      method andAddrIdLikeInsensitive (line 1022) | public Criteria andAddrIdLikeInsensitive(String value) {
      method andUserIdLikeInsensitive (line 1027) | public Criteria andUserIdLikeInsensitive(String value) {
      method andHexAddrLikeInsensitive (line 1032) | public Criteria andHexAddrLikeInsensitive(String value) {
      method andPublicKeyLikeInsensitive (line 1037) | public Criteria andPublicKeyLikeInsensitive(String value) {
      method andPublicKeyHashLikeInsensitive (line 1042) | public Criteria andPublicKeyHashLikeInsensitive(String value) {
      method andPrivateKeyLikeInsensitive (line 1047) | public Criteria andPrivateKeyLikeInsensitive(String value) {
      method andAddrStatusLikeInsensitive (line 1052) | public Criteria andAddrStatusLikeInsensitive(String value) {
      method andReserved1LikeInsensitive (line 1057) | public Criteria andReserved1LikeInsensitive(String value) {
      method andReserved2LikeInsensitive (line 1062) | public Criteria andReserved2LikeInsensitive(String value) {
    class Criteria (line 1074) | public static class Criteria extends GeneratedCriteria {
      method Criteria (line 1076) | public Criteria() {
    class Criterion (line 1087) | @Data
      method getCondition (line 1106) | public String getCondition() {
      method getValue (line 1110) | public Object getValue() {
      method getSecondValue (line 1114) | public Object getSecondValue() {
      method isNoValue (line 1118) | public boolean isNoValue() {
      method isSingleValue (line 1122) | public boolean isSingleValue() {
      method isBetweenValue (line 1126) | public boolean isBetweenValue() {
      method isListValue (line 1130) | public boolean isListValue() {
      method getTypeHandler (line 1134) | public String getTypeHandler() {
      method Criterion (line 1138) | public Criterion(String condition) {
      method Criterion (line 1145) | public Criterion(String condition, Object value, String typeHandler) {
      method Criterion (line 1157) | public Criterion(String condition, Object value) {
      method Criterion (line 1161) | public Criterion(String condition, Object value, Object secondValue,...
      method Criterion (line 1170) | public Criterion(String condition, Object value, Object secondValue) {

FILE: src/gens/java/org/fc/wlt/ordbgens/wlt/entity/WLTAddrKey.java
  class WLTAddrKey (line 7) | @AllArgsConstructor
    method getAddrId (line 26) | public String getAddrId() {
    method setAddrId (line 38) | public void setAddrId(String addrId) {
    method equals (line 48) | @Override
    method hashCode (line 69) | @Override
    method toString (line 83) | @Override

FILE: src/gens/java/org/fc/wlt/ordbgens/wlt/entity/WLTAsset.java
  class WLTAsset (line 9) | @Tab(name="WLT_ASSET")
    method getUserId (line 165) | public String getUserId() {
    method setUserId (line 177) | public void setUserId(String userId) {
    method getFundId (line 189) | public String getFundId() {
    method setFundId (line 201) | public void setFundId(String fundId) {
    method getHoldCount (line 213) | public Double getHoldCount() {
    method setHoldCount (line 225) | public void setHoldCount(Double holdCount) {
    method getBcTxid (line 237) | public String getBcTxid() {
    method setBcTxid (line 249) | public void setBcTxid(String bcTxid) {
    method getAddrId (line 261) | public String getAddrId() {
    method setAddrId (line 273) | public void setAddrId(String addrId) {
    method getAssetPubHash (line 285) | public String getAssetPubHash() {
    method setAssetPubHash (line 297) | public void setAssetPubHash(String assetPubHash) {
    method getAssetType (line 309) | public String getAssetType() {
    method setAssetType (line 321) | public void setAssetType(String assetType) {
    method getAssetStatus (line 333) | public String getAssetStatus() {
    method setAssetStatus (line 345) | public void setAssetStatus(String assetStatus) {
    method getAssetAlias (line 357) | public String getAssetAlias() {
    method setAssetAlias (line 369) | public void setAssetAlias(String assetAlias) {
    method getAssetKeywords (line 381) | public String getAssetKeywords() {
    method setAssetKeywords (line 393) | public void setAssetKeywords(String assetKeywords) {
    method getDmtEname (line 405) | public String getDmtEname() {
    method setDmtEname (line 417) | public void setDmtEname(String dmtEname) {
    method getDmtCname (line 429) | public String getDmtCname() {
    method setDmtCname (line 441) | public void setDmtCname(String dmtCname) {
    method getDmtCount (line 453) | public Double getDmtCount() {
    method setDmtCount (line 465) | public void setDmtCount(Double dmtCount) {
    method getMetadata (line 477) | public String getMetadata() {
    method setMetadata (line 489) | public void setMetadata(String metadata) {
    method getCreatedTime (line 501) | public Date getCreatedTime() {
    method setCreatedTime (line 513) | public void setCreatedTime(Date createdTime) {
    method getUpdatedTime (line 525) | public Date getUpdatedTime() {
    method setUpdatedTime (line 537) | public void setUpdatedTime(Date updatedTime) {
    method getReserved1 (line 549) | public String getReserved1() {
    method setReserved1 (line 561) | public void setReserved1(String reserved1) {
    method getReserved2 (line 573) | public String getReserved2() {
    method setReserved2 (line 585) | public void setReserved2(String reserved2) {
    method equals (line 595) | @Override
    method hashCode (line 634) | @Override
    method toString (line 666) | @Override

FILE: src/gens/java/org/fc/wlt/ordbgens/wlt/entity/WLTAssetExample.java
  class WLTAssetExample (line 9) | @Data
    method WLTAssetExample (line 55) | public WLTAssetExample() {
    method setOrderByClause (line 67) | public void setOrderByClause(String orderByClause) {
    method getOrderByClause (line 77) | public String getOrderByClause() {
    method setDistinct (line 87) | public void setDistinct(boolean distinct) {
    method isDistinct (line 97) | public boolean isDistinct() {
    method getOredCriteria (line 107) | public List<Criteria> getOredCriteria() {
    method or (line 117) | public void or(Criteria criteria) {
    method or (line 127) | public Criteria or() {
    method createCriteria (line 139) | public Criteria createCriteria() {
    method createCriteriaInternal (line 153) | protected Criteria createCriteriaInternal() {
    method clear (line 164) | public void clear() {
    method setOffset (line 176) | public void setOffset(int offset) {
    method getOffset (line 180) | public int getOffset() {
    method setLimit (line 184) | public void setLimit(int limit) {
    method getLimit (line 188) | public int getLimit() {
    method setSumCol (line 192) | public void setSumCol(String sumCol) {
    method getSumCol (line 196) | public String getSumCol() {
    method setGroupSelClause (line 200) | public void setGroupSelClause(String groupSelClause) {
    method getGroupSelClause (line 204) | public String getGroupSelClause() {
    method setForUpdate (line 208) | public void setForUpdate(boolean forUpdate) {
    method isForUpdate (line 212) | public boolean isForUpdate() {
    method setGroupByClause (line 216) | public void setGroupByClause(String groupByClause) {
    method getGroupByClause (line 220) | public String getGroupByClause() {
    class GeneratedCriteria (line 230) | @Data
      method GeneratedCriteria (line 234) | public GeneratedCriteria() {
      method isValid (line 239) | public boolean isValid() {
      method getAllCriteria (line 243) | public List<Criterion> getAllCriteria() {
      method getCriteria (line 247) | public List<Criterion> getCriteria() {
      method addCriterion (line 251) | public void addCriterion(String condition) {
      method addCriterion (line 258) | public void addCriterion(String condition, Object value, String prop...
      method addCriterion (line 265) | public void addCriterion(String condition, Object value1, Object val...
      method andAssetIdIsNull (line 272) | public Criteria andAssetIdIsNull() {
      method andAssetIdIsNotNull (line 277) | public Criteria andAssetIdIsNotNull() {
      method andAssetIdEqualTo (line 282) | public Criteria andAssetIdEqualTo(String value) {
      method andAssetIdNotEqualTo (line 287) | public Criteria andAssetIdNotEqualTo(String value) {
      method andAssetIdGreaterThan (line 292) | public Criteria andAssetIdGreaterThan(String value) {
      method andAssetIdGreaterThanOrEqualTo (line 297) | public Criteria andAssetIdGreaterThanOrEqualTo(String value) {
      method andAssetIdLessThan (line 302) | public Criteria andAssetIdLessThan(String value) {
      method andAssetIdLessThanOrEqualTo (line 307) | public Criteria andAssetIdLessThanOrEqualTo(String value) {
      method andAssetIdLike (line 312) | public Criteria andAssetIdLike(String value) {
      method andAssetIdNotLike (line 317) | public Criteria andAssetIdNotLike(String value) {
      method andAssetIdIn (line 322) | public Criteria andAssetIdIn(List<String> values) {
      method andAssetIdNotIn (line 327) | public Criteria andAssetIdNotIn(List<String> values) {
      method andAssetIdBetween (line 332) | public Criteria andAssetIdBetween(String value1, String value2) {
      method andAssetIdNotBetween (line 337) | public Criteria andAssetIdNotBetween(String value1, String value2) {
      method andUserIdIsNull (line 342) | public Criteria andUserIdIsNull() {
      method andUserIdIsNotNull (line 347) | public Criteria andUserIdIsNotNull() {
      method andUserIdEqualTo (line 352) | public Criteria andUserIdEqualTo(String value) {
      method andUserIdNotEqualTo (line 357) | public Criteria andUserIdNotEqualTo(String value) {
      method andUserIdGreaterThan (line 362) | public Criteria andUserIdGreaterThan(String value) {
      method andUserIdGreaterThanOrEqualTo (line 367) | public Criteria andUserIdGreaterThanOrEqualTo(String value) {
      method andUserIdLessThan (line 372) | public Criteria andUserIdLessThan(String value) {
      method andUserIdLessThanOrEqualTo (line 377) | public Criteria andUserIdLessThanOrEqualTo(String value) {
      method andUserIdLike (line 382) | public Criteria andUserIdLike(String value) {
      method andUserIdNotLike (line 387) | public Criteria andUserIdNotLike(String value) {
      method andUserIdIn (line 392) | public Criteria andUserIdIn(List<String> values) {
      method andUserIdNotIn (line 397) | public Criteria andUserIdNotIn(List<String> values) {
      method andUserIdBetween (line 402) | public Criteria andUserIdBetween(String value1, String value2) {
      method andUserIdNotBetween (line 407) | public Criteria andUserIdNotBetween(String value1, String value2) {
      method andFundIdIsNull (line 412) | public Criteria andFundIdIsNull() {
      method andFundIdIsNotNull (line 417) | public Criteria andFundIdIsNotNull() {
      method andFundIdEqualTo (line 422) | public Criteria andFundIdEqualTo(String value) {
      method andFundIdNotEqualTo (line 427) | public Criteria andFundIdNotEqualTo(String value) {
      method andFundIdGreaterThan (line 432) | public Criteria andFundIdGreaterThan(String value) {
      method andFundIdGreaterThanOrEqualTo (line 437) | public Criteria andFundIdGreaterThanOrEqualTo(String value) {
      method andFundIdLessThan (line 442) | public Criteria andFundIdLessThan(String value) {
      method andFundIdLessThanOrEqualTo (line 447) | public Criteria andFundIdLessThanOrEqualTo(String value) {
      method andFundIdLike (line 452) | public Criteria andFundIdLike(String value) {
      method andFundIdNotLike (line 457) | public Criteria andFundIdNotLike(String value) {
      method andFundIdIn (line 462) | public Criteria andFundIdIn(List<String> values) {
      method andFundIdNotIn (line 467) | public Criteria andFundIdNotIn(List<String> values) {
      method andFundIdBetween (line 472) | public Criteria andFundIdBetween(String value1, String value2) {
      method andFundIdNotBetween (line 477) | public Criteria andFundIdNotBetween(String value1, String value2) {
      method andHoldCountIsNull (line 482) | public Criteria andHoldCountIsNull() {
      method andHoldCountIsNotNull (line 487) | public Criteria andHoldCountIsNotNull() {
      method andHoldCountEqualTo (line 492) | public Criteria andHoldCountEqualTo(Double value) {
      method andHoldCountNotEqualTo (line 497) | public Criteria andHoldCountNotEqualTo(Double value) {
      method andHoldCountGreaterThan (line 502) | public Criteria andHoldCountGreaterThan(Double value) {
      method andHoldCountGreaterThanOrEqualTo (line 507) | public Criteria andHoldCountGreaterThanOrEqualTo(Double value) {
      method andHoldCountLessThan (line 512) | public Criteria andHoldCountLessThan(Double value) {
      method andHoldCountLessThanOrEqualTo (line 517) | public Criteria andHoldCountLessThanOrEqualTo(Double value) {
      method andHoldCountIn (line 522) | public Criteria andHoldCountIn(List<Double> values) {
      method andHoldCountNotIn (line 527) | public Criteria andHoldCountNotIn(List<Double> values) {
      method andHoldCountBetween (line 532) | public Criteria andHoldCountBetween(Double value1, Double value2) {
      method andHoldCountNotBetween (line 537) | public Criteria andHoldCountNotBetween(Double value1, Double value2) {
      method andBcTxidIsNull (line 542) | public Criteria andBcTxidIsNull() {
      method andBcTxidIsNotNull (line 547) | public Criteria andBcTxidIsNotNull() {
      method andBcTxidEqualTo (line 552) | public Criteria andBcTxidEqualTo(String value) {
      method andBcTxidNotEqualTo (line 557) | public Criteria andBcTxidNotEqualTo(String value) {
      method andBcTxidGreaterThan (line 562) | public Criteria andBcTxidGreaterThan(String value) {
      method andBcTxidGreaterThanOrEqualTo (line 567) | public Criteria andBcTxidGreaterThanOrEqualTo(String value) {
      method andBcTxidLessThan (line 572) | public Criteria andBcTxidLessThan(String value) {
      method andBcTxidLessThanOrEqualTo (line 577) | public Criteria andBcTxidLessThanOrEqualTo(String value) {
      method andBcTxidLike (line 582) | public Criteria andBcTxidLike(String value) {
      method andBcTxidNotLike (line 587) | public Criteria andBcTxidNotLike(String value) {
      method andBcTxidIn (line 592) | public Criteria andBcTxidIn(List<String> values) {
      method andBcTxidNotIn (line 597) | public Criteria andBcTxidNotIn(List<String> values) {
      method andBcTxidBetween (line 602) | public Criteria andBcTxidBetween(String value1, String value2) {
      method andBcTxidNotBetween (line 607) | public Criteria andBcTxidNotBetween(String value1, String value2) {
      method andAddrIdIsNull (line 612) | public Criteria andAddrIdIsNull() {
      method andAddrIdIsNotNull (line 617) | public Criteria andAddrIdIsNotNull() {
      method andAddrIdEqualTo (line 622) | public Criteria andAddrIdEqualTo(String value) {
      method andAddrIdNotEqualTo (line 627) | public Criteria andAddrIdNotEqualTo(String value) {
      method andAddrIdGreaterThan (line 632) | public Criteria andAddrIdGreaterThan(String value) {
      method andAddrIdGreaterThanOrEqualTo (line 637) | public Criteria andAddrIdGreaterThanOrEqualTo(String value) {
      method andAddrIdLessThan (line 642) | public Criteria andAddrIdLessThan(String value) {
      method andAddrIdLessThanOrEqualTo (line 647) | public Criteria andAddrIdLessThanOrEqualTo(String value) {
      method andAddrIdLike (line 652) | public Criteria andAddrIdLike(String value) {
      method andAddrIdNotLike (line 657) | public Criteria andAddrIdNotLike(String value) {
      method andAddrIdIn (line 662) | public Criteria andAddrIdIn(List<String> values) {
      method andAddrIdNotIn (line 667) | public Criteria andAddrIdNotIn(List<String> values) {
      method andAddrIdBetween (line 672) | public Criteria andAddrIdBetween(String value1, String value2) {
      method andAddrIdNotBetween (line 677) | public Criteria andAddrIdNotBetween(String value1, String value2) {
      method andAssetPubHashIsNull (line 682) | public Criteria andAssetPubHashIsNull() {
      method andAssetPubHashIsNotNull (line 687) | public Criteria andAssetPubHashIsNotNull() {
      method andAssetPubHashEqualTo (line 692) | public Criteria andAssetPubHashEqualTo(String value) {
      method andAssetPubHashNotEqualTo (line 697) | public Criteria andAssetPubHashNotEqualTo(String value) {
      method andAssetPubHashGreaterThan (line 702) | public Criteria andAssetPubHashGreaterThan(String value) {
      method andAssetPubHashGreaterThanOrEqualTo (line 707) | public Criteria andAssetPubHashGreaterThanOrEqualTo(String value) {
      method andAssetPubHashLessThan (line 712) | public Criteria andAssetPubHashLessThan(String value) {
      method andAssetPubHashLessThanOrEqualTo (line 717) | public Criteria andAssetPubHashLessThanOrEqualTo(String value) {
      method andAssetPubHashLike (line 722) | public Criteria andAssetPubHashLike(String value) {
      method andAssetPubHashNotLike (line 727) | public Criteria andAssetPubHashNotLike(String value) {
      method andAssetPubHashIn (line 732) | public Criteria andAssetPubHashIn(List<String> values) {
      method andAssetPubHashNotIn (line 737) | public Criteria andAssetPubHashNotIn(List<String> values) {
      method andAssetPubHashBetween (line 742) | public Criteria andAssetPubHashBetween(String value1, String value2) {
      method andAssetPubHashNotBetween (line 747) | public Criteria andAssetPubHashNotBetween(String value1, String valu...
      method andAssetTypeIsNull (line 752) | public Criteria andAssetTypeIsNull() {
      method andAssetTypeIsNotNull (line 757) | public Criteria andAssetTypeIsNotNull() {
      method andAssetTypeEqualTo (line 762) | public Criteria andAssetTypeEqualTo(String value) {
      method andAssetTypeNotEqualTo (line 767) | public Criteria andAssetTypeNotEqualTo(String value) {
      method andAssetTypeGreaterThan (line 772) | public Criteria andAssetTypeGreaterThan(String value) {
      method andAssetTypeGreaterThanOrEqualTo (line 777) | public Criteria andAssetTypeGreaterThanOrEqualTo(String value) {
      method andAssetTypeLessThan (line 782) | public Criteria andAssetTypeLessThan(String value) {
      method andAssetTypeLessThanOrEqualTo (line 787) | public Criteria andAssetTypeLessThanOrEqualTo(String value) {
      method andAssetTypeLike (line 792) | public Criteria andAssetTypeLike(String value) {
      method andAssetTypeNotLike (line 797) | public Criteria andAssetTypeNotLike(String value) {
      method andAssetTypeIn (line 802) | public Criteria andAssetTypeIn(List<String> values) {
      method andAssetTypeNotIn (line 807) | public Criteria andAssetTypeNotIn(List<String> values) {
      method andAssetTypeBetween (line 812) | public Criteria andAssetTypeBetween(String value1, String value2) {
      method andAssetTypeNotBetween (line 817) | public Criteria andAssetTypeNotBetween(String value1, String value2) {
      method andAssetStatusIsNull (line 822) | public Criteria andAssetStatusIsNull() {
      method andAssetStatusIsNotNull (line 827) | public Criteria andAssetStatusIsNotNull() {
      method andAssetStatusEqualTo (line 832) | public Criteria andAssetStatusEqualTo(String value) {
      method andAssetStatusNotEqualTo (line 837) | public Criteria andAssetStatusNotEqualTo(String value) {
      method andAssetStatusGreaterThan (line 842) | public Criteria andAssetStatusGreaterThan(String value) {
      method andAssetStatusGreaterThanOrEqualTo (line 847) | public Criteria andAssetStatusGreaterThanOrEqualTo(String value) {
      method andAssetStatusLessThan (line 852) | public Criteria andAssetStatusLessThan(String value) {
      method andAssetStatusLessThanOrEqualTo (line 857) | public Criteria andAssetStatusLessThanOrEqualTo(String value) {
      method andAssetStatusLike (line 862) | public Criteria andAssetStatusLike(String value) {
      method andAssetStatusNotLike (line 867) | public Criteria andAssetStatusNotLike(String value) {
      method andAssetStatusIn (line 872) | public Criteria andAssetStatusIn(List<String> values) {
      method andAssetStatusNotIn (line 877) | public Criteria andAssetStatusNotIn(List<String> values) {
      method andAssetStatusBetween (line 882) | public Criteria andAssetStatusBetween(String value1, String value2) {
      method andAssetStatusNotBetween (line 887) | public Criteria andAssetStatusNotBetween(String value1, String value...
      method andAssetAliasIsNull (line 892) | public Criteria andAssetAliasIsNull() {
      method andAssetAliasIsNotNull (line 897) | public Criteria andAssetAliasIsNotNull() {
      method andAssetAliasEqualTo (line 902) | public Criteria andAssetAliasEqualTo(String value) {
      method andAssetAliasNotEqualTo (line 907) | public Criteria andAssetAliasNotEqualTo(String value) {
      method andAssetAliasGreaterThan (line 912) | public Criteria andAssetAliasGreaterThan(String value) {
      method andAssetAliasGreaterThanOrEqualTo (line 917) | public Criteria andAssetAliasGreaterThanOrEqualTo(String value) {
      method andAssetAliasLessThan (line 922) | public Criteria andAssetAliasLessThan(String value) {
      method andAssetAliasLessThanOrEqualTo (line 927) | public Criteria andAssetAliasLessThanOrEqualTo(String value) {
      method andAssetAliasLike (line 932) | public Criteria andAssetAliasLike(String value) {
      method andAssetAliasNotLike (line 937) | public Criteria andAssetAliasNotLike(String value) {
      method andAssetAliasIn (line 942) | public Criteria andAssetAliasIn(List<String> values) {
      method andAssetAliasNotIn (line 947) | public Criteria andAssetAliasNotIn(List<String> values) {
      method andAssetAliasBetween (line 952) | public Criteria andAssetAliasBetween(String value1, String value2) {
      method andAssetAliasNotBetween (line 957) | public Criteria andAssetAliasNotBetween(String value1, String value2) {
      method andAssetKeywordsIsNull (line 962) | public Criteria andAssetKeywordsIsNull() {
      method andAssetKeywordsIsNotNull (line 967) | public Criteria andAssetKeywordsIsNotNull() {
      method andAssetKeywordsEqualTo (line 972) | public Criteria andAssetKeywordsEqualTo(String value) {
      method andAssetKeywordsNotEqualTo (line 977) | public Criteria andAssetKeywordsNotEqualTo(String value) {
      method andAssetKeywordsGreaterThan (line 982) | public Criteria andAssetKeywordsGreaterThan(String value) {
      method andAssetKeywordsGreaterThanOrEqualTo (line 987) | public Criteria andAssetKeywordsGreaterThanOrEqualTo(String value) {
      method andAssetKeywordsLessThan (line 992) | public Criteria andAssetKeywordsLessThan(String value) {
      method andAssetKeywordsLessThanOrEqualTo (line 997) | public Criteria andAssetKeywordsLessThanOrEqualTo(String value) {
      method andAssetKeywordsLike (line 1002) | public Criteria andAssetKeywordsLike(String value) {
      method andAssetKeywordsNotLike (line 1007) | public Criteria andAssetKeywordsNotLike(String value) {
      method andAssetKeywordsIn (line 1012) | public Criteria andAssetKeywordsIn(List<String> values) {
      method andAssetKeywordsNotIn (line 1017) | public Criteria andAssetKeywordsNotIn(List<String> values) {
      method andAssetKeywordsBetween (line 1022) | public Criteria andAssetKeywordsBetween(String value1, String value2) {
      method andAssetKeywordsNotBetween (line 1027) | public Criteria andAssetKeywordsNotBetween(String value1, String val...
      method andDmtEnameIsNull (line 1032) | public Criteria andDmtEnameIsNull() {
      method andDmtEnameIsNotNull (line 1037) | public Criteria andDmtEnameIsNotNull() {
      method andDmtEnameEqualTo (line 1042) | public Criteria andDmtEnameEqualTo(String value) {
      method andDmtEnameNotEqualTo (line 1047) | public Criteria andDmtEnameNotEqualTo(String value) {
      method andDmtEnameGreaterThan (line 1052) | public Criteria andDmtEnameGreaterThan(String value) {
      method andDmtEnameGreaterThanOrEqualTo (line 1057) | public Criteria andDmtEnameGreaterThanOrEqualTo(String value) {
      method andDmtEnameLessThan (line 1062) | public Criteria andDmtEnameLessThan(String value) {
      method andDmtEnameLessThanOrEqualTo (line 1067) | public Criteria andDmtEnameLessThanOrEqualTo(String value) {
      method andDmtEnameLike (line 1072) | public Criteria andDmtEnameLike(String value) {
      method andDmtEnameNotLike (line 1077) | public Criteria andDmtEnameNotLike(String value) {
      method andDmtEnameIn (line 1082) | public Criteria andDmtEnameIn(List<String> values) {
      method andDmtEnameNotIn (line 1087) | public Criteria andDmtEnameNotIn(List<String> values) {
      method andDmtEnameBetween (line 1092) | public Criteria andDmtEnameBetween(String value1, String value2) {
      method andDmtEnameNotBetween (line 1097) | public Criteria andDmtEnameNotBetween(String value1, String value2) {
      method andDmtCnameIsNull (line 1102) | public Criteria andDmtCnameIsNull() {
      method andDmtCnameIsNotNull (line 1107) | public Criteria andDmtCnameIsNotNull() {
      method andDmtCnameEqualTo (line 1112) | public Criteria andDmtCnameEqualTo(String value) {
      method andDmtCnameNotEqualTo (line 1117) | public Criteria andDmtCnameNotEqualTo(String value) {
      method andDmtCnameGreaterThan (line 1122) | public Criteria andDmtCnameGreaterThan(String value) {
      method andDmtCnameGreaterThanOrEqualTo (line 1127) | public Criteria andDmtCnameGreaterThanOrEqualTo(String value) {
      method andDmtCnameLessThan (line 1132) | public Criteria andDmtCnameLessThan(String value) {
      method andDmtCnameLessThanOrEqualTo (line 1137) | public Criteria andDmtCnameLessThanOrEqualTo(String value) {
      method andDmtCnameLike (line 1142) | public Criteria andDmtCnameLike(String value) {
      method andDmtCnameNotLike (line 1147) | public Criteria andDmtCnameNotLike(String value) {
      method andDmtCnameIn (line 1152) | public Criteria andDmtCnameIn(List<String> values) {
      method andDmtCnameNotIn (line 1157) | public Criteria andDmtCnameNotIn(List<String> values) {
      method andDmtCnameBetween (line 1162) | public Criteria andDmtCnameBetween(String value1, String value2) {
      method andDmtCnameNotBetween (line 1167) | public Criteria andDmtCnameNotBetween(String value1, String value2) {
      method andDmtCountIsNull (line 1172) | public Criteria andDmtCountIsNull() {
      method andDmtCountIsNotNull (line 1177) | public Criteria andDmtCountIsNotNull() {
      method andDmtCountEqualTo (line 1182) | public Criteria andDmtCountEqualTo(Double value) {
      method andDmtCountNotEqualTo (line 1187) | public Criteria andDmtCountNotEqualTo(Double value) {
      method andDmtCountGreaterThan (line 1192) | public Criteria andDmtCountGreaterThan(Double value) {
      method andDmtCountGreaterThanOrEqualTo (line 1197) | public Criteria andDmtCountGreaterThanOrEqualTo(Double value) {
      method andDmtCountLessThan (line 1202) | public Criteria andDmtCountLessThan(Double value) {
      method andDmtCountLessThanOrEqualTo (line 1207) | public Criteria andDmtCountLessThanOrEqualTo(Double value) {
      method andDmtCountIn (line 1212) | public Criteria andDmtCountIn(List<Double> values) {
      method andDmtCountNotIn (line 1217) | public Criteria andDmtCountNotIn(List<Double> values) {
      method andDmtCountBetween (line 1222) | public Criteria andDmtCountBetween(Double value1, Double value2) {
      method andDmtCountNotBetween (line 1227) | public Criteria andDmtCountNotBetween(Double value1, Double value2) {
      method andMetadataIsNull (line 1232) | public Criteria andMetadataIsNull() {
      method andMetadataIsNotNull (line 1237) | public Criteria andMetadataIsNotNull() {
      method andMetadataEqualTo (line 1242) | public Criteria andMetadataEqualTo(String value) {
      method andMetadataNotEqualTo (line 1247) | public Criteria andMetadataNotEqualTo(String value) {
      method andMetadataGreaterThan (line 1252) | public Criteria andMetadataGreaterThan(String value) {
      method andMetadataGreaterThanOrEqualTo (line 1257) | public Criteria andMetadataGreaterThanOrEqualTo(String value) {
      method andMetadataLessThan (line 1262) | public Criteria andMetadataLessThan(String value) {
      method andMetadataLessThanOrEqualTo (line 1267) | public Criteria andMetadataLessThanOrEqualTo(String value) {
      method andMetadataLike (line 1272) | public Criteria andMetadataLike(String value) {
      method andMetadataNotLike (line 1277) | public Criteria andMetadataNotLike(String value) {
      method andMetadataIn (line 1282) | public Criteria andMetadataIn(List<String> values) {
      method andMetadataNotIn (line 1287) | public Criteria andMetadataNotIn(List<String> values) {
      method andMetadataBetween (line 1292) | public Criteria andMetadataBetween(String value1, String value2) {
      method andMetadataNotBetween (line 1297) | public Criteria andMetadataNotBetween(String value1, String value2) {
      method andCreatedTimeIsNull (line 1302) | public Criteria andCreatedTimeIsNull() {
      method andCreatedTimeIsNotNull (line 1307) | public Criteria andCreatedTimeIsNotNull() {
      method andCreatedTimeEqualTo (line 1312) | public Criteria andCreatedTimeEqualTo(Date value) {
      method andCreatedTimeNotEqualTo (line 1317) | public Criteria andCreatedTimeNotEqualTo(Date value) {
      method andCreatedTimeGreaterThan (line 1322) | public Criteria andCreatedTimeGreaterThan(Date value) {
      method andCreatedTimeGreaterThanOrEqualTo (line 1327) | public Criteria andCreatedTimeGreaterThanOrEqualTo(Date value) {
      method andCreatedTimeLessThan (line 1332) | public Criteria andCreatedTimeLessThan(Date value) {
      method andCreatedTimeLessThanOrEqualTo (line 1337) | public Criteria andCreatedTimeLessThanOrEqualTo(Date value) {
      method andCreatedTimeIn (line 1342) | public Criteria andCreatedTimeIn(List<Date> values) {
      method andCreatedTimeNotIn (line 1347) | public Criteria andCreatedTimeNotIn(List<Date> values) {
      method andCreatedTimeBetween (line 1352) | public Criteria andCreatedTimeBetween(Date value1, Date value2) {
      method andCreatedTimeNotBetween (line 1357) | public Criteria andCreatedTimeNotBetween(Date value1, Date value2) {
      method andUpdatedTimeIsNull (line 1362) | public Criteria andUpdatedTimeIsNull() {
      method andUpdatedTimeIsNotNull (line 1367) | public Criteria andUpdatedTimeIsNotNull() {
      method andUpdatedTimeEqualTo (line 1372) | public Criteria andUpdatedTimeEqualTo(Date value) {
      method andUpdatedTimeNotEqualTo (line 1377) | public Criteria andUpdatedTimeNotEqualTo(Date value) {
      method andUpdatedTimeGreaterThan (line 1382) | public Criteria andUpdatedTimeGreaterThan(Date value) {
      method andUpdatedTimeGreaterThanOrEqualTo (line 1387) | public Criteria andUpdatedTimeGreaterThanOrEqualTo(Date value) {
      method andUpdatedTimeLessThan (line 1392) | public Criteria andUpdatedTimeLessThan(Date value) {
      method andUpdatedTimeLessThanOrEqualTo (line 1397) | public Criteria andUpdatedTimeLessThanOrEqualTo(Date value) {
      method andUpdatedTimeIn (line 1402) | public Criteria andUpdatedTimeIn(List<Date> values) {
      method andUpdatedTimeNotIn (line 1407) | public Criteria andUpdatedTimeNotIn(List<Date> values) {
      method andUpdatedTimeBetween (line 1412) | public Criteria andUpdatedTimeBetween(Date value1, Date value2) {
      method andUpdatedTimeNotBetween (line 1417) | public Criteria andUpdatedTimeNotBetween(Date value1, Date value2) {
      method andReserved1IsNull (line 1422) | public Criteria andReserved1IsNull() {
      method andReserved1IsNotNull (line 1427) | public Criteria andReserved1IsNotNull() {
      method andReserved1EqualTo (line 1432) | public Criteria andReserved1EqualTo(String value) {
      method andReserved1NotEqualTo (line 1437) | public Criteria andReserved1NotEqualTo(String value) {
      method andReserved1GreaterThan (line 1442) | public Criteria andReserved1GreaterThan(String value) {
      method andReserved1GreaterThanOrEqualTo (line 1447) | public Criteria andReserved1GreaterThanOrEqualTo(String value) {
      method andReserved1LessThan (line 1452) | public Criteria andReserved1LessThan(String value) {
      method andReserved1LessThanOrEqualTo (line 1457) | public Criteria andReserved1LessThanOrEqualTo(String value) {
      method andReserved1Like (line 1462) | public Criteria andReserved1Like(String value) {
      method andReserved1NotLike (line 1467) | public Criteria andReserved1NotLike(String value) {
      method andReserved1In (line 1472) | public Criteria andReserved1In(List<String> values) {
      method andReserved1NotIn (line 1477) | public Criteria andReserved1NotIn(List<String> values) {
      method andReserved1Between (line 1482) | public Criteria andReserved1Between(String value1, String value2) {
      method andReserved1NotBetween (line 1487) | public Criteria andReserved1NotBetween(String value1, String value2) {
      method andReserved2IsNull (line 1492) | public Criteria andReserved2IsNull() {
      method andReserved2IsNotNull (line 1497) | public Criteria andReserved2IsNotNull() {
      method andReserved2EqualTo (line 1502) | public Criteria andReserved2EqualTo(String value) {
      method andReserved2NotEqualTo (line 1507) | public Criteria andReserved2NotEqualTo(String value) {
      method andReserved2GreaterThan (line 1512) | public Criteria andReserved2GreaterThan(String value) {
      method andReserved2GreaterThanOrEqualTo (line 1517) | public Criteria andReserved2GreaterThanOrEqualTo(String value) {
      method andReserved2LessThan (line 1522) | public Criteria andReserved2LessThan(String value) {
      method andReserved2LessThanOrEqualTo (line 1527) | public Criteria andReserved2LessThanOrEqualTo(String value) {
      method andReserved2Like (line 1532) | public Criteria andReserved2Like(String value) {
      method andReserved2NotLike (line 1537) | public Criteria andReserved2NotLike(String value) {
      method andReserved2In (line 1542) | public Criteria andReserved2In(List<String> values) {
      method andReserved2NotIn (line 1547) | public Criteria andReserved2NotIn(List<String> values) {
      method andReserved2Between (line 1552) | public Criteria andReserved2Between(String value1, String value2) {
      method andReserved2NotBetween (line 1557) | public Criteria andReserved2NotBetween(String value1, String value2) {
      method andAssetIdLikeInsensitive (line 1562) | public Criteria andAssetIdLikeInsensitive(String value) {
      method andUserIdLikeInsensitive (line 1567) | public Criteria andUserIdLikeInsensitive(String value) {
      method andFundIdLikeInsensitive (line 1572) | public Criteria andFundIdLikeInsensitive(String value) {
      method andBcTxidLikeInsensitive (line 1577) | public Criteria andBcTxidLikeInsensitive(String value) {
      method andAddrIdLikeInsensitive (line 1582) | public Criteria andAddrIdLikeInsensitive(String value) {
      method andAssetPubHashLikeInsensitive (line 1587) | public Criteria andAssetPubHashLikeInsensitive(String value) {
      method andAssetTypeLikeInsensitive (line 1592) | public Criteria andAssetTypeLikeInsensitive(String value) {
      method andAssetStatusLikeInsensitive (line 1597) | public Criteria andAssetStatusLikeInsensitive(String value) {
      method andAssetAliasLikeInsensitive (line 1602) | public Criteria andAssetAliasLikeInsensitive(String value) {
      method andAssetKeywordsLikeInsensitive (line 1607) | public Criteria andAssetKeywordsLikeInsensitive(String value) {
      method andDmtEnameLikeInsensitive (line 1612) | public Criteria andDmtEnameLikeInsensitive(String value) {
      method andDmtCnameLikeInsensitive (line 1617) | public Criteria andDmtCnameLikeInsensitive(String value) {
      method andMetadataLikeInsensitive (line 1622) | public Criteria andMetadataLikeInsensitive(String value) {
      method andReserved1LikeInsensitive (line 1627) | public Criteria andReserved1LikeInsensitive(String value) {
      method andReserved2LikeInsensitive (line 1632) | public Criteria andReserved2LikeInsensitive(String value) {
    class Criteria (line 1644) | public static class Criteria extends GeneratedCriteria {
      method Criteria (line 1646) | public Criteria() {
    class Criterion (line 1657) | @Data
      method getCondition (line 1676) | public String getCondition() {
      method getValue (line 1680) | public Object getValue() {
      method getSecondValue (line 1684) | public Object getSecondValue() {
      method isNoValue (line 1688) | public boolean isNoValue() {
      method isSingleValue (line 1692) | public boolean isSingleValue() {
      method isBetweenValue (line 1696) | public boolean isBetweenValue() {
      method isListValue (line 1700) | public boolean isListValue() {
      method getTypeHandler (line 1704) | public String getTypeHandler() {
      method Criterion (line 1708) | public Criterion(String condition) {
      method Criterion (line 1715) | public Criterion(String condition, Object value, String typeHandler) {
      method Criterion (line 1727) | public Criterion(String condition, Object value) {
      method Criterion (line 1731) | public Criterion(String condition, Object value, Object secondValue,...
      method Criterion (line 1740) | public Criterion(String condition, Object value, Object secondValue) {

FILE: src/gens/java/org/fc/wlt/ordbgens/wlt/entity/WLTAssetKey.java
  class WLTAssetKey (line 7) | @AllArgsConstructor
    method getAssetId (line 26) | public String getAssetId() {
    method setAssetId (line 38) | public void setAssetId(String assetId) {
    method equals (line 48) | @Override
    method hashCode (line 69) | @Override
    method toString (line 83) | @Override

FILE: src/gens/java/org/fc/wlt/ordbgens/wlt/entity/WLTCertOrg.java
  class WLTCertOrg (line 9) | @Tab(name="WLT_CERT_ORG")
    method getOrgCode (line 173) | public String getOrgCode() {
    method setOrgCode (line 185) | public void setOrgCode(String orgCode) {
    method getOrgName (line 197) | public String getOrgName() {
    method setOrgName (line 209) | public void setOrgName(String orgName) {
    method getOrgType (line 221) | public String getOrgType() {
    method setOrgType (line 233) | public void setOrgType(String orgType) {
    method getUserId (line 245) | public String getUserId() {
    method setUserId (line 257) | public void setUserId(String userId) {
    method getCorporateName (line 269) | public String getCorporateName() {
    method setCorporateName (line 281) | public void setCorporateName(String corporateName) {
    method getLicenseCode (line 293) | public String getLicenseCode() {
    method setLicenseCode (line 305) | public void setLicenseCode(String licenseCode) {
    method getLicensePhotoId (line 317) | public String getLicensePhotoId() {
    method setLicensePhotoId (line 329) | public void setLicensePhotoId(String licensePhotoId) {
    method getNational (line 341) | public String getNational() {
    method setNational (line 353) | public void setNational(String national) {
    method getProvince (line 365) | public String getProvince() {
    method setProvince (line 377) | public void setProvince(String province) {
    method getCity (line 389) | public String getCity() {
    method setCity (line 401) | public void setCity(String city) {
    method getStreet (line 413) | public String getStreet() {
    method setStreet (line 425) | public void setStreet(String street) {
    method getTel (line 437) | public String getTel() {
    method setTel (line 449) | public void setTel(String tel) {
    method getFax (line 461) | public String getFax() {
    method setFax (line 473) | public void setFax(String fax) {
    method getWebRecordNum (line 485) | public String getWebRecordNum() {
    method setWebRecordNum (line 497) | public void setWebRecordNum(String webRecordNum) {
    method getOrgStatus (line 509) | public String getOrgStatus() {
    method setOrgStatus (line 521) | public void setOrgStatus(String orgStatus) {
    method getCreatedTime (line 533) | public Date getCreatedTime() {
    method setCreatedTime (line 545) | public void setCreatedTime(Date createdTime) {
    method getUpdatedTime (line 557) | public Date getUpdatedTime() {
    method setUpdatedTime (line 569) | public void setUpdatedTime(Date updatedTime) {
    method getReserved1 (line 581) | public String getReserved1() {
    method setReserved1 (line 593) | public void setReserved1(String reserved1) {
    method getReserved2 (line 605) | public String getReserved2() {
    method setReserved2 (line 617) | public void setReserved2(String reserved2) {
    method equals (line 627) | @Override
    method hashCode (line 667) | @Override
    method toString (line 700) | @Override

FILE: src/gens/java/org/fc/wlt/ordbgens/wlt/entity/WLTCertOrgExample.java
  class WLTCertOrgExample (line 9) | @Data
    method WLTCertOrgExample (line 55) | public WLTCertOrgExample() {
    method setOrderByClause (line 67) | public void setOrderByClause(String orderByClause) {
    method getOrderByClause (line 77) | public String getOrderByClause() {
    method setDistinct (line 87) | public void setDistinct(boolean distinct) {
    method isDistinct (line 97) | public boolean isDistinct() {
    method getOredCriteria (line 107) | public List<Criteria> getOredCriteria() {
    method or (line 117) | public void or(Criteria criteria) {
    method or (line 127) | public Criteria or() {
    method createCriteria (line 139) | public Criteria createCriteria() {
    method createCriteriaInternal (line 153) | protected Criteria createCriteriaInternal() {
    method clear (line 164) | public void clear() {
    method setOffset (line 176) | public void setOffset(int offset) {
    method getOffset (line 180) | public int getOffset() {
    method setLimit (line 184) | public void setLimit(int limit) {
    method getLimit (line 188) | public int getLimit() {
    method setSumCol (line 192) | public void setSumCol(String sumCol) {
    method getSumCol (line 196) | public String getSumCol() {
    method setGroupSelClause (line 200) | public void setGroupSelClause(String groupSelClause) {
    method getGroupSelClause (line 204) | public String getGroupSelClause() {
    method setForUpdate (line 208) | public void setForUpdate(boolean forUpdate) {
    method isForUpdate (line 212) | public boolean isForUpdate() {
    method setGroupByClause (line 216) | public void setGroupByClause(String groupByClause) {
    method getGroupByClause (line 220) | public String getGroupByClause() {
    class GeneratedCriteria (line 230) | @Data
      method GeneratedCriteria (line 234) | public GeneratedCriteria() {
      method isValid (line 239) | public boolean isValid() {
      method getAllCriteria (line 243) | public List<Criterion> getAllCriteria() {
      method getCriteria (line 247) | public List<Criterion> getCriteria() {
      method addCriterion (line 251) | public void addCriterion(String condition) {
      method addCriterion (line 258) | public void addCriterion(String condition, Object value, String prop...
      method addCriterion (line 265) | public void addCriterion(String condition, Object value1, Object val...
      method andOrgIdIsNull (line 272) | public Criteria andOrgIdIsNull() {
      method andOrgIdIsNotNull (line 277) | public Criteria andOrgIdIsNotNull() {
      method andOrgIdEqualTo (line 282) | public Criteria andOrgIdEqualTo(String value) {
      method andOrgIdNotEqualTo (line 287) | public Criteria andOrgIdNotEqualTo(String value) {
      method andOrgIdGreaterThan (line 292) | public Criteria andOrgIdGreaterThan(String value) {
      method andOrgIdGreaterThanOrEqualTo (line 297) | public Criteria andOrgIdGreaterThanOrEqualTo(String value) {
      method andOrgIdLessThan (line 302) | public Criteria andOrgIdLessThan(String value) {
      method andOrgIdLessThanOrEqualTo (line 307) | public Criteria andOrgIdLessThanOrEqualTo(String value) {
      method andOrgIdLike (line 312) | public Criteria andOrgIdLike(String value) {
      method andOrgIdNotLike (line 317) | public Criteria andOrgIdNotLike(String value) {
      method andOrgIdIn (line 322) | public Criteria andOrgIdIn(List<String> values) {
      method andOrgIdNotIn (line 327) | public Criteria andOrgIdNotIn(List<String> values) {
      method andOrgIdBetween (line 332) | public Criteria andOrgIdBetween(String value1, String value2) {
      method andOrgIdNotBetween (line 337) | public Criteria andOrgIdNotBetween(String value1, String value2) {
      method andOrgCodeIsNull (line 342) | public Criteria andOrgCodeIsNull() {
      method andOrgCodeIsNotNull (line 347) | public Criteria andOrgCodeIsNotNull() {
      method andOrgCodeEqualTo (line 352) | public Criteria andOrgCodeEqualTo(String value) {
      method andOrgCodeNotEqualTo (line 357) | public Criteria andOrgCodeNotEqualTo(String value) {
      method andOrgCodeGreaterThan (line 362) | public Criteria andOrgCodeGreaterThan(String value) {
      method andOrgCodeGreaterThanOrEqualTo (line 367) | public Criteria andOrgCodeGreaterThanOrEqualTo(String value) {
      method andOrgCodeLessThan (line 372) | public Criteria andOrgCodeLessThan(String value) {
      method andOrgCodeLessThanOrEqualTo (line 377) | public Criteria andOrgCodeLessThanOrEqualTo(String value) {
      method andOrgCodeLike (line 382) | public Criteria andOrgCodeLike(String value) {
      method andOrgCodeNotLike (line 387) | public Criteria andOrgCodeNotLike(String value) {
      method andOrgCodeIn (line 392) | public Criteria andOrgCodeIn(List<String> values) {
      method andOrgCodeNotIn (line 397) | public Criteria andOrgCodeNotIn(List<String> values) {
      method andOrgCodeBetween (line 402) | public Criteria andOrgCodeBetween(String value1, String value2) {
      method andOrgCodeNotBetween (line 407) | public Criteria andOrgCodeNotBetween(String value1, String value2) {
      method andOrgNameIsNull (line 412) | public Criteria andOrgNameIsNull() {
      method andOrgNameIsNotNull (line 417) | public Criteria andOrgNameIsNotNull() {
      method andOrgNameEqualTo (line 422) | public Criteria andOrgNameEqualTo(String value) {
      method andOrgNameNotEqualTo (line 427) | public Criteria andOrgNameNotEqualTo(String value) {
      method andOrgNameGreaterThan (line 432) | public Criteria andOrgNameGreaterThan(String value) {
      method andOrgNameGreaterThanOrEqualTo (line 437) | public Criteria andOrgNameGreaterThanOrEqualTo(String value) {
      method andOrgNameLessThan (line 442) | public Criteria andOrgNameLessThan(String value) {
      method andOrgNameLessThanOrEqualTo (line 447) | public Criteria andOrgNameLessThanOrEqualTo(String value) {
      method andOrgNameLike (line 452) | public Criteria andOrgNameLike(String value) {
      method andOrgNameNotLike (line 457) | public Criteria andOrgNameNotLike(String value) {
      method andOrgNameIn (line 462) | public Criteria andOrgNameIn(List<String> values) {
      method andOrgNameNotIn (line 467) | public Criteria andOrgNameNotIn(List<String> values) {
      method andOrgNameBetween (line 472) | public Criteria andOrgNameBetween(String value1, String value2) {
      method andOrgNameNotBetween (line 477) | public Criteria andOrgNameNotBetween(String value1, String value2) {
      method andOrgTypeIsNull (line 482) | public Criteria andOrgTypeIsNull() {
      method andOrgTypeIsNotNull (line 487) | public Criteria andOrgTypeIsNotNull() {
      method andOrgTypeEqualTo (line 492) | public Criteria andOrgTypeEqualTo(String value) {
      method andOrgTypeNotEqualTo (line 497) | public Criteria andOrgTypeNotEqualTo(String value) {
      method andOrgTypeGreaterThan (line 502) | public Criteria andOrgTypeGreaterThan(String value) {
      method andOrgTypeGreaterThanOrEqualTo (line 507) | public Criteria andOrgTypeGreaterThanOrEqualTo(String value) {
      method andOrgTypeLessThan (line 512) | public Criteria andOrgTypeLessThan(String value) {
      method andOrgTypeLessThanOrEqualTo (line 517) | public Criteria andOrgTypeLessThanOrEqualTo(String value) {
      method andOrgTypeLike (line 522) | public Criteria andOrgTypeLike(String value) {
      method andOrgTypeNotLike (line 527) | public Criteria andOrgTypeNotLike(String value) {
      method andOrgTypeIn (line 532) | public Criteria andOrgTypeIn(List<String> values) {
      method andOrgTypeNotIn (line 537) | public Criteria andOrgTypeNotIn(List<String> values) {
      method andOrgTypeBetween (line 542) | public Criteria andOrgTypeBetween(String value1, String value2) {
      method andOrgTypeNotBetween (line 547) | public Criteria andOrgTypeNotBetween(String value1, String value2) {
      method andUserIdIsNull (line 552) | public Criteria andUserIdIsNull() {
      method andUserIdIsNotNull (line 557) | public Criteria andUserIdIsNotNull() {
      method andUserIdEqualTo (line 562) | public Criteria andUserIdEqualTo(String value) {
      method andUserIdNotEqualTo (line 567) | public Criteria andUserIdNotEqualTo(String value) {
      method andUserIdGreaterThan (line 572) | public Criteria andUserIdGreaterThan(String value) {
      method andUserIdGreaterThanOrEqualTo (line 577) | public Criteria andUserIdGreaterThanOrEqualTo(String value) {
      method andUserIdLessThan (line 582) | public Criteria andUserIdLessThan(String value) {
      method andUserIdLessThanOrEqualTo (line 587) | public Criteria andUserIdLessThanOrEqualTo(String value) {
      method andUserIdLike (line 592) | public Criteria andUserIdLike(String value) {
      method andUserIdNotLike (line 597) | public Criteria andUserIdNotLike(String value) {
      method andUserIdIn (line 602) | public Criteria andUserIdIn(List<String> values) {
      method andUserIdNotIn (line 607) | public Criteria andUserIdNotIn(List<String> values) {
      method andUserIdBetween (line 612) | public Criteria andUserIdBetween(String value1, String value2) {
      method andUserIdNotBetween (line 617) | public Criteria andUserIdNotBetween(String value1, String value2) {
      method andCorporateNameIsNull (line 622) | public Criteria andCorporateNameIsNull() {
      method andCorporateNameIsNotNull (line 627) | public Criteria andCorporateNameIsNotNull() {
      method andCorporateNameEqualTo (line 632) | public Criteria andCorporateNameEqualTo(String value) {
      method andCorporateNameNotEqualTo (line 637) | public Criteria andCorporateNameNotEqualTo(String value) {
      method andCorporateNameGreaterThan (line 642) | public Criteria andCorporateNameGreaterThan(String value) {
      method andCorporateNameGreaterThanOrEqualTo (line 647) | public Criteria andCorporateNameGreaterThanOrEqualTo(String value) {
      method andCorporateNameLessThan (line 652) | public Criteria andCorporateNameLessThan(String value) {
      method andCorporateNameLessThanOrEqualTo (line 657) | public Criteria andCorporateNameLessThanOrEqualTo(String value) {
      method andCorporateNameLike (line 662) | public Criteria andCorporateNameLike(String value) {
      method andCorporateNameNotLike (line 667) | public Criteria andCorporateNameNotLike(String value) {
      method andCorporateNameIn (line 672) | public Criteria andCorporateNameIn(List<String> values) {
      method andCorporateNameNotIn (line 677) | public Criteria andCorporateNameNotIn(List<String> values) {
      method andCorporateNameBetween (line 682) | public Criteria andCorporateNameBetween(String value1, String value2) {
      method andCorporateNameNotBetween (line 687) | public Criteria andCorporateNameNotBetween(String value1, String val...
      method andLicenseCodeIsNull (line 692) | public Criteria andLicenseCodeIsNull() {
      method andLicenseCodeIsNotNull (line 697) | public Criteria andLicenseCodeIsNotNull() {
      method andLicenseCodeEqualTo (line 702) | public Criteria andLicenseCodeEqualTo(String value) {
      method andLicenseCodeNotEqualTo (line 707) | public Criteria andLicenseCodeNotEqualTo(String value) {
      method andLicenseCodeGreaterThan (line 712) | public Criteria andLicenseCodeGreaterThan(String value) {
      method andLicenseCodeGreaterThanOrEqualTo (line 717) | public Criteria andLicenseCodeGreaterThanOrEqualTo(String value) {
      method andLicenseCodeLessThan (line 722) | public Criteria andLicenseCodeLessThan(String value) {
      method andLicenseCodeLessThanOrEqualTo (line 727) | public Criteria andLicenseCodeLessThanOrEqualTo(String value) {
      method andLicenseCodeLike (line 732) | public Criteria andLicenseCodeLike(String value) {
      method andLicenseCodeNotLike (line 737) | public Criteria andLicenseCodeNotLike(String value) {
      method andLicenseCodeIn (line 742) | public Criteria andLicenseCodeIn(List<String> values) {
      method andLicenseCodeNotIn (line 747) | public Criteria andLicenseCodeNotIn(List<String> values) {
      method andLicenseCodeBetween (line 752) | public Criteria andLicenseCodeBetween(String value1, String value2) {
      method andLicenseCodeNotBetween (line 757) | public Criteria andLicenseCodeNotBetween(String value1, String value...
      method andLicensePhotoIdIsNull (line 762) | public Criteria andLicensePhotoIdIsNull() {
      method andLicensePhotoIdIsNotNull (line 767) | public Criteria andLicensePhotoIdIsNotNull() {
      method andLicensePhotoIdEqualTo (line 772) | public Criteria andLicensePhotoIdEqualTo(String value) {
      method andLicensePhotoIdNotEqualTo (line 777) | public Criteria andLicensePhotoIdNotEqualTo(String value) {
      method andLicensePhotoIdGreaterThan (line 782) | public Criteria andLicensePhotoIdGreaterThan(String value) {
      method andLicensePhotoIdGreaterThanOrEqualTo (line 787) | public Criteria andLicensePhotoIdGreaterThanOrEqualTo(String value) {
      method andLicensePhotoIdLessThan (line 792) | public Criteria andLicensePhotoIdLessThan(String value) {
      method andLicensePhotoIdLessThanOrEqualTo (line 797) | public Criteria andLicensePhotoIdLessThanOrEqualTo(String value) {
      method andLicensePhotoIdLike (line 802) | public Criteria andLicensePhotoIdLike(String value) {
      method andLicensePhotoIdNotLike (line 807) | public Criteria andLicensePhotoIdNotLike(String value) {
      method andLicensePhotoIdIn (line 812) | public Criteria andLicensePhotoIdIn(List<String> values) {
      method andLicensePhotoIdNotIn (line 817) | public Criteria andLicensePhotoIdNotIn(List<String> values) {
      method andLicensePhotoIdBetween (line 822) | public Criteria andLicensePhotoIdBetween(String value1, String value...
      method andLicensePhotoIdNotBetween (line 827) | public Criteria andLicensePhotoIdNotBetween(String value1, String va...
      method andNationalIsNull (line 832) | public Criteria andNationalIsNull() {
      method andNationalIsNotNull (line 837) | public Criteria andNationalIsNotNull() {
      method andNationalEqualTo (line 842) | public Criteria andNationalEqualTo(String value) {
      method andNationalNotEqualTo (line 847) | public Criteria andNationalNotEqualTo(String value) {
      method andNationalGreaterThan (line 852) | public Criteria andNationalGreaterThan(String value) {
      method andNationalGreaterThanOrEqualTo (line 857) | public Criteria andNationalGreaterThanOrEqualTo(String value) {
      method andNationalLessThan (line 862) | public Criteria andNationalLessThan(String value) {
      method andNationalLessThanOrEqualTo (line 867) | public Criteria andNationalLessThanOrEqualTo(String value) {
      method andNationalLike (line 872) | public Criteria andNationalLike(String value) {
      method andNationalNotLike (line 877) | public Criteria andNationalNotLike(String value) {
      method andNationalIn (line 882) | public Criteria andNationalIn(List<String> values) {
      method andNationalNotIn (line 887) | public Criteria andNationalNotIn(List<String> values) {
      method andNationalBetween (line 892) | public Criteria andNationalBetween(String value1, String value2) {
      method andNationalNotBetween (line 897) | public Criteria andNationalNotBetween(String value1, String value2) {
      method andProvinceIsNull (line 902) | public Criteria andProvinceIsNull() {
      method andProvinceIsNotNull (line 907) | public Criteria andProvinceIsNotNull() {
      method andProvinceEqualTo (line 912) | public Criteria andProvinceEqualTo(String value) {
      method andProvinceNotEqualTo (line 917) | public Criteria andProvinceNotEqualTo(String value) {
      method andProvinceGreaterThan (line 922) | public Criteria andProvinceGreaterThan(String value) {
      method andProvinceGreaterThanOrEqualTo (line 927) | public Criteria andProvinceGreaterThanOrEqualTo(String value) {
      method andProvinceLessThan (line 932) | public Criteria andProvinceLessThan(String value) {
      method andProvinceLessThanOrEqualTo (line 937) | public Criteria andProvinceLessThanOrEqualTo(String value) {
      method andProvinceLike (line 942) | public Criteria andProvinceLike(String value) {
      method andProvinceNotLike (line 947) | public Criteria andProvinceNotLike(String value) {
      method andProvinceIn (line 952) | public Criteria andProvinceIn(List<String> values) {
      method andProvinceNotIn (line 957) | public Criteria andProvinceNotIn(List<String> values) {
      method andProvinceBetween (line 962) | public Criteria andProvinceBetween(String value1, String value2) {
      method andProvinceNotBetween (line 967) | public Criteria andProvinceNotBetween(String value1, String value2) {
      method andCityIsNull (line 972) | public Criteria andCityIsNull() {
      method andCityIsNotNull (line 977) | public Criteria andCityIsNotNull() {
      method andCityEqualTo (line 982) | public Criteria andCityEqualTo(String value) {
      method andCityNotEqualTo (line 987) | public Criteria andCityNotEqualTo(String value) {
      method andCityGreaterThan (line 992) | public Criteria andCityGreaterThan(String value) {
      method andCityGreaterThanOrEqualTo (line 997) | public Criteria andCityGreaterThanOrEqualTo(String value) {
      method andCityLessThan (line 1002) | public Criteria andCityLessThan(String value) {
      method andCityLessThanOrEqualTo (line 1007) | public Criteria andCityLessThanOrEqualTo(String value) {
      method andCityLike (line 1012) | public Criteria andCityLike(String value) {
      method andCityNotLike (line 1017) | public Criteria andCityNotLike(String value) {
      method andCityIn (line 1022) | public Criteria andCityIn(List<String> values) {
      method andCityNotIn (line 1027) | public Criteria andCityNotIn(List<String> values) {
      method andCityBetween (line 1032) | public Criteria andCityBetween(String value1, String value2) {
      method andCityNotBetween (line 1037) | public Criteria andCityNotBetween(String value1, String value2) {
      method andStreetIsNull (line 1042) | public Criteria andStreetIsNull() {
      method andStreetIsNotNull (line 1047) | public Criteria andStreetIsNotNull() {
      method andStreetEqualTo (line 1052) | public Criteria andStreetEqualTo(String value) {
      method andStreetNotEqualTo (line 1057) | public Criteria andStreetNotEqualTo(String value) {
      method andStreetGreaterThan (line 1062) | public Criteria andStreetGreaterThan(String value) {
      method andStreetGreaterThanOrEqualTo (line 1067) | public Criteria andStreetGreaterThanOrEqualTo(String value) {
      method andStreetLessThan (line 1072) | public Criteria andStreetLessThan(String value) {
      method andStreetLessThanOrEqualTo (line 1077) | public Criteria andStreetLessThanOrEqualTo(String value) {
      method andStreetLike (line 1082) | public Criteria andStreetLike(String value) {
      method andStreetNotLike (line 1087) | public Criteria andStreetNotLike(String value) {
      method andStreetIn (line 1092) | public Criteria andStreetIn(List<String> values) {
      method andStreetNotIn (line 1097) | public Criteria andStreetNotIn(List<String> values) {
      method andStreetBetween (line 1102) | public Criteria andStreetBetween(String value1, String value2) {
      method andStreetNotBetween (line 1107) | public Criteria andStreetNotBetween(String value1, String value2) {
      method andTelIsNull (line 1112) | public Criteria andTelIsNull() {
      method andTelIsNotNull (line 1117) | public Criteria andTelIsNotNull() {
      method andTelEqualTo (line 1122) | public Criteria andTelEqualTo(String value) {
      method andTelNotEqualTo (line 1127) | public Criteria andTelNotEqualTo(String value) {
      method andTelGreaterThan (line 1132) | public Criteria andTelGreaterThan(String value) {
      method andTelGreaterThanOrEqualTo (line 1137) | public Criteria andTelGreaterThanOrEqualTo(String value) {
      method andTelLessThan (line 1142) | public Criteria andTelLessThan(String value) {
      method andTelLessThanOrEqualTo (line 1147) | public Criteria andTelLessThanOrEqualTo(String value) {
      method andTelLike (line 1152) | public Criteria andTelLike(String value) {
      method andTelNotLike (line 1157) | public Criteria andTelNotLike(String value) {
      method andTelIn (line 1162) | public Criteria andTelIn(List<String> values) {
      method andTelNotIn (line 1167) | public Criteria andTelNotIn(List<String> values) {
      method andTelBetween (line 1172) | public Criteria andTelBetween(String value1, String value2) {
      method andTelNotBetween (line 1177) | public Criteria andTelNotBetween(String value1, String value2) {
      method andFaxIsNull (line 1182) | public Criteria andFaxIsNull() {
      method andFaxIsNotNull (line 1187) | public Criteria andFaxIsNotNull() {
      method andFaxEqualTo (line 1192) | public Criteria andFaxEqualTo(String value) {
      method andFaxNotEqualTo (line 1197) | public Criteria andFaxNotEqualTo(String value) {
      method andFaxGreaterThan (line 1202) | public Criteria andFaxGreaterThan(String value) {
      method andFaxGreaterThanOrEqualTo (line 1207) | public Criteria andFaxGreaterThanOrEqualTo(String value) {
      method andFaxLessThan (line 1212) | public Criteria andFaxLessThan(String value) {
      method andFaxLessThanOrEqualTo (line 1217) | public Criteria andFaxLessThanOrEqualTo(String value) {
      method andFaxLike (line 1222) | public Criteria andFaxLike(String value) {
      method andFaxNotLike (line 1227) | public Criteria andFaxNotLike(String value) {
      method andFaxIn (line 1232) | public Criteria andFaxIn(List<String> values) {
      method andFaxNotIn (line 1237) | public Criteria andFaxNotIn(List<String> values) {
      method andFaxBetween (line 1242) | public Criteria andFaxBetween(String value1, String value2) {
      method andFaxNotBetween (line 1247) | public Criteria andFaxNotBetween(String value1, String value2) {
      method andWebRecordNumIsNull (line 1252) | public Criteria andWebRecordNumIsNull() {
      method andWebRecordNumIsNotNull (line 1257) | public Criteria andWebRecordNumIsNotNull() {
      method andWebRecordNumEqualTo (line 1262) | public Criteria andWebRecordNumEqualTo(String value) {
      method andWebRecordNumNotEqualTo (line 1267) | public Criteria andWebRecordNumNotEqualTo(String value) {
      method andWebRecordNumGreaterThan (line 1272) | public Criteria andWebRecordNumGreaterThan(String value) {
      method andWebRecordNumGreaterThanOrEqualTo (line 1277) | public Criteria andWebRecordNumGreaterThanOrEqualTo(String value) {
      method andWebRecordNumLessThan (line 1282) | public Criteria andWebRecordNumLessThan(String value) {
      method andWebRecordNumLessThanOrEqualTo (line 1287) | public Criteria andWebRecordNumLessThanOrEqualTo(String value) {
      method andWebRecordNumLike (line 1292) | public Criteria andWebRecordNumLike(String value) {
      method andWebRecordNumNotLike (line 1297) | public Criteria andWebRecordNumNotLike(String value) {
      method andWebRecordNumIn (line 1302) | public Criteria andWebRecordNumIn(List<String> values) {
      method andWebRecordNumNotIn (line 1307) | public Criteria andWebRecordNumNotIn(List<String> values) {
      method andWebRecordNumBetween (line 1312) | public Criteria andWebRecordNumBetween(String value1, String value2) {
      method andWebRecordNumNotBetween (line 1317) | public Criteria andWebRecordNumNotBetween(String value1, String valu...
      method andOrgStatusIsNull (line 1322) | public Criteria andOrgStatusIsNull() {
      method andOrgStatusIsNotNull (line 1327) | public Criteria andOrgStatusIsNotNull() {
      method andOrgStatusEqualTo (line 1332) | public Criteria andOrgStatusEqualTo(String value) {
      method andOrgStatusNotEqualTo (line 1337) | public Criteria andOrgStatusNotEqualTo(String value) {
      method andOrgStatusGreaterThan (line 1342) | public Criteria andOrgStatusGreaterThan(String value) {
      method andOrgStatusGreaterThanOrEqualTo (line 1347) | public Criteria andOrgStatusGreaterThanOrEqualTo(String value) {
      method andOrgStatusLessThan (line 1352) | public Criteria andOrgStatusLessThan(String value) {
      method andOrgStatusLessThanOrEqualTo (line 1357) | public Criteria andOrgStatusLessThanOrEqualTo(String value) {
      method andOrgStatusLike (line 1362) | public Criteria andOrgStatusLike(String value) {
      method andOrgStatusNotLike (line 1367) | public Criteria andOrgStatusNotLike(String value) {
      method andOrgStatusIn (line 1372) | public Criteria andOrgStatusIn(List<String> values) {
      method andOrgStatusNotIn (line 1377) | public Criteria andOrgStatusNotIn(List<String> values) {
      method andOrgStatusBetween (line 1382) | public Criteria andOrgStatusBetween(String value1, String value2) {
      method andOrgStatusNotBetween (line 1387) | public Criteria andOrgStatusNotBetween(String value1, String value2) {
      method andCreatedTimeIsNull (line 1392) | public Criteria andCreatedTimeIsNull() {
      method andCreatedTimeIsNotNull (line 1397) | public Criteria andCreatedTimeIsNotNull() {
      method andCreatedTimeEqualTo (line 1402) | public Criteria andCreatedTimeEqualTo(Date value) {
      method andCreatedTimeNotEqualTo (line 1407) | public Criteria andCreatedTimeNotEqualTo(Date value) {
      method andCreatedTimeGreaterThan (line 1412) | public Criteria andCreatedTimeGreaterThan(Date value) {
      method andCreatedTimeGreaterThanOrEqualTo (line 1417) | public Criteria andCreatedTimeGreaterThanOrEqualTo(Date value) {
      method andCreatedTimeLessThan (line 1422) | public Criteria andCreatedTimeLessThan(Date value) {
      method andCreatedTimeLessThanOrEqualTo (line 1427) | public Criteria andCreatedTimeLessThanOrEqualTo(Date value) {
      method andCreatedTimeIn (line 1432) | public Criteria andCreatedTimeIn(List<Date> values) {
      method andCreatedTimeNotIn (line 1437) | public Criteria andCreatedTimeNotIn(List<Date> values) {
      method andCreatedTimeBetween (line 1442) | public Criteria andCreatedTimeBetween(Date value1, Date value2) {
      method andCreatedTimeNotBetween (line 1447) | public Criteria andCreatedTimeNotBetween(Date value1, Date value2) {
      method andUpdatedTimeIsNull (line 1452) | public Criteria andUpdatedTimeIsNull() {
      method andUpdatedTimeIsNotNull (line 1457) | public Criteria andUpdatedTimeIsNotNull() {
      method andUpdatedTimeEqualTo (line 1462) | public Criteria andUpdatedTimeEqualTo(Date value) {
      method andUpdatedTimeNotEqualTo (line 1467) | public Criteria andUpdatedTimeNotEqualTo(Date value) {
      method andUpdatedTimeGreaterThan (line 1472) | public Criteria andUpdatedTimeGreaterThan(Date value) {
      method andUpdatedTimeGreaterThanOrEqualTo (line 1477) | public Criteria andUpdatedTimeGreaterThanOrEqualTo(Date value) {
      method andUpdatedTimeLessThan (line 1482) | public Criteria andUpdatedTimeLessThan(Date value) {
      method andUpdatedTimeLessThanOrEqualTo (line 1487) | public Criteria andUpdatedTimeLessThanOrEqualTo(Date value) {
      method andUpdatedTimeIn (line 1492) | public Criteria andUpdatedTimeIn(List<Date> values) {
      method andUpdatedTimeNotIn (line 1497) | public Criteria andUpdatedTimeNotIn(List<Date> values) {
      method andUpdatedTimeBetween (line 1502) | public Criteria andUpdatedTimeBetween(Date value1, Date value2) {
      method andUpdatedTimeNotBetween (line 1507) | public Criteria andUpdatedTimeNotBetween(Date value1, Date value2) {
      method andReserved1IsNull (line 1512) | public Criteria andReserved1IsNull() {
      method andReserved1IsNotNull (line 1517) | public Criteria andReserved1IsNotNull() {
      method andReserved1EqualTo (line 1522) | public Criteria andReserved1EqualTo(String value) {
      method andReserved1NotEqualTo (line 1527) | public Criteria andReserved1NotEqualTo(String value) {
      method andReserved1GreaterThan (line 1532) | public Criteria andReserved1GreaterThan(String value) {
      method andReserved1GreaterThanOrEqualTo (line 1537) | public Criteria andReserved1GreaterThanOrEqualTo(String value) {
      method andReserved1LessThan (line 1542) | public Criteria andReserved1LessThan(String value) {
      method andReserved1LessThanOrEqualTo (line 1547) | public Criteria andReserved1LessThanOrEqualTo(String value) {
      method andReserved1Like (line 1552) | public Criteria andReserved1Like(String value) {
      method andReserved1NotLike (line 1557) | public Criteria andReserved1NotLike(String value) {
      method andReserved1In (line 1562) | public Criteria andReserved1In(List<String> values) {
      method andReserved1NotIn (line 1567) | public Criteria andReserved1NotIn(List<String> values) {
      method andReserved1Between (line 1572) | public Criteria andReserved1Between(String value1, String value2) {
      method andReserved1NotBetween (line 1577) | public Criteria andReserved1NotBetween(String value1, String value2) {
      method andReserved2IsNull (line 1582) | public Criteria andReserved2IsNull() {
      method andReserved2IsNotNull (line 1587) | public Criteria andReserved2IsNotNull() {
      method andReserved2EqualTo (line 1592) | public Criteria andReserved2EqualTo(String value) {
      method andReserved2NotEqualTo (line 1597) | public Criteria andReserved2NotEqualTo(String value) {
      method andReserved2GreaterThan (line 1602) | public Criteria andReserved2GreaterThan(String value) {
      method andReserved2GreaterThanOrEqualTo (line 1607) | public Criteria andReserved2GreaterThanOrEqualTo(String value) {
      method andReserved2LessThan (line 1612) | public Criteria andReserved2LessThan(String value) {
      method andReserved2LessThanOrEqualTo (line 1617) | public Criteria andReserved2LessThanOrEqualTo(String value) {
      method andReserved2Like (line 1622) | public Criteria andReserved2Like(String value) {
      method andReserved2NotLike (line 1627) | public Criteria andReserved2NotLike(String value) {
      method andReserved2In (line 1632) | public Criteria andReserved2In(List<String> values) {
      method andReserved2NotIn (line 1637) | public Criteria andReserved2NotIn(List<String> values) {
      method andReserved2Between (line 1642) | public Criteria andReserved2Between(String value1, String value2) {
      method andReserved2NotBetween (line 1647) | public Criteria andReserved2NotBetween(String value1, String value2) {
      method andOrgIdLikeInsensitive (line 1652) | public Criteria andOrgIdLikeInsensitive(String value) {
      method andOrgCodeLikeInsensitive (line 1657) | public Criteria andOrgCodeLikeInsensitive(String value) {
      method andOrgNameLikeInsensitive (line 1662) | public Criteria andOrgNameLikeInsensitive(String value) {
      method andOrgTypeLikeInsensitive (line 1667) | public Criteria andOrgTypeLikeInsensitive(String value) {
      method andUserIdLikeInsensitive (line 1672) | public Criteria andUserIdLikeInsensitive(String value) {
      method andCorporateNameLikeInsensitive (line 1677) | public Criteria andCorporateNameLikeInsensitive(String value) {
      method andLicenseCodeLikeInsensitive (line 1682) | public Criteria andLicenseCodeLikeInsensitive(String value) {
      method andLicensePhotoIdLikeInsensitive (line 1687) | public Criteria andLicensePhotoIdLikeInsensitive(String value) {
      method andNationalLikeInsensitive (line 1692) | public Criteria andNationalLikeInsensitive(String value) {
      method andProvinceLikeInsensitive (line 1697) | public Criteria andProvinceLikeInsensitive(String value) {
      method andCityLikeInsensitive (line 1702) | public Criteria andCityLikeInsensitive(String value) {
      method andStreetLikeInsensitive (line 1707) | public Criteria andStreetLikeInsensitive(String value) {
      method andTelLikeInsensitive (line 1712) | public Criteria andTelLikeInsensitive(String value) {
      method andFaxLikeInsensitive (line 1717) | public Criteria andFaxLikeInsensitive(String value) {
      method andWebRecordNumLikeInsensitive (line 1722) | public Criteria andWebRecordNumLikeInsensitive(String value) {
      method andOrgStatusLikeInsensitive (line 1727) | public Criteria andOrgStatusLikeInsensitive(String value) {
      method andReserved1LikeInsensitive (line 1732) | public Criteria andReserved1LikeInsensitive(String value) {
      method andReserved2LikeInsensitive (line 1737) | public Criteria andReserved2LikeInsensitive(String value) {
    class Criteria (line 1749) | public static class Criteria extends GeneratedCriteria {
      method Criteria (line 1751) | public Criteria() {
    class Criterion (line 1762) | @Data
      method getCondition (line 1781) | public String getCondition() {
      method getValue (line 1785) | public Object getValue() {
      method getSecondValue (line 1789) | public Object getSecondValue() {
      method isNoValue (line 1793) | public boolean isNoValue() {
      method isSingleValue (line 1797) | public boolean isSingleValue() {
      method isBetweenValue (line 1801) | public boolean isBetweenValue() {
      method isListValue (line 1805) | public boolean isListValue() {
      method getTypeHandler (line 1809) | public String getTypeHandler() {
      method Criterion (line 1813) | public Criterion(String condition) {
      method Criterion (line 1820) | public Criterion(String condition, Object value, String typeHandler) {
      method Criterion (line 1832) | public Criterion(String condition, Object value) {
      method Criterion (line 1836) | public Criterion(String condition, Object value, Object secondValue,...
      method Criterion (line 1845) | public Criterion(String condition, Object value, Object secondValue) {

FILE: src/gens/java/org/fc/wlt/ordbgens/wlt/entity/WLTCertOrgKey.java
  class WLTCertOrgKey (line 7) | @AllArgsConstructor
    method getOrgId (line 26) | public String getOrgId() {
    method setOrgId (line 38) | public void setOrgId(String orgId) {
    method equals (line 48) | @Override
    method hashCode (line 69) | @Override
    method toString (line 83) | @Override

FILE: src/gens/java/org/fc/wlt/ordbgens/wlt/entity/WLTCertPer.java
  class WLTCertPer (line 9) | @Tab(name="WLT_CERT_PER")
    method getPerCode (line 109) | public String getPerCode() {
    method setPerCode (line 121) | public void setPerCode(String perCode) {
    method getUserId (line 133) | public String getUserId() {
    method setUserId (line 145) | public void setUserId(String userId) {
    method getRealName (line 157) | public String getRealName() {
    method setRealName (line 169) | public void setRealName(String realName) {
    method getIdCardType (line 181) | public String getIdCardType() {
    method setIdCardType (line 193) | public void setIdCardType(String idCardType) {
    method getIdCardCode (line 205) | public String getIdCardCode() {
    method setIdCardCode (line 217) | public void setIdCardCode(String idCardCode) {
    method getIdCardPhotoId (line 229) | public String getIdCardPhotoId() {
    method setIdCardPhotoId (line 241) | public void setIdCardPhotoId(String idCardPhotoId) {
    method getPerStatus (line 253) | public String getPerStatus() {
    method setPerStatus (line 265) | public void setPerStatus(String perStatus) {
    method getCreatedTime (line 277) | public Date getCreatedTime() {
    method setCreatedTime (line 289) | public void setCreatedTime(Date createdTime) {
    method getUpdatedTimd (line 301) | public Date getUpdatedTimd() {
    method setUpdatedTimd (line 313) | public void setUpdatedTimd(Date updatedTimd) {
    method getReserved1 (line 325) | public String getReserved1() {
    method setReserved1 (line 337) | public void setReserved1(String reserved1) {
    method getReserved2 (line 349) | public String getReserved2() {
    method setReserved2 (line 361) | public void setReserved2(String reserved2) {
    method equals (line 371) | @Override
    method hashCode (line 403) | @Override
    method toString (line 428) | @Override

FILE: src/gens/java/org/fc/wlt/ordbgens/wlt/entity/WLTCertPerExample.java
  class WLTCertPerExample (line 9) | @Data
    method WLTCertPerExample (line 55) | public WLTCertPerExample() {
    method setOrderByClause (line 67) | public void setOrderByClause(String orderByClause) {
    method getOrderByClause (line 77) | public String getOrderByClause() {
    method setDistinct (line 87) | public void setDistinct(boolean distinct) {
    method isDistinct (line 97) | public boolean isDistinct() {
    method getOredCriteria (line 107) | public List<Criteria> getOredCriteria() {
    method or (line 117) | public void or(Criteria criteria) {
    method or (line 127) | public Criteria or() {
    method createCriteria (line 139) | public Criteria createCriteria() {
    method createCriteriaInternal (line 153) | protected Criteria createCriteriaInternal() {
    method clear (line 164) | public void clear() {
    method setOffset (line 176) | public void setOffset(int offset) {
    method getOffset (line 180) | public int getOffset() {
    method setLimit (line 184) | public void setLimit(int limit) {
    method getLimit (line 188) | public int getLimit() {
    method setSumCol (line 192) | public void setSumCol(String sumCol) {
    method getSumCol (line 196) | public String getSumCol() {
    method setGroupSelClause (line 200) | public void setGroupSelClause(String groupSelClause) {
    method getGroupSelClause (line 204) | public String getGroupSelClause() {
    method setForUpdate (line 208) | public void setForUpdate(boolean forUpdate) {
    method isForUpdate (line 212) | public boolean isForUpdate() {
    method setGroupByClause (line 216) | public void setGroupByClause(String groupByClause) {
    method getGroupByClause (line 220) | public String getGroupByClause() {
    class GeneratedCriteria (line 230) | @Data
      method GeneratedCriteria (line 234) | public GeneratedCriteria() {
      method isValid (line 239) | public boolean isValid() {
      method getAllCriteria (line 243) | public List<Criterion> getAllCriteria() {
      method getCriteria (line 247) | public List<Criterion> getCriteria() {
      method addCriterion (line 251) | public void addCriterion(String condition) {
      method addCriterion (line 258) | public void addCriterion(String condition, Object value, String prop...
      method addCriterion (line 265) | public void addCriterion(String condition, Object value1, Object val...
      method andPerIdIsNull (line 272) | public Criteria andPerIdIsNull() {
      method andPerIdIsNotNull (line 277) | public Criteria andPerIdIsNotNull() {
      method andPerIdEqualTo (line 282) | public Criteria andPerIdEqualTo(String value) {
      method andPerIdNotEqualTo (line 287) | public Criteria andPerIdNotEqualTo(String value) {
      method andPerIdGreaterThan (line 292) | public Criteria andPerIdGreaterThan(String value) {
      method andPerIdGreaterThanOrEqualTo (line 297) | public Criteria andPerIdGreaterThanOrEqualTo(String value) {
      method andPerIdLessThan (line 302) | public Criteria andPerIdLessThan(String value) {
      method andPerIdLessThanOrEqualTo (line 307) | public Criteria andPerIdLessThanOrEqualTo(String value) {
      method andPerIdLike (line 312) | public Criteria andPerIdLike(String value) {
      method andPerIdNotLike (line 317) | public Criteria andPerIdNotLike(String value) {
      method andPerIdIn (line 322) | public Criteria andPerIdIn(List<String> values) {
      method andPerIdNotIn (line 327) | public Criteria andPerIdNotIn(List<String> values) {
      method andPerIdBetween (line 332) | public Criteria andPerIdBetween(String value1, String value2) {
      method andPerIdNotBetween (line 337) | public Criteria andPerIdNotBetween(String value1, String value2) {
      method andPerCodeIsNull (line 342) | public Criteria andPerCodeIsNull() {
      method andPerCodeIsNotNull (line 347) | public Criteria andPerCodeIsNotNull() {
      method andPerCodeEqualTo (line 352) | public Criteria andPerCodeEqualTo(String value) {
      method andPerCodeNotEqualTo (line 357) | public Criteria andPerCodeNotEqualTo(String value) {
      method andPerCodeGreaterThan (line 362) | public Criteria andPerCodeGreaterThan(String value) {
      method andPerCodeGreaterThanOrEqualTo (line 367) | public Criteria andPerCodeGreaterThanOrEqualTo(String value) {
      method andPerCodeLessThan (line 372) | public Criteria andPerCodeLessThan(String value) {
      method andPerCodeLessThanOrEqualTo (line 377) | public Criteria andPerCodeLessThanOrEqualTo(String value) {
      method andPerCodeLike (line 382) | public Criteria andPerCodeLike(String value) {
      method andPerCodeNotLike (line 387) | public Criteria andPerCodeNotLike(String value) {
      method andPerCodeIn (line 392) | public Criteria andPerCodeIn(List<String> values) {
      method andPerCodeNotIn (line 397) | public Criteria andPerCodeNotIn(List<String> values) {
      method andPerCodeBetween (line 402) | public Criteria andPerCodeBetween(String value1, String value2) {
      method andPerCodeNotBetween (line 407) | public Criteria andPerCodeNotBetween(String value1, String value2) {
      method andUserIdIsNull (line 412) | public Criteria andUserIdIsNull() {
      method andUserIdIsNotNull (line 417) | public Criteria andUserIdIsNotNull() {
      method andUserIdEqualTo (line 422) | public Criteria andUserIdEqualTo(String value) {
      method andUserIdNotEqualTo (line 427) | public Criteria andUserIdNotEqualTo(String value) {
      method andUserIdGreaterThan (line 432) | public Criteria andUserIdGreaterThan(String value) {
      method andUserIdGreaterThanOrEqualTo (line 437) | public Criteria andUserIdGreaterThanOrEqualTo(String value) {
      method andUserIdLessThan (line 442) | public Criteria andUserIdLessThan(String value) {
      method andUserIdLessThanOrEqualTo (line 447) | public Criteria andUserIdLessThanOrEqualTo(String value) {
      method andUserIdLike (line 452) | public Criteria andUserIdLike(String value) {
      method andUserIdNotLike (line 457) | public Criteria andUserIdNotLike(String value) {
      method andUserIdIn (line 462) | public Criteria andUserIdIn(List<String> values) {
      method andUserIdNotIn (line 467) | public Criteria andUserIdNotIn(List<String> values) {
      method andUserIdBetween (line 472) | public Criteria andUserIdBetween(String value1, String value2) {
      method andUserIdNotBetween (line 477) | public Criteria andUserIdNotBetween(String value1, String value2) {
      method andRealNameIsNull (line 482) | public Criteria andRealNameIsNull() {
      method andRealNameIsNotNull (line 487) | public Criteria andRealNameIsNotNull() {
      method andRealNameEqualTo (line 492) | public Criteria andRealNameEqualTo(String value) {
      method andRealNameNotEqualTo (line 497) | public Criteria andRealNameNotEqualTo(String value) {
      method andRealNameGreaterThan (line 502) | public Criteria andRealNameGreaterThan(String value) {
      method andRealNameGreaterThanOrEqualTo (line 507) | public Criteria andRealNameGreaterThanOrEqualTo(String value) {
      method andRealNameLessThan (line 512) | public Criteria andRealNameLessThan(String value) {
      method andRealNameLessThanOrEqualTo (line 517) | public Criteria andRealNameLessThanOrEqualTo(String value) {
      method andRealNameLike (line 522) | public Criteria andRealNameLike(String value) {
      method andRealNameNotLike (line 527) | public Criteria andRealNameNotLike(String value) {
      method andRealNameIn (line 532) | public Criteria andRealNameIn(List<String> values) {
      method andRealNameNotIn (line 537) | public Criteria andRealNameNotIn(List<String> values) {
      method andRealNameBetween (line 542) | public Criteria andRealNameBetween(String value1, String value2) {
      method andRealNameNotBetween (line 547) | public Criteria andRealNameNotBetween(String value1, String value2) {
      method andIdCardTypeIsNull (line 552) | public Criteria andIdCardTypeIsNull() {
      method andIdCardTypeIsNotNull (line 557) | public Criteria andIdCardTypeIsNotNull() {
      method andIdCardTypeEqualTo (line 562) | public Criteria andIdCardTypeEqualTo(String value) {
      method andIdCardTypeNotEqualTo (line 567) | public Criteria andIdCardTypeNotEqualTo(String value) {
      method andIdCardTypeGreaterThan (line 572) | public Criteria andIdCardTypeGreaterThan(String value) {
      method andIdCardTypeGreaterThanOrEqualTo (line 577) | public Criteria andIdCardTypeGreaterThanOrEqualTo(String value) {
      method andIdCardTypeLessThan (line 582) | public Criteria andIdCardTypeLessThan(String value) {
      method andIdCardTypeLessThanOrEqualTo (line 587) | public Criteria andIdCardTypeLessThanOrEqualTo(String value) {
      method andIdCardTypeLike (line 592) | public Criteria andIdCardTypeLike(String value) {
      method andIdCardTypeNotLike (line 597) | public Criteria andIdCardTypeNotLike(String value) {
      method andIdCardTypeIn (line 602) | public Criteria andIdCardTypeIn(List<String> values) {
      method andIdCardTypeNotIn (line 607) | public Criteria andIdCardTypeNotIn(List<String> values) {
      method andIdCardTypeBetween (line 612) | public Criteria andIdCardTypeBetween(String value1, String value2) {
      method andIdCardTypeNotBetween (line 617) | public Criteria andIdCardTypeNotBetween(String value1, String value2) {
      method andIdCardCodeIsNull (line 622) | public Criteria andIdCardCodeIsNull() {
      method andIdCardCodeIsNotNull (line 627) | public Criteria andIdCardCodeIsNotNull() {
      method andIdCardCodeEqualTo (line 632) | public Criteria andIdCardCodeEqualTo(String value) {
      method andIdCardCodeNotEqualTo (line 637) | public Criteria andIdCardCodeNotEqualTo(String value) {
      method andIdCardCodeGreaterThan (line 642) | public Criteria andIdCardCodeGreaterThan(String value) {
      method andIdCardCodeGreaterThanOrEqualTo (line 647) | public Criteria andIdCardCodeGreaterThanOrEqualTo(String value) {
      method andIdCardCodeLessThan (line 652) | public Criteria andIdCardCodeLessThan(String value) {
      method andIdCardCodeLessThanOrEqualTo (line 657) | public Criteria andIdCardCodeLessThanOrEqualTo(String value) {
      method andIdCardCodeLike (line 662) | public Criteria andIdCardCodeLike(String value) {
      method andIdCardCodeNotLike (line 667) | public Criteria andIdCardCodeNotLike(String value) {
      method andIdCardCodeIn (line 672) | public Criteria andIdCardCodeIn(List<String> values) {
      method andIdCardCodeNotIn (line 677) | public Criteria andIdCardCodeNotIn(List<String> values) {
      method andIdCardCodeBetween (line 682) | public Criteria andIdCardCodeBetween(String value1, String value2) {
      method andIdCardCodeNotBetween (line 687) | public Criteria andIdCardCodeNotBetween(String value1, String value2) {
      method andIdCardPhotoIdIsNull (line 692) | public Criteria andIdCardPhotoIdIsNull() {
      method andIdCardPhotoIdIsNotNull (line 697) | public Criteria andIdCardPhotoIdIsNotNull() {
      method andIdCardPhotoIdEqualTo (line 702) | public Criteria andIdCardPhotoIdEqualTo(String value) {
      method andIdCardPhotoIdNotEqualTo (line 707) | public Criteria andIdCardPhotoIdNotEqualTo(String value) {
      method andIdCardPhotoIdGreaterThan (line 712) | public Criteria andIdCardPhotoIdGreaterThan(String value) {
      method andIdCardPhotoIdGreaterThanOrEqualTo (line 717) | public Criteria andIdCardPhotoIdGreaterThanOrEqualTo(String value) {
      method andIdCardPhotoIdLessThan (line 722) | public Criteria andIdCardPhotoIdLessThan(String value) {
      method andIdCardPhotoIdLessThanOrEqualTo (line 727) | public Criteria andIdCardPhotoIdLessThanOrEqualTo(String value) {
      method andIdCardPhotoIdLike (line 732) | public Criteria andIdCardPhotoIdLike(String value) {
      method andIdCardPhotoIdNotLike (line 737) | public Criteria andIdCardPhotoIdNotLike(String value) {
      method andIdCardPhotoIdIn (line 742) | public Criteria andIdCardPhotoIdIn(List<String> values) {
      method andIdCardPhotoIdNotIn (line 747) | public Criteria andIdCardPhotoIdNotIn(List<String> values) {
      method andIdCardPhotoIdBetween (line 752) | public Criteria andIdCardPhotoIdBetween(String value1, String value2) {
      method andIdCardPhotoIdNotBetween (line 757) | public Criteria andIdCardPhotoIdNotBetween(String value1, String val...
      method andPerStatusIsNull (line 762) | public Criteria andPerStatusIsNull() {
      method andPerStatusIsNotNull (line 767) | public Criteria andPerStatusIsNotNull() {
      method andPerStatusEqualTo (line 772) | public Criteria andPerStatusEqualTo(String value) {
      method andPerStatusNotEqualTo (line 777) | public Criteria andPerStatusNotEqualTo(String value) {
      method andPerStatusGreaterThan (line 782) | public Criteria andPerStatusGreaterThan(String value) {
      method andPerStatusGreaterThanOrEqualTo (line 787) | public Criteria andPerStatusGreaterThanOrEqualTo(String value) {
      method andPerStatusLessThan (line 792) | public Criteria andPerStatusLessThan(String value) {
      method andPerStatusLessThanOrEqualTo (line 797) | public Criteria andPerStatusLessThanOrEqualTo(String value) {
      method andPerStatusLike (line 802) | public Criteria andPerStatusLike(String value) {
      method andPerStatusNotLike (line 807) | public Criteria andPerStatusNotLike(String value) {
      method andPerStatusIn (line 812) | public Criteria andPerStatusIn(List<String> values) {
      method andPerStatusNotIn (line 817) | public Criteria andPerStatusNotIn(List<String> values) {
      method andPerStatusBetween (line 822) | public Criteria andPerStatusBetween(String value1, String value2) {
      method andPerStatusNotBetween (line 827) | public Criteria andPerStatusNotBetween(String value1, String value2) {
      method andCreatedTimeIsNull (line 832) | public Criteria andCreatedTimeIsNull() {
      method andCreatedTimeIsNotNull (line 837) | public Criteria andCreatedTimeIsNotNull() {
      method andCreatedTimeEqualTo (line 842) | public Criteria andCreatedTimeEqualTo(Date value) {
      method andCreatedTimeNotEqualTo (line 847) | public Criteria andCreatedTimeNotEqualTo(Date value) {
      method andCreatedTimeGreaterThan (line 852) | public Criteria andCreatedTimeGreaterThan(Date value) {
      method andCreatedTimeGreaterThanOrEqualTo (line 857) | public Criteria andCreatedTimeGreaterThanOrEqualTo(Date value) {
      method andCreatedTimeLessThan (line 862) | public Criteria andCreatedTimeLessThan(Date value) {
      method andCreatedTimeLessThanOrEqualTo (line 867) | public Criteria andCreatedTimeLessThanOrEqualTo(Date value) {
      method andCreatedTimeIn (line 872) | public Criteria andCreatedTimeIn(List<Date> values) {
      method andCreatedTimeNotIn (line 877) | public Criteria andCreatedTimeNotIn(List<Date> values) {
      method andCreatedTimeBetween (line 882) | public Criteria andCreatedTimeBetween(Date value1, Date value2) {
      method andCreatedTimeNotBetween (line 887) | public Criteria andCreatedTimeNotBetween(Date value1, Date value2) {
      method andUpdatedTimdIsNull (line 892) | public Criteria andUpdatedTimdIsNull() {
      method andUpdatedTimdIsNotNull (line 897) | public Criteria andUpdatedTimdIsNotNull() {
      method andUpdatedTimdEqualTo (line 902) | public Criteria andUpdatedTimdEqualTo(Date value) {
      method andUpdatedTimdNotEqualTo (line 907) | public Criteria andUpdatedTimdNotEqualTo(Date value) {
      method andUpdatedTimdGreaterThan (line 912) | public Criteria andUpdatedTimdGreaterThan(Date value) {
      method andUpdatedTimdGreaterThanOrEqualTo (line 917) | public Criteria andUpdatedTimdGreaterThanOrEqualTo(Date value) {
      method andUpdatedTimdLessThan (line 922) | public Criteria andUpdatedTimdLessThan(Date value) {
      method andUpdatedTimdLessThanOrEqualTo (line 927) | public Criteria andUpdatedTimdLessThanOrEqualTo(Date value) {
      method andUpdatedTimdIn (line 932) | public Criteria andUpdatedTimdIn(List<Date> values) {
      method andUpdatedTimdNotIn (line 937) | public Criteria andUpdatedTimdNotIn(List<Date> values) {
      method andUpdatedTimdBetween (line 942) | public Criteria andUpdatedTimdBetween(Date value1, Date value2) {
      method andUpdatedTimdNotBetween (line 947) | public Criteria andUpdatedTimdNotBetween(Date value1, Date value2) {
      method andReserved1IsNull (line 952) | public Criteria andReserved1IsNull() {
      method andReserved1IsNotNull (line 957) | public Criteria andReserved1IsNotNull() {
      method andReserved1EqualTo (line 962) | public Criteria andReserved1EqualTo(String value) {
      method andReserved1NotEqualTo (line 967) | public Criteria andReserved1NotEqualTo(String value) {
      method andReserved1GreaterThan (line 972) | public Criteria andReserved1GreaterThan(String value) {
      method andReserved1GreaterThanOrEqualTo (line 977) | public Criteria andReserved1GreaterThanOrEqualTo(String value) {
      method andReserved1LessThan (line 982) | public Criteria andReserved1LessThan(String value) {
      method andReserved1LessThanOrEqualTo (line 987) | public Criteria andReserved1LessThanOrEqualTo(String value) {
      method andReserved1Like (line 992) | public Criteria andReserved1Like(String value) {
      method andReserved1NotLike (line 997) | public Criteria andReserved1NotLike(String value) {
      method andReserved1In (line 1002) | public Criteria andReserved1In(List<String> values) {
      method andReserved1NotIn (line 1007) | public Criteria andReserved1NotIn(List<String> values) {
      method andReserved1Between (line 1012) | public Criteria andReserved1Between(String value1, String value2) {
      method andReserved1NotBetween (line 1017) | public Criteria andReserved1NotBetween(String value1, String value2) {
      method andReserved2IsNull (line 1022) | public Criteria andReserved2IsNull() {
      method andReserved2IsNotNull (line 1027) | public Criteria andReserved2IsNotNull() {
      method andReserved2EqualTo (line 1032) | public Criteria andReserved2EqualTo(String value) {
      method andReserved2NotEqualTo (line 1037) | public Criteria andReserved2NotEqualTo(String value) {
      method andReserved2GreaterThan (line 1042) | public Criteria andReserved2GreaterThan(String value) {
      method andReserved2GreaterThanOrEqualTo (line 1047) | public Criteria andReserved2GreaterThanOrEqualTo(String value) {
      method andReserved2LessThan (line 1052) | public Criteria andReserved2LessThan(String value) {
      method andReserved2LessThanOrEqualTo (line 1057) | public Criteria andReserved2LessThanOrEqualTo(String value) {
      method andReserved2Like (line 1062) | public Criteria andReserved2Like(String value) {
      method andReserved2NotLike (line 1067) | public Criteria andReserved2NotLike(String value) {
      method andReserved2In (line 1072) | public Criteria andReserved2In(List<String> values) {
      method andReserved2NotIn (line 1077) | public Criteria andReserved2NotIn(List<String> values) {
      method andReserved2Between (line 1082) | public Criteria andReserved2Between(String value1, String value2) {
      method andReserved2NotBetween (line 1087) | public Criteria andReserved2NotBetween(String value1, String value2) {
      method andPerIdLikeInsensitive (line 1092) | public Criteria andPerIdLikeInsensitive(String value) {
      method andPerCodeLikeInsensitive (line 1097) | public Criteria andPerCodeLikeInsensitive(String value) {
      method andUserIdLikeInsensitive (line 1102) | public Criteria andUserIdLikeInsensitive(String value) {
      method andRealNameLikeInsensitive (line 1107) | public Criteria andRealNameLikeInsensitive(String value) {
      method andIdCardTypeLikeInsensitive (line 1112) | public Criteria andIdCardTypeLikeInsensitive(String value) {
      method andIdCardCodeLikeInsensitive (line 1117) | public Criteria andIdCardCodeLikeInsensitive(String value) {
      method andIdCardPhotoIdLikeInsensitive (line 1122) | public Criteria andIdCardPhotoIdLikeInsensitive(String value) {
      method andPerStatusLikeInsensitive (line 1127) | public Criteria andPerStatusLikeInsensitive(String value) {
      method andReserved1LikeInsensitive (line 1132) | public Criteria andReserved1LikeInsensitive(String value) {
      method andReserved2LikeInsensitive (line 1137) | public Criteria andReserved2LikeInsensitive(String value) {
    class Criteria (line 1149) | public static class Criteria extends GeneratedCriteria {
      method Criteria (line 1151) | public Criteria() {
    class Criterion (line 1162) | @Data
      method getCondition (line 1181) | public String getCondition() {
      method getValue (line 1185) | public Object getValue() {
      method getSecondValue (line 1189) | public Object getSecondValue() {
      method isNoValue (line 1193) | public boolean isNoValue() {
      method isSingleValue (line 1197) | public boolean isSingleValue() {
      method isBetweenValue (line 1201) | public boolean isBetweenValue() {
      method isListValue (line 1205) | public boolean isListValue() {
      method getTypeHandler (line 1209) | public String getTypeHandler() {
      method Criterion (line 1213) | public Criterion(String condition) {
      method Criterion (line 1220) | public Criterion(String condition, Object value, String typeHandler) {
      method Criterion (line 1232) | public Criterion(String condition, Object value) {
      method Criterion (line 1236) | public Criterion(String condition, Object value, Object secondValue,...
      method Criterion (line 1245) | public Criterion(String condition, Object value, Object secondValue) {

FILE: src/gens/java/org/fc/wlt/ordbgens/wlt/entity/WLTCertPerKey.java
  class WLTCertPerKey (line 7) | @AllArgsConstructor
    method getPerId (line 26) | public String getPerId() {
    method setPerId (line 38) | public void setPerId(String perId) {
    method equals (line 48) | @Override
    method hashCode (line 69) | @Override
    method toString (line 83) | @Override

FILE: src/gens/java/org/fc/wlt/ordbgens/wlt/entity/WLTFile.java
  class WLTFile (line 9) | @Tab(name="WLT_FILE")
    method getFilePath (line 93) | public String getFilePath() {
    method setFilePath (line 105) | public void setFilePath(String filePath) {
    method getFileName (line 117) | public String getFileName() {
    method setFileName (line 129) | public void setFileName(String fileName) {
    method getFileSize (line 141) | public Double getFileSize() {
    method setFileSize (line 153) | public void setFileSize(Double fileSize) {
    method getUserId (line 165) | public String getUserId() {
    method setUserId (line 177) | public void setUserId(String userId) {
    method getFileHash (line 189) | public String getFileHash() {
    method setFileHash (line 201) | public void setFileHash(String fileHash) {
    method getCreatedTime (line 213) | public Date getCreatedTime() {
    method setCreatedTime (line 225) | public void setCreatedTime(Date createdTime) {
    method getUpdatedTime (line 237) | public Date getUpdatedTime() {
    method setUpdatedTime (line 249) | public void setUpdatedTime(Date updatedTime) {
    method getReserved1 (line 261) | public String getReserved1() {
    method setReserved1 (line 273) | public void setReserved1(String reserved1) {
    method getReserved2 (line 285) | public String getReserved2() {
    method setReserved2 (line 297) | public void setReserved2(String reserved2) {
    method equals (line 307) | @Override
    method hashCode (line 337) | @Override
    method toString (line 360) | @Override

FILE: src/gens/java/org/fc/wlt/ordbgens/wlt/entity/WLTFileExample.java
  class WLTFileExample (line 9) | @Data
    method WLTFileExample (line 55) | public WLTFileExample() {
    method setOrderByClause (line 67) | public void setOrderByClause(String orderByClause) {
    method getOrderByClause (line 77) | public String getOrderByClause() {
    method setDistinct (line 87) | public void setDistinct(boolean distinct) {
    method isDistinct (line 97) | public boolean isDistinct() {
    method getOredCriteria (line 107) | public List<Criteria> getOredCriteria() {
    method or (line 117) | public void or(Criteria criteria) {
    method or (line 127) | public Criteria or() {
    method createCriteria (line 139) | public Criteria createCriteria() {
    method createCriteriaInternal (line 153) | protected Criteria createCriteriaInternal() {
    method clear (line 164) | public void clear() {
    method setOffset (line 176) | public void setOffset(int offset) {
    method getOffset (line 180) | public int getOffset() {
    method setLimit (line 184) | public void setLimit(int limit) {
    method getLimit (line 188) | public int getLimit() {
    method setSumCol (line 192) | public void setSumCol(String sumCol) {
    method getSumCol (line 196) | public String getSumCol() {
    method setGroupSelClause (line 200) | public void setGroupSelClause(String groupSelClause) {
    method getGroupSelClause (line 204) | public String getGroupSelClause() {
    method setForUpdate (line 208) | public void setForUpdate(boolean forUpdate) {
    method isForUpdate (line 212) | public boolean isForUpdate() {
    method setGroupByClause (line 216) | public void setGroupByClause(String groupByClause) {
    method getGroupByClause (line 220) | public String getGroupByClause() {
    class GeneratedCriteria (line 230) | @Data
      method GeneratedCriteria (line 234) | public GeneratedCriteria() {
      method isValid (line 239) | public boolean isValid() {
      method getAllCriteria (line 243) | public List<Criterion> getAllCriteria() {
      method getCriteria (line 247) | public List<Criterion> getCriteria() {
      method addCriterion (line 251) | public void addCriterion(String condition) {
      method addCriterion (line 258) | public void addCriterion(String condition, Object value, String prop...
      method addCriterion (line 265) | public void addCriterion(String condition, Object value1, Object val...
      method andFileIdIsNull (line 272) | public Criteria andFileIdIsNull() {
      method andFileIdIsNotNull (line 277) | public Criteria andFileIdIsNotNull() {
      method andFileIdEqualTo (line 282) | public Criteria andFileIdEqualTo(String value) {
      method andFileIdNotEqualTo (line 287) | public Criteria andFileIdNotEqualTo(String value) {
      method andFileIdGreaterThan (line 292) | public Criteria andFileIdGreaterThan(String value) {
      method andFileIdGreaterThanOrEqualTo (line 297) | public Criteria andFileIdGreaterThanOrEqualTo(String value) {
      method andFileIdLessThan (line 302) | public Criteria andFileIdLessThan(String value) {
      method andFileIdLessThanOrEqualTo (line 307) | public Criteria andFileIdLessThanOrEqualTo(String value) {
      method andFileIdLike (line 312) | public Criteria andFileIdLike(String value) {
      method andFileIdNotLike (line 317) | public Criteria andFileIdNotLike(String value) {
      method andFileIdIn (line 322) | public Criteria andFileIdIn(List<String> values) {
      method andFileIdNotIn (line 327) | public Criteria andFileIdNotIn(List<String> values) {
      method andFileIdBetween (line 332) | public Criteria andFileIdBetween(String value1, String value2) {
      method andFileIdNotBetween (line 337) | public Criteria andFileIdNotBetween(String value1, String value2) {
      method andFilePathIsNull (line 342) | public Criteria andFilePathIsNull() {
      method andFilePathIsNotNull (line 347) | public Criteria andFilePathIsNotNull() {
      method andFilePathEqualTo (line 352) | public Criteria andFilePathEqualTo(String value) {
      method andFilePathNotEqualTo (line 357) | public Criteria andFilePathNotEqualTo(String value) {
      method andFilePathGreaterThan (line 362) | public Criteria andFilePathGreaterThan(String value) {
      method andFilePathGreaterThanOrEqualTo (line 367) | public Criteria andFilePathGreaterThanOrEqualTo(String value) {
      method andFilePathLessThan (line 372) | public Criteria andFilePathLessThan(String value) {
      method andFilePathLessThanOrEqualTo (line 377) | public Criteria andFilePathLessThanOrEqualTo(String value) {
      method andFilePathLike (line 382) | public Criteria andFilePathLike(String value) {
      method andFilePathNotLike (line 387) | public Criteria andFilePathNotLike(String value) {
      method andFilePathIn (line 392) | public Criteria andFilePathIn(List<String> values) {
      method andFilePathNotIn (line 397) | public Criteria andFilePathNotIn(List<String> values) {
      method andFilePathBetween (line 402) | public Criteria andFilePathBetween(String value1, String value2) {
      method andFilePathNotBetween (line 407) | public Criteria andFilePathNotBetween(String value1, String value2) {
      method andFileNameIsNull (line 412) | public Criteria andFileNameIsNull() {
      method andFileNameIsNotNull (line 417) | public Criteria andFileNameIsNotNull() {
      method andFileNameEqualTo (line 422) | public Criteria andFileNameEqualTo(String value) {
      method andFileNameNotEqualTo (line 427) | public Criteria andFileNameNotEqualTo(String value) {
      method andFileNameGreaterThan (line 432) | public Criteria andFileNameGreaterThan(String value) {
      method andFileNameGreaterThanOrEqualTo (line 437) | public Criteria andFileNameGreaterThanOrEqualTo(String value) {
      method andFileNameLessThan (line 442) | public Criteria andFileNameLessThan(String value) {
      method andFileNameLessThanOrEqualTo (line 447) | public Criteria andFileNameLessThanOrEqualTo(String value) {
      method andFileNameLike (line 452) | public Criteria andFileNameLike(String value) {
      method andFileNameNotLike (line 457) | public Criteria andFileNameNotLike(String value) {
      method andFileNameIn (line 462) | public Criteria andFileNameIn(List<String> values) {
      method andFileNameNotIn (line 467) | public Criteria andFileNameNotIn(List<String> values) {
      method andFileNameBetween (line 472) | public Criteria andFileNameBetween(String value1, String value2) {
      method andFileNameNotBetween (line 477) | public Criteria andFileNameNotBetween(String value1, String value2) {
      method andFileSizeIsNull (line 482) | public Criteria andFileSizeIsNull() {
      method andFileSizeIsNotNull (line 487) | public Criteria andFileSizeIsNotNull() {
      method andFileSizeEqualTo (line 492) | public Criteria andFileSizeEqualTo(Double value) {
      method andFileSizeNotEqualTo (line 497) | public Criteria andFileSizeNotEqualTo(Double value) {
      method andFileSizeGreaterThan (line 502) | public Criteria andFileSizeGreaterThan(Double value) {
      method andFileSizeGreaterThanOrEqualTo (line 507) | public Criteria andFileSizeGreaterThanOrEqualTo(Double value) {
      method andFileSizeLessThan (line 512) | public Criteria andFileSizeLessThan(Double value) {
      method andFileSizeLessThanOrEqualTo (line 517) | public Criteria andFileSizeLessThanOrEqualTo(Double value) {
      method andFileSizeIn (line 522) | public Criteria andFileSizeIn(List<Double> values) {
      method andFileSizeNotIn (line 527) | public Criteria andFileSizeNotIn(List<Double> values) {
      method andFileSizeBetween (line 532) | public Criteria andFileSizeBetween(Double value1, Double value2) {
      method andFileSizeNotBetween (line 537) | public Criteria andFileSizeNotBetween(Double value1, Double value2) {
      method andUserIdIsNull (line 542) | public Criteria andUserIdIsNull() {
      method andUserIdIsNotNull (line 547) | public Criteria andUserIdIsNotNull() {
      method andUserIdEqualTo (line 552) | public Criteria andUserIdEqualTo(String value) {
      method andUserIdNotEqualTo (line 557) | public Criteria andUserIdNotEqualTo(String value) {
      method andUserIdGreaterThan (line 562) | public Criteria andUserIdGreaterThan(String value) {
      method andUserIdGreaterThanOrEqualTo (line 567) | public Criteria andUserIdGreaterThanOrEqualTo(String value) {
      method andUserIdLessThan (line 572) | public Criteria andUserIdLessThan(String value) {
      method andUserIdLessThanOrEqualTo (line 577) | public Criteria andUserIdLessThanOrEqualTo(String value) {
      method andUserIdLike (line 582) | public Criteria andUserIdLike(String value) {
      method andUserIdNotLike (line 587) | public Criteria andUserIdNotLike(String value) {
      method andUserIdIn (line 592) | public Criteria andUserIdIn(List<String> values) {
      method andUserIdNotIn (line 597) | public Criteria andUserIdNotIn(List<String> values) {
      method andUserIdBetween (line 602) | public Criteria andUserIdBetween(String value1, String value2) {
      method andUserIdNotBetween (line 607) | public Criteria andUserIdNotBetween(String value1, String value2) {
      method andFileHashIsNull (line 612) | public Criteria andFileHashIsNull() {
      method andFileHashIsNotNull (line 617) | public Criteria andFileHashIsNotNull() {
      method andFileHashEqualTo (line 622) | public Criteria andFileHashEqualTo(String value) {
      method andFileHashNotEqualTo (line 627) | public Criteria andFileHashNotEqualTo(String value) {
      method andFileHashGreaterThan (line 632) | public Criteria andFileHashGreaterThan(String value) {
      method andFileHashGreaterThanOrEqualTo (line 637) | public Criteria andFileHashGreaterThanOrEqualTo(String value) {
      method andFileHashLessThan (line 642) | public Criteria andFileHashLessThan(String value) {
      method andFileHashLessThanOrEqualTo (line 647) | public Criteria andFileHashLessThanOrEqualTo(String value) {
      method andFileHashLike (line 652) | public Criteria andFileHashLike(String value) {
      method andFileHashNotLike (line 657) | public Criteria andFileHashNotLike(String value) {
      method andFileHashIn (line 662) | public Criteria andFileHashIn(List<String> values) {
      method andFileHashNotIn (line 667) | public Criteria andFileHashNotIn(List<String> values) {
      method andFileHashBetween (line 672) | public Criteria andFileHashBetween(String value1, String value2) {
      method andFileHashNotBetween (line 677) | public Criteria andFileHashNotBetween(String value1, String value2) {
      method andCreatedTimeIsNull (line 682) | public Criteria andCreatedTimeIsNull() {
      method andCreatedTimeIsNotNull (line 687) | public Criteria andCreatedTimeIsNotNull() {
      method andCreatedTimeEqualTo (line 692) | public Criteria andCreatedTimeEqualTo(Date value) {
      method andCreatedTimeNotEqualTo (line 697) | public Criteria andCreatedTimeNotEqualTo(Date value) {
      method andCreatedTimeGreaterThan (line 702) | public Criteria andCreatedTimeGreaterThan(Date value) {
      method andCreatedTimeGreaterThanOrEqualTo (line 707) | public Criteria andCreatedTimeGreaterThanOrEqualTo(Date value) {
      method andCreatedTimeLessThan (line 712) | public Criteria andCreatedTimeLessThan(Date value) {
      method andCreatedTimeLessThanOrEqualTo (line 717) | public Criteria andCreatedTimeLessThanOrEqualTo(Date value) {
      method andCreatedTimeIn (line 722) | public Criteria andCreatedTimeIn(List<Date> values) {
      method andCreatedTimeNotIn (line 727) | public Criteria andCreatedTimeNotIn(List<Date> values) {
      method andCreatedTimeBetween (line 732) | public Criteria andCreatedTimeBetween(Date value1, Date value2) {
      method andCreatedTimeNotBetween (line 737) | public Criteria andCreatedTimeNotBetween(Date value1, Date value2) {
      method andUpdatedTimeIsNull (line 742) | public Criteria andUpdatedTimeIsNull() {
      method andUpdatedTimeIsNotNull (line 747) | public Criteria andUpdatedTimeIsNotNull() {
      method andUpdatedTimeEqualTo (line 752) | public Criteria andUpdatedTimeEqualTo(Date value) {
      method andUpdatedTimeNotEqualTo (line 757) | public Criteria andUpdatedTimeNotEqualTo(Date value) {
      method andUpdatedTimeGreaterThan (line 762) | public Criteria andUpdatedTimeGreaterThan(Date value) {
      method andUpdatedTimeGreaterThanOrEqualTo (line 767) | public Criteria andUpdatedTimeGreaterThanOrEqualTo(Date value) {
      method andUpdatedTimeLessThan (line 772) | public Criteria andUpdatedTimeLessThan(Date value) {
      method andUpdatedTimeLessThanOrEqualTo (line 777) | public Criteria andUpdatedTimeLessThanOrEqualTo(Date value) {
      method andUpdatedTimeIn (line 782) | public Criteria andUpdatedTimeIn(List<Date> values) {
      method andUpdatedTimeNotIn (line 787) | public Criteria andUpdatedTimeNotIn(List<Date> values) {
      method andUpdatedTimeBetween (line 792) | public Criteria andUpdatedTimeBetween(Date value1, Date value2) {
      method andUpdatedTimeNotBetween (line 797) | public Criteria andUpdatedTimeNotBetween(Date value1, Date value2) {
      method andReserved1IsNull (line 802) | public Criteria andReserved1IsNull() {
      method andReserved1IsNotNull (line 807) | public Criteria andReserved1IsNotNull() {
      method andReserved1EqualTo (line 812) | public Criteria andReserved1EqualTo(String value) {
      method andReserved1NotEqualTo (line 817) | public Criteria andReserved1NotEqualTo(String value) {
      method andReserved1GreaterThan (line 822) | public Criteria andReserved1GreaterThan(String value) {
      method andReserved1GreaterThanOrEqualTo (line 827) | public Criteria andReserved1GreaterThanOrEqualTo(String value) {
      method andReserved1LessThan (line 832) | public Criteria andReserved1LessThan(String value) {
      method andReserved1LessThanOrEqualTo (line 837) | public Criteria andReserved1LessThanOrEqualTo(String value) {
      method andReserved1Like (line 842) | public Criteria andReserved1Like(String value) {
      method andReserved1NotLike (line 847) | public Criteria andReserved1NotLike(String value) {
      method andReserved1In (line 852) | public Criteria andReserved1In(List<String> values) {
      method andReserved1NotIn (line 857) | public Criteria andReserved1NotIn(List<String> values) {
      method andReserved1Between (line 862) | public Criteria andReserved1Between(String value1, String value2) {
      method andReserved1NotBetween (line 867) | public Criteria andReserved1NotBetween(String value1, String value2) {
      method andReserved2IsNull (line 872) | public Criteria andReserved2IsNull() {
      method andReserved2IsNotNull (line 877) | public Criteria andReserved2IsNotNull() {
      method andReserved2EqualTo (line 882) | public Criteria andReserved2EqualTo(String value) {
      method andReserved2NotEqualTo (line 887) | public Criteria andReserved2NotEqualTo(String value) {
      method andReserved2GreaterThan (line 892) | public Criteria andReserved2GreaterThan(String value) {
      method andReserved2GreaterThanOrEqualTo (line 897) | public Criteria andReserved2GreaterThanOrEqualTo(String value) {
      method andReserved2LessThan (line 902) | public Criteria andReserved2LessThan(String value) {
      method andReserved2LessThanOrEqualTo (line 907) | public Criteria andReserved2LessThanOrEqualTo(String value) {
      method andReserved2Like (line 912) | public Criteria andReserved2Like(String value) {
      method andReserved2NotLike (line 917) | public Criteria andReserved2NotLike(String value) {
      method andReserved2In (line 922) | public Criteria andReserved2In(List<String> values) {
      method andReserved2NotIn (line 927) | public Criteria andReserved2NotIn(List<String> values) {
      method andReserved2Between (line 932) | public Criteria andReserved2Between(String value1, String value2) {
      method andReserved2NotBetween (line 937) | public Criteria andReserved2NotBetween(String value1, String value2) {
      method andFileIdLikeInsensitive (line 942) | public Criteria andFileIdLikeInsensitive(String value) {
      method andFilePathLikeInsensitive (line 947) | public Criteria andFilePathLikeInsensitive(String value) {
      method andFileNameLikeInsensitive (line 952) | public Criteria andFileNameLikeInsensitive(String value) {
      method andUserIdLikeInsensitive (line 957) | public Criteria andUserIdLikeInsensitive(String value) {
      method andFileHashLikeInsensitive (line 962) | public Criteria andFileHashLikeInsensitive(String value) {
      method andReserved1LikeInsensitive (line 967) | public Criteria andReserved1LikeInsensitive(String value) {
      method andReserved2LikeInsensitive (line 972) | public Criteria andReserved2LikeInsensitive(String value) {
    class Criteria (line 984) | public static class Criteria extends GeneratedCriteria {
      method Criteria (line 986) | public Criteria() {
    class Criterion (line 997) | @Data
      method getCondition (line 1016) | public String getCondition() {
      method getValue (line 1020) | public Object getValue() {
      method getSecondValue (line 1024) | public Object getSecondValue() {
      method isNoValue (line 1028) | public boolean isNoValue() {
      method isSingleValue (line 1032) | public boolean isSingleValue() {
      method isBetweenValue (line 1036) | public boolean isBetweenValue() {
      method isListValue (line 1040) | public boolean isListValue() {
      method getTypeHandler (line 1044) | public String getTypeHandler() {
      method Criterion (line 1048) | public Criterion(String condition) {
      method Criterion (line 1055) | public Criterion(String condition, Object value, String typeHandler) {
      method Criterion (line 1067) | public Criterion(String condition, Object value) {
      method Criterion (line 1071) | public Criterion(String condition, Object value, Object secondValue,...
      method Criterion (line 1080) | public Criterion(String condition, Object value, Object secondValue) {

FILE: src/gens/java/org/fc/wlt/ordbgens/wlt/entity/WLTFileKey.java
  class WLTFileKey (line 7) | @AllArgsConstructor
    method getFileId (line 26) | public String getFileId() {
    method setFileId (line 38) | public void setFileId(String fileId) {
    method equals (line 48) | @Override
    method hashCode (line 69) | @Override
    method toString (line 83) | @Override

FILE: src/gens/java/org/fc/wlt/ordbgens/wlt/entity/WLTFund.java
  class WLTFund (line 9) | @Tab(name="WLT_FUND")
    method getUserId (line 149) | public String getUserId() {
    method setUserId (line 161) | public void setUserId(String userId) {
    method getDmtCname (line 173) | public String getDmtCname() {
    method setDmtCname (line 185) | public void setDmtCname(String dmtCname) {
    method getDmtEname (line 197) | public String getDmtEname() {
    method setDmtEname (line 209) | public void setDmtEname(String dmtEname) {
    method getGenisAddr (line 221) | public String getGenisAddr() {
    method setGenisAddr (line 233) | public void setGenisAddr(String genisAddr) {
    method getGenisOrgId (line 245) | public String getGenisOrgId() {
    method setGenisOrgId (line 257) | public void setGenisOrgId(String genisOrgId) {
    method getGenisDeposit (line 269) | public Double getGenisDeposit() {
    method setGenisDeposit (line 281) | public void setGenisDeposit(Double genisDeposit) {
    method getTotalCount (line 293) | public Double getTotalCount() {
    method setTotalCount (line 305) | public void setTotalCount(Double totalCount) {
    method getColoredFbc (line 317) | public Double getColoredFbc() {
    method setColoredFbc (line 329) | public void setColoredFbc(Double coloredFbc) {
    method getExchangeFbc (line 341) | public Double getExchangeFbc() {
    method setExchangeFbc (line 353) | public void setExchangeFbc(Double exchangeFbc) {
    method getTurnoverCount (line 365) | public Double getTurnoverCount() {
    method setTurnoverCount (line 377) | public void setTurnoverCount(Double turnoverCount) {
    method getDateTime (line 389) | public Date getDateTime() {
    method setDateTime (line 401) | public void setDateTime(Date dateTime) {
    method getFundStatus (line 413) | public String getFundStatus() {
    method setFundStatus (line 425) | public void setFundStatus(String fundStatus) {
    method getCreatedTime (line 437) | public Date getCreatedTime() {
    method setCreatedTime (line 449) | public void setCreatedTime(Date createdTime) {
    method getUpdatedTime (line 461) | public Date getUpdatedTime() {
    method setUpdatedTime (line 473) | public void setUpdatedTime(Date updatedTime) {
    method getReserved1 (line 485) | public String getReserved1() {
    method setReserved1 (line 497) | public void setReserved1(String reserved1) {
    method getReserved2 (line 509) | public String getReserved2() {
    method setReserved2 (line 521) | public void setReserved2(String reserved2) {
    method equals (line 531) | @Override
    method hashCode (line 568) | @Override
    method toString (line 598) | @Override

FILE: src/gens/java/org/fc/wlt/ordbgens/wlt/entity/WLTFundExample.java
  class WLTFundExample (line 9) | @Data
    method WLTFundExample (line 55) | public WLTFundExample() {
    method setOrderByClause (line 67) | public void setOrderByClause(String orderByClause) {
    method getOrderByClause (line 77) | public String getOrderByClause() {
    method setDistinct (line 87) | public void setDistinct(boolean distinct) {
    method isDistinct (line 97) | public boolean isDistinct() {
    method getOredCriteria (line 107) | public List<Criteria> getOredCriteria() {
    method or (line 117) | public void or(Criteria criteria) {
    method or (line 127) | public Criteria or() {
    method createCriteria (line 139) | public Criteria createCriteria() {
    method createCriteriaInternal (line 153) | protected Criteria createCriteriaInternal() {
    method clear (line 164) | public void clear() {
    method setOffset (line 176) | public void setOffset(int offset) {
    method getOffset (line 180) | public int getOffset() {
    method setLimit (line 184) | public void setLimit(int limit) {
    method getLimit (line 188) | public int getLimit() {
    method setSumCol (line 192) | public void setSumCol(String sumCol) {
    method getSumCol (line 196) | public String getSumCol() {
    method setGroupSelClause (line 200) | public void setGroupSelClause(String groupSelClause) {
    method getGroupSelClause (line 204) | public String getGroupSelClause() {
    method setForUpdate (line 208) | public void setForUpdate(boolean forUpdate) {
    method isForUpdate (line 212) | public boolean isForUpdate() {
    method setGroupByClause (line 216) | public void setGroupByClause(String groupByClause) {
    method getGroupByClause (line 220) | public String getGroupByClause() {
    class GeneratedCriteria (line 230) | @Data
      method GeneratedCriteria (line 234) | public GeneratedCriteria() {
      method isValid (line 239) | public boolean isValid() {
      method getAllCriteria (line 243) | public List<Criterion> getAllCriteria() {
      method getCriteria (line 247) | public List<Criterion> getCriteria() {
      method addCriterion (line 251) | public void addCriterion(String condition) {
      method addCriterion (line 258) | public void addCriterion(String condition, Object value, String prop...
      method addCriterion (line 265) | public void addCriterion(String condition, Object value1, Object val...
      method andFundIdIsNull (line 272) | public Criteria andFundIdIsNull() {
      method andFundIdIsNotNull (line 277) | public Criteria andFundIdIsNotNull() {
      method andFundIdEqualTo (line 282) | public Criteria andFundIdEqualTo(String value) {
      method andFundIdNotEqualTo (line 287) | public Criteria andFundIdNotEqualTo(String value) {
      method andFundIdGreaterThan (line 292) | public Criteria andFundIdGreaterThan(String value) {
      method andFundIdGreaterThanOrEqualTo (line 297) | public Criteria andFundIdGreaterThanOrEqualTo(String value) {
      method andFundIdLessThan (line 302) | public Criteria andFundIdLessThan(String value) {
      method andFundIdLessThanOrEqualTo (line 307) | public Criteria andFundIdLessThanOrEqualTo(String value) {
      method andFundIdLike (line 312) | public Criteria andFundIdLike(String value) {
      method andFundIdNotLike (line 317) | public Criteria andFundIdNotLike(String value) {
      method andFundIdIn (line 322) | public Criteria andFundIdIn(List<String> values) {
      method andFundIdNotIn (line 327) | public Criteria andFundIdNotIn(List<String> values) {
      method andFundIdBetween (line 332) | public Criteria andFundIdBetween(String value1, String value2) {
      method andFundIdNotBetween (line 337) | public Criteria andFundIdNotBetween(String value1, String value2) {
      method andUserIdIsNull (line 342) | public Criteria andUserIdIsNull() {
      method andUserIdIsNotNull (line 347) | public Criteria andUserIdIsNotNull() {
      method andUserIdEqualTo (line 352) | public Criteria andUserIdEqualTo(String value) {
      method andUserIdNotEqualTo (line 357) | public Criteria andUserIdNotEqualTo(String value) {
      method andUserIdGreaterThan (line 362) | public Criteria andUserIdGreaterThan(String value) {
      method andUserIdGreaterThanOrEqualTo (line 367) | public Criteria andUserIdGreaterThanOrEqualTo(String value) {
      method andUserIdLessThan (line 372) | public Criteria andUserIdLessThan(String value) {
      method andUserIdLessThanOrEqualTo (line 377) | public Criteria andUserIdLessThanOrEqualTo(String value) {
      method andUserIdLike (line 382) | public Criteria andUserIdLike(String value) {
      method andUserIdNotLike (line 387) | public Criteria andUserIdNotLike(String value) {
      method andUserIdIn (line 392) | public Criteria andUserIdIn(List<String> values) {
      method andUserIdNotIn (line 397) | public Criteria andUserIdNotIn(List<String> values) {
      method andUserIdBetween (line 402) | public Criteria andUserIdBetween(String value1, String value2) {
      method andUserIdNotBetween (line 407) | public Criteria andUserIdNotBetween(String value1, String value2) {
      method andDmtCnameIsNull (line 412) | public Criteria andDmtCnameIsNull() {
      method andDmtCnameIsNotNull (line 417) | public Criteria andDmtCnameIsNotNull() {
      method andDmtCnameEqualTo (line 422) | public Criteria andDmtCnameEqualTo(String value) {
      method andDmtCnameNotEqualTo (line 427) | public Criteria andDmtCnameNotEqualTo(String value) {
      method andDmtCnameGreaterThan (line 432) | public Criteria andDmtCnameGreaterThan(String value) {
      method andDmtCnameGreaterThanOrEqualTo (line 437) | public Criteria andDmtCnameGreaterThanOrEqualTo(String value) {
      method andDmtCnameLessThan (line 442) | public Criteria andDmtCnameLessThan(String value) {
      method andDmtCnameLessThanOrEqualTo (line 447) | public Criteria andDmtCnameLessThanOrEqualTo(String value) {
      method andDmtCnameLike (line 452) | public Criteria andDmtCnameLike(String value) {
      method andDmtCnameNotLike (line 457) | public Criteria andDmtCnameNotLike(String value) {
      method andDmtCnameIn (line 462) | public Criteria andDmtCnameIn(List<String> values) {
      method andDmtCnameNotIn (line 467) | public Criteria andDmtCnameNotIn(List<String> values) {
      method andDmtCnameBetween (line 472) | public Criteria andDmtCnameBetween(String value1, String value2) {
      method andDmtCnameNotBetween (line 477) | public Criteria andDmtCnameNotBetween(String value1, String value2) {
      method andDmtEnameIsNull (line 482) | public Criteria andDmtEnameIsNull() {
      method andDmtEnameIsNotNull (line 487) | public Criteria andDmtEnameIsNotNull() {
      method andDmtEnameEqualTo (line 492) | public Criteria andDmtEnameEqualTo(String value) {
      method andDmtEnameNotEqualTo (line 497) | public Criteria andDmtEnameNotEqualTo(String value) {
      method andDmtEnameGreaterThan (line 502) | public Criteria andDmtEnameGreaterThan(String value) {
      method andDmtEnameGreaterThanOrEqualTo (line 507) | public Criteria andDmtEnameGreaterThanOrEqualTo(String value) {
      method andDmtEnameLessThan (line 512) | public Criteria andDmtEnameLessThan(String value) {
      method andDmtEnameLessThanOrEqualTo (line 517) | public Criteria andDmtEnameLessThanOrEqualTo(String value) {
      method andDmtEnameLike (line 522) | public Criteria andDmtEnameLike(String value) {
      method andDmtEnameNotLike (line 527) | public Criteria andDmtEnameNotLike(String value) {
      method andDmtEnameIn (line 532) | public Criteria andDmtEnameIn(List<String> values) {
      method andDmtEnameNotIn (line 537) | public Criteria andDmtEnameNotIn(List<String> values) {
      method andDmtEnameBetween (line 542) | public Criteria andDmtEnameBetween(String value1, String value2) {
      method andDmtEnameNotBetween (line 547) | public Criteria andDmtEnameNotBetween(String value1, String value2) {
      method andGenisAddrIsNull (line 552) | public Criteria andGenisAddrIsNull() {
      method andGenisAddrIsNotNull (line 557) | public Criteria andGenisAddrIsNotNull() {
      method andGenisAddrEqualTo (line 562) | public Criteria andGenisAddrEqualTo(String value) {
      method andGenisAddrNotEqualTo (line 567) | public Criteria andGenisAddrNotEqualTo(String value) {
      method andGenisAddrGreaterThan (line 572) | public Criteria andGenisAddrGreaterThan(String value) {
      method andGenisAddrGreaterThanOrEqualTo (line 577) | public Criteria andGenisAddrGreaterThanOrEqualTo(String value) {
      method andGenisAddrLessThan (line 582) | public Criteria andGenisAddrLessThan(String value) {
      method andGenisAddrLessThanOrEqualTo (line 587) | public Criteria andGenisAddrLessThanOrEqualTo(String value) {
      method andGenisAddrLike (line 592) | public Criteria andGenisAddrLike(String value) {
      method andGenisAddrNotLike (line 597) | public Criteria andGenisAddrNotLike(String value) {
      method andGenisAddrIn (line 602) | public Criteria andGenisAddrIn(List<String> values) {
      method andGenisAddrNotIn (line 607) | public Criteria andGenisAddrNotIn(List<String> values) {
      method andGenisAddrBetween (line 612) | public Criteria andGenisAddrBetween(String value1, String value2) {
      method andGenisAddrNotBetween (line 617) | public Criteria andGenisAddrNotBetween(String value1, String value2) {
      method andGenisOrgIdIsNull (line 622) | public Criteria andGenisOrgIdIsNull() {
      method andGenisOrgIdIsNotNull (line 627) | public Criteria andGenisOrgIdIsNotNull() {
      method andGenisOrgIdEqualTo (line 632) | public Criteria andGenisOrgIdEqualTo(String value) {
      method andGenisOrgIdNotEqualTo (line 637) | public Criteria andGenisOrgIdNotEqualTo(String value) {
      method andGenisOrgIdGreaterThan (line 642) | public Criteria andGenisOrgIdGreaterThan(String value) {
      method andGenisOrgIdGreaterThanOrEqualTo (line 647) | public Criteria andGenisOrgIdGreaterThanOrEqualTo(String value) {
      method andGenisOrgIdLessThan (line 652) | public Criteria andGenisOrgIdLessThan(String value) {
      method andGenisOrgIdLessThanOrEqualTo (line 657) | public Criteria andGenisOrgIdLessThanOrEqualTo(String value) {
      method andGenisOrgIdLike (line 662) | public Criteria andGenisOrgIdLike(String value) {
      method andGenisOrgIdNotLike (line 667) | public Criteria andGenisOrgIdNotLike(String value) {
      method andGenisOrgIdIn (line 672) | public Criteria andGenisOrgIdIn(List<String> values) {
      method andGenisOrgIdNotIn (line 677) | public Criteria andGenisOrgIdNotIn(List<String> values) {
      method andGenisOrgIdBetween (line 682) | public Criteria andGenisOrgIdBetween(String value1, String value2) {
      method andGenisOrgIdNotBetween (line 687) | public Criteria andGenisOrgIdNotBetween(String value1, String value2) {
      method andGenisDepositIsNull (line 692) | public Criteria andGenisDepositIsNull() {
      method andGenisDepositIsNotNull (line 697) | public Criteria andGenisDepositIsNotNull() {
      method andGenisDepositEqualTo (line 702) | public Criteria andGenisDepositEqualTo(Double value) {
      method andGenisDepositNotEqualTo (line 707) | public Criteria andGenisDepositNotEqualTo(Double value) {
      method andGenisDepositGreaterThan (line 712) | public Criteria andGenisDepositGreaterThan(Double value) {
      method andGenisDepositGreaterThanOrEqualTo (line 717) | public Criteria andGenisDepositGreaterThanOrEqualTo(Double value) {
      method andGenisDepositLessThan (line 722) | public Criteria andGenisDepositLessThan(Double value) {
      method andGenisDepositLessThanOrEqualTo (line 727) | public Criteria andGenisDepositLessThanOrEqualTo(Double value) {
      method andGenisDepositIn (line 732) | public Criteria andGenisDepositIn(List<Double> values) {
      method andGenisDepositNotIn (line 737) | public Criteria andGenisDepositNotIn(List<Double> values) {
      method andGenisDepositBetween (line 742) | public Criteria andGenisDepositBetween(Double value1, Double value2) {
      method andGenisDepositNotBetween (line 747) | public Criteria andGenisDepositNotBetween(Double value1, Double valu...
      method andTotalCountIsNull (line 752) | public Criteria andTotalCountIsNull() {
      method andTotalCountIsNotNull (line 757) | public Criteria andTotalCountIsNotNull() {
      method andTotalCountEqualTo (line 762) | public Criteria andTotalCountEqualTo(Double value) {
      method andTotalCountNotEqualTo (line 767) | public Criteria andTotalCountNotEqualTo(Double value) {
      method andTotalCountGreaterThan (line 772) | public Criteria andTotalCountGreaterThan(Double value) {
      method andTotalCountGreaterThanOrEqualTo (line 777) | public Criteria andTotalCountGreaterThanOrEqualTo(Double value) {
      method andTotalCountLessThan (line 782) | public Criteria andTotalCountLessThan(Double value) {
      method andTotalCountLessThanOrEqualTo (line 787) | public Criteria andTotalCountLessThanOrEqualTo(Double value) {
      method andTotalCountIn (line 792) | public Criteria andTotalCountIn(List<Double> values) {
      method andTotalCountNotIn (line 797) | public Criteria andTotalCountNotIn(List<Double> values) {
      method andTotalCountBetween (line 802) | public Criteria andTotalCountBetween(Double value1, Double value2) {
      method andTotalCountNotBetween (line 807) | public Criteria andTotalCountNotBetween(Double value1, Double value2) {
      method andColoredFbcIsNull (line 812) | public Criteria andColoredFbcIsNull() {
      method andColoredFbcIsNotNull (line 817) | public Criteria andColoredFbcIsNotNull() {
      method andColoredFbcEqualTo (line 822) | public Criteria andColoredFbcEqualTo(Double value) {
      method andColoredFbcNotEqualTo (line 827) | public Criteria andColoredFbcNotEqualTo(Double value) {
      method andColoredFbcGreaterThan (line 832) | public Criteria andColoredFbcGreaterThan(Double value) {
      method andColoredFbcGreaterThanOrEqualTo (line 837) | public Criteria andColoredFbcGreaterThanOrEqualTo(Double value) {
      method andColoredFbcLessThan (line 842) | public Criteria andColoredFbcLessThan(Double value) {
      method andColoredFbcLessThanOrEqualTo (line 847) | public Criteria andColoredFbcLessThanOrEqualTo(Double value) {
      method andColoredFbcIn (line 852) | public Criteria andColoredFbcIn(List<Double> values) {
      method andColoredFbcNotIn (line 857) | public Criteria andColoredFbcNotIn(List<Double> values) {
      method andColoredFbcBetween (line 862) | public Criteria andColoredFbcBetween(Double value1, Double value2) {
      method andColoredFbcNotBetween (line 867) | public Criteria andColoredFbcNotBetween(Double value1, Double value2) {
      method andExchangeFbcIsNull (line 872) | public Criteria andExchangeFbcIsNull() {
      method andExchangeFbcIsNotNull (line 877) | public Criteria andExchangeFbcIsNotNull() {
      method andExchangeFbcEqualTo (line 882) | public Criteria andExchangeFbcEqualTo(Double value) {
      method andExchangeFbcNotEqualTo (line 887) | public Criteria andExchangeFbcNotEqualTo(Double value) {
      method andExchangeFbcGreaterThan (line 892) | public Criteria andExchangeFbcGreaterThan(Double value) {
      method andExchangeFbcGreaterThanOrEqualTo (line 897) | public Criteria andExchangeFbcGreaterThanOrEqualTo(Double value) {
      method andExchangeFbcLessThan (line 902) | public Criteria andExchangeFbcLessThan(Double value) {
      method andExchangeFbcLessThanOrEqualTo (line 907) | public Criteria andExchangeFbcLessThanOrEqualTo(Double value) {
      method andExchangeFbcIn (line 912) | public Criteria andExchangeFbcIn(List<Double> values) {
      method andExchangeFbcNotIn (line 917) | public Criteria andExchangeFbcNotIn(List<Double> values) {
      method andExchangeFbcBetween (line 922) | public Criteria andExchangeFbcBetween(Double value1, Double value2) {
      method andExchangeFbcNotBetween (line 927) | public Criteria andExchangeFbcNotBetween(Double value1, Double value...
      method andTurnoverCountIsNull (line 932) | public Criteria andTurnoverCountIsNull() {
      method andTurnoverCountIsNotNull (line 937) | public Criteria andTurnoverCountIsNotNull() {
      method andTurnoverCountEqualTo (line 942) | public Criteria andTurnoverCountEqualTo(Double value) {
      method andTurnoverCountNotEqualTo (line 947) | public Criteria andTurnoverCountNotEqualTo(Double value) {
      method andTurnoverCountGreaterThan (line 952) | public Criteria andTurnoverCountGreaterThan(Double value) {
      method andTurnoverCountGreaterThanOrEqualTo (line 957) | public Criteria andTurnoverCountGreaterThanOrEqualTo(Double value) {
      method andTurnoverCountLessThan (line 962) | public Criteria andTurnoverCountLessThan(Double value) {
      method andTurnoverCountLessThanOrEqualTo (line 967) | public Criteria andTurnoverCountLessThanOrEqualTo(Double value) {
      method andTurnoverCountIn (line 972) | public Criteria andTurnoverCountIn(List<Double> values) {
      method andTurnoverCountNotIn (line 977) | public Criteria andTurnoverCountNotIn(List<Double> values) {
      method andTurnoverCountBetween (line 982) | public Criteria andTurnoverCountBetween(Double value1, Double value2) {
      method andTurnoverCountNotBetween (line 987) | public Criteria andTurnoverCountNotBetween(Double value1, Double val...
      method andDateTimeIsNull (line 992) | public Criteria andDateTimeIsNull() {
      method andDateTimeIsNotNull (line 997) | public Criteria andDateTimeIsNotNull() {
      method andDateTimeEqualTo (line 1002) | public Criteria andDateTimeEqualTo(Date value) {
      method andDateTimeNotEqualTo (line 1007) | public Criteria andDateTimeNotEqualTo(Date value) {
      method andDateTimeGreaterThan (line 1012) | public Criteria andDateTimeGreaterThan(Date value) {
      method andDateTimeGreaterThanOrEqualTo (line 1017) | public Criteria andDateTimeGreaterThanOrEqualTo(Date value) {
      method andDateTimeLessThan (line 1022) | public Criteria andDateTimeLessThan(Date value) {
      method andDateTimeLessThanOrEqualTo (line 1027) | public Criteria andDateTimeLessThanOrEqualTo(Date value) {
      method andDateTimeIn (line 1032) | public Criteria andDateTimeIn(List<Date> values) {
      method andDateTimeNotIn (line 1037) | public Criteria andDateTimeNotIn(List<Date> values) {
      method andDateTimeBetween (line 1042) | public Criteria andDateTimeBetween(Date value1, Date value2) {
      method andDateTimeNotBetween (line 1047) | public Criteria andDateTimeNotBetween(Date value1, Date value2) {
      method andFundStatusIsNull (line 1052) | public Criteria andFundStatusIsNull() {
      method andFundStatusIsNotNull (line 1057) | public Criteria andFundStatusIsNotNull() {
      method andFundStatusEqualTo (line 1062) | public Criteria andFundStatusEqualTo(String value) {
      method andFundStatusNotEqualTo (line 1067) | public Criteria andFundStatusNotEqualTo(String value) {
      method andFundStatusGreaterThan (line 1072) | public Criteria andFundStatusGreaterThan(String value) {
      method andFundStatusGreaterThanOrEqualTo (line 1077) | public Criteria andFundStatusGreaterThanOrEqualTo(String value) {
      method andFundStatusLessThan (line 1082) | public Criteria andFundStatusLessThan(String value) {
      method andFundStatusLessThanOrEqualTo (line 1087) | public Criteria andFundStatusLessThanOrEqualTo(String value) {
      method andFundStatusLike (line 1092) | public Criteria andFundStatusLike(String value) {
      method andFundStatusNotLike (line 1097) | public Criteria andFundStatusNotLike(String value) {
      method andFundStatusIn (line 1102) | public Criteria andFundStatusIn(List<String> values) {
      method andFundStatusNotIn (line 1107) | public Criteria andFundStatusNotIn(List<String> values) {
      method andFundStatusBetween (line 1112) | public Criteria andFundStatusBetween(String value1, String value2) {
      method andFundStatusNotBetween (line 1117) | public Criteria andFundStatusNotBetween(String value1, String value2) {
      method andCreatedTimeIsNull (line 1122) | public Criteria andCreatedTimeIsNull() {
      method andCreatedTimeIsNotNull (line 1127) | public Criteria andCreatedTimeIsNotNull() {
      method andCreatedTimeEqualTo (line 1132) | public Criteria andCreatedTimeEqualTo(Date value) {
      method andCreatedTimeNotEqualTo (line 1137) | public Criteria andCreatedTimeNotEqualTo(Date value) {
      method andCreatedTimeGreaterThan (line 1142) | public Criteria andCreatedTimeGreaterThan(Date value) {
      method andCreatedTimeGreaterThanOrEqualTo (line 1147) | public Criteria andCreatedTimeGreaterThanOrEqualTo(Date value) {
      method andCreatedTimeLessThan (line 1152) | public Criteria andCreatedTimeLessThan(Date value) {
      method andCreatedTimeLessThanOrEqualTo (line 1157) | public Criteria andCreatedTimeLessThanOrEqualTo(Date value) {
      method andCreatedTimeIn (line 1162) | public Criteria andCreatedTimeIn(List<Date> values) {
      method andCreatedTimeNotIn (line 1167) | public Criteria andCreatedTimeNotIn(List<Date> values) {
      method andCreatedTimeBetween (line 1172) | public Criteria andCreatedTimeBetween(Date value1, Date value2) {
      method andCreatedTimeNotBetween (line 1177) | public Criteria andCreatedTimeNotBetween(Date value1, Date value2) {
      method andUpdatedTimeIsNull (line 1182) | public Criteria andUpdatedTimeIsNull() {
      method andUpdatedTimeIsNotNull (line 1187) | public Criteria andUpdatedTimeIsNotNull() {
      method andUpdatedTimeEqualTo (line 1192) | public Criteria andUpdatedTimeEqualTo(Date value) {
      method andUpdatedTimeNotEqualTo (line 1197) | public Criteria andUpdatedTimeNotEqualTo(Date value) {
      method andUpdatedTimeGreaterThan (line 1202) | public Criteria andUpdatedTimeGreaterThan(Date value) {
      method andUpdatedTimeGreaterThanOrEqualTo (line 1207) | public Criteria andUpdatedTimeGreaterThanOrEqualTo(Date value) {
      method andUpdatedTimeLessThan (line 1212) | public Criteria andUpdatedTimeLessThan(Date value) {
      method andUpdatedTimeLessThanOrEqualTo (line 1217) | public Criteria andUpdatedTimeLessThanOrEqualTo(Date value) {
      method andUpdatedTimeIn (line 1222) | public Criteria andUpdatedTimeIn(List<Date> values) {
      method andUpdatedTimeNotIn (line 1227) | public Criteria andUpdatedTimeNotIn(List<Date> values) {
      method andUpdatedTimeBetween (line 1232) | public Criteria andUpdatedTimeBetween(Date value1, Date value2) {
      method andUpdatedTimeNotBetween (line 1237) | public Criteria andUpdatedTimeNotBetween(Date value1, Date value2) {
      method andReserved1IsNull (line 1242) | public Criteria andReserved1IsNull() {
      method andReserved1IsNotNull (line 1247) | public Criteria andReserved1IsNotNull() {
      method andReserved1EqualTo (line 1252) | public Criteria andReserved1EqualTo(String value) {
      method andReserved1NotEqualTo (line 1257) | public Criteria andReserved1NotEqualTo(String value) {
      method andReserved1GreaterThan (line 1262) | public Criteria andReserved1GreaterThan(String value) {
      method andReserved1GreaterThanOrEqualTo (line 1267) | public Criteria andReserved1GreaterThanOrEqualTo(String value) {
      method andReserved1LessThan (line 1272) | public Criteria andReserved1LessThan(String value) {
      method andReserved1LessThanOrEqualTo (line 1277) | public Criteria andReserved1LessThanOrEqualTo(String value) {
      method andReserved1Like (line 1282) | public Criteria andReserved1Like(String value) {
      method andReserved1NotLike (line 1287) | public Criteria andReserved1NotLike(String value) {
      method andReserved1In (line 1292) | public Criteria andReserved1In(List<String> values) {
      method andReserved1NotIn (line 1297) | public Criteria andReserved1NotIn(List<String> values) {
      method andReserved1Between (line 1302) | public Criteria andReserved1Between(String value1, String value2) {
      method andReserved1NotBetween (line 1307) | public Criteria andReserved1NotBetween(String value1, String value2) {
      method andReserved2IsNull (line 1312) | public Criteria andReserved2IsNull() {
      method andReserved2IsNotNull (line 1317) | public Criteria andReserved2IsNotNull() {
      method andReserved2EqualTo (line 1322) | public Criteria andReserved2EqualTo(String value) {
      method andReserved2NotEqualTo (line 1327) | public Criteria andReserved2NotEqualTo(String value) {
      method andReserved2GreaterThan (line 1332) | public Criteria andReserved2GreaterThan(String value) {
      method andReserved2GreaterThanOrEqualTo (line 1337) | public Criteria andReserved2GreaterThanOrEqualTo(String value) {
      method andReserved2LessThan (line 1342) | public Criteria andReserved2LessThan(String value) {
      method andReserved2LessThanOrEqualTo (line 1347) | public Criteria andReserved2LessThanOrEqualTo(String value) {
      method andReserved2Like (line 1352) | public Criteria andReserved2Like(String value) {
      method andReserved2NotLike (line 1357) | public Criteria andReserved2NotLike(String value) {
      method andReserved2In (line 1362) | public Criteria andReserved2In(List<String> values) {
      method andReserved2NotIn (line 1367) | public Criteria andReserved2NotIn(List<String> values) {
      method andReserved2Between (line 1372) | public Criteria andReserved2Between(String value1, String value2) {
      method andReserved2NotBetween (line 1377) | public Criteria andReserved2NotBetween(String value1, String value2) {
      method andFundIdLikeInsensitive (line 1382) | public Criteria andFundIdLikeInsensitive(String value) {
      method andUserIdLikeInsensitive (line 1387) | public Criteria andUserIdLikeInsensitive(String value) {
      method andDmtCnameLikeInsensitive (line 1392) | public Criteria andDmtCnameLikeInsensitive(String value) {
      method andDmtEnameLikeInsensitive (line 1397) | public Criteria andDmtEnameLikeInsensitive(String value) {
      method andGenisAddrLikeInsensitive (line 1402) | public Criteria andGenisAddrLikeInsensitive(String value) {
      method andGenisOrgIdLikeInsensitive (line 1407) | public Criteria andGenisOrgIdLikeInsensitive(String value) {
      method andFundStatusLikeInsensitive (line 1412) | public Criteria andFundStatusLikeInsensitive(String value) {
      method andReserved1LikeInsensitive (line 1417) | public Criteria andReserved1LikeInsensitive(String value) {
      method andReserved2LikeInsensitive (line 1422) | public Criteria andReserved2LikeInsensitive(String value) {
    class Criteria (line 1434) | public static class Criteria extends GeneratedCriteria {
      method Criteria (line 1436) | public Criteria() {
    class Criterion (line 1447) | @Data
      method getCondition (line 1466) | public String getCondition() {
      method getValue (line 1470) | public Object getValue() {
      method getSecondValue (line 1474) | public Object getSecondValue() {
      method isNoValue (line 1478) | public boolean isNoValue() {
      method isSingleValue (line 1482) | public boolean isSingleValue() {
      method isBetweenValue (line 1486) | public boolean isBetweenValue() {
      method isListValue (line 1490) | public boolean isListValue() {
      method getTypeHandler (line 1494) | public String getTypeHandler() {
      method Criterion (line 1498) | public Criterion(String condition) {
      method Criterion (line 1505) | public Criterion(String condition, Object value, String typeHandler) {
      method Criterion (line 1517) | public Criterion(String condition, Object value) {
      method Criterion (line 1521) | public Criterion(String condition, Object value, Object secondValue,...
      method Criterion (line 1530) | public Criterion(String condition, Object value, Object secondValue) {

FILE: src/gens/java/org/fc/wlt/ordbgens/wlt/entity/WLTFundKey.java
  class WLTFundKey (line 7) | @AllArgsConstructor
    method getFundId (line 26) | public String getFundId() {
    method setFundId (line 38) | public void setFundId(String fundId) {
    method equals (line 48) | @Override
    method hashCode (line 69) | @Override
    method toString (line 83) | @Override

FILE: src/gens/java/org/fc/wlt/ordbgens/wlt/entity/WLTPend.java
  class WLTPend (line 9) | @Tab(name="WLT_PEND")
    method getBsCode (line 133) | public String getBsCode() {
    method setBsCode (line 145) | public void setBsCode(String bsCode) {
    method getUserId (line 157) | public String getUserId() {
    method setUserId (line 169) | public void setUserId(String userId) {
    method getSourceAssetId (line 181) | public String getSourceAssetId() {
    method setSourceAssetId (line 193) | public void setSourceAssetId(String sourceAssetId) {
    method getSourceAmount (line 205) | public Double getSourceAmount() {
    method setSourceAmount (line 217) | public void setSourceAmount(Double sourceAmount) {
    method getTargetFundId (line 229) | public String getTargetFundId() {
    method setTargetFundId (line 241) | public void setTargetFundId(String targetFundId) {
    method getTargetAmount (line 253) | public Double getTargetAmount() {
    method setTargetAmount (line 265) | public void setTargetAmount(Double targetAmount) {
    method getPendType (line 277) | public String getPendType() {
    method setPendType (line 289) | public void setPendType(String pendType) {
    method getAutoCommit (line 301) | public String getAutoCommit() {
    method setAutoCommit (line 313) | public void setAutoCommit(String autoCommit) {
    method getTotalFee (line 325) | public Double getTotalFee() {
    method setTotalFee (line 337) | public void setTotalFee(Double totalFee) {
    method getPendStatus (line 349) | public String getPendStatus() {
    method setPendStatus (line 361) | public void setPendStatus(String pendStatus) {
    method getCreatedTime (line 373) | public Date getCreatedTime() {
    method setCreatedTime (line 385) | public void setCreatedTime(Date createdTime) {
    method getUpdatedTime (line 397) | public Date getUpdatedTime() {
    method setUpdatedTime (line 409) | public void setUpdatedTime(Date updatedTime) {
    method getReserved1 (line 421) | public String getReserved1() {
    method setReserved1 (line 433) | public void setReserved1(String reserved1) {
    method getReserved2 (line 445) | public String getReserved2() {
    method setReserved2 (line 457) | public void setReserved2(String reserved2) {
    method equals (line 467) | @Override
    method hashCode (line 502) | @Override
    method toString (line 530) | @Override

FILE: src/gens/java/org/fc/wlt/ordbgens/wlt/entity/WLTPendExample.java
  class WLTPendExample (line 9) | @Data
    method WLTPendExample (line 55) | public WLTPendExample() {
    method setOrderByClause (line 67) | public void setOrderByClause(String orderByClause) {
    method getOrderByClause (line 77) | public String getOrderByClause() {
    method setDistinct (line 87) | public void setDistinct(boolean distinct) {
    method isDistinct (line 97) | public boolean isDistinct() {
    method getOredCriteria (line 107) | public List<Criteria> getOredCriteria() {
    method or (line 117) | public void or(Criteria criteria) {
    method or (line 127) | public Criteria or() {
    method createCriteria (line 139) | public Criteria createCriteria() {
    method createCriteriaInternal (line 153) | protected Criteria createCriteriaInternal() {
    method clear (line 164) | public void clear() {
    method setOffset (line 176) | public void setOffset(int offset) {
    method getOffset (line 180) | public int getOffset() {
    method setLimit (line 184) | public void setLimit(int limit) {
    method getLimit (line 188) | public int getLimit() {
    method setSumCol (line 192) | public void setSumCol(String sumCol) {
    method getSumCol (line 196) | public String getSumCol() {
    method setGroupSelClause (line 200) | public void setGroupSelClause(String groupSelClause) {
    method getGroupSelClause (line 204) | public String getGroupSelClause() {
    method setForUpdate (line 208) | public void setForUpdate(boolean forUpdate) {
    method isForUpdate (line 212) | public boolean isForUpdate() {
    method setGroupByClause (line 216) | public void setGroupByClause(String groupByClause) {
    method getGroupByClause (line 220) | public String getGroupByClause() {
    class GeneratedCriteria (line 230) | @Data
      method GeneratedCriteria (line 234) | public GeneratedCriteria() {
      method isValid (line 239) | public boolean isValid() {
      method getAllCriteria (line 243) | public List<Criterion> getAllCriteria() {
      method getCriteria (line 247) | public List<Criterion> getCriteria() {
      method addCriterion (line 251) | public void addCriterion(String condition) {
      method addCriterion (line 258) | public void addCriterion(String condition, Object value, String prop...
      method addCriterion (line 265) | public void addCriterion(String condition, Object value1, Object val...
      method andPendIdIsNull (line 272) | public Criteria andPendIdIsNull() {
      method andPendIdIsNotNull (line 277) | public Criteria andPendIdIsNotNull() {
      method andPendIdEqualTo (line 282) | public Criteria andPendIdEqualTo(String value) {
      method andPendIdNotEqualTo (line 287) | public Criteria andPendIdNotEqualTo(String value) {
      method andPendIdGreaterThan (line 292) | public Criteria andPendIdGreaterThan(String value) {
      method andPendIdGreaterThanOrEqualTo (line 297) | public Criteria andPendIdGreaterThanOrEqualTo(String value) {
      method andPendIdLessThan (line 302) | public Criteria andPendIdLessThan(String value) {
      method andPendIdLessThanOrEqualTo (line 307) | public Criteria andPendIdLessThanOrEqualTo(String value) {
      method andPendIdLike (line 312) | public Criteria andPendIdLike(String value) {
      method andPendIdNotLike (line 317) | public Criteria andPendIdNotLike(String value) {
      method andPendIdIn (line 322) | public Criteria andPendIdIn(List<String> values) {
      method andPendIdNotIn (line 327) | public Criteria andPendIdNotIn(List<String> values) {
      method andPendIdBetween (line 332) | public Criteria andPendIdBetween(String value1, String value2) {
      method andPendIdNotBetween (line 337) | public Criteria andPendIdNotBetween(String value1, String value2) {
      method andBsCodeIsNull (line 342) | public Criteria andBsCodeIsNull() {
      method andBsCodeIsNotNull (line 347) | public Criteria andBsCodeIsNotNull() {
      method andBsCodeEqualTo (line 352) | public Criteria andBsCodeEqualTo(String value) {
      method andBsCodeNotEqualTo (line 357) | public Criteria andBsCodeNotEqualTo(String value) {
      method andBsCodeGreaterThan (line 362) | public Criteria andBsCodeGreaterThan(String value) {
      method andBsCodeGreaterThanOrEqualTo (line 367) | public Criteria andBsCodeGreaterThanOrEqualTo(String value) {
      method andBsCodeLessThan (line 372) | public Criteria andBsCodeLessThan(String value) {
      method andBsCodeLessThanOrEqualTo (line 377) | public Criteria andBsCodeLessThanOrEqualTo(String value) {
      method andBsCodeLike (line 382) | public Criteria andBsCodeLike(String value) {
      method andBsCodeNotLike (line 387) | public Criteria andBsCodeNotLike(String value) {
      method andBsCodeIn (line 392) | public Criteria andBsCodeIn(List<String> values) {
      method andBsCodeNotIn (line 397) | public Criteria andBsCodeNotIn(List<String> values) {
      method andBsCodeBetween (line 402) | public Criteria andBsCodeBetween(String value1, String value2) {
      method andBsCodeNotBetween (line 407) | public Criteria andBsCodeNotBetween(String value1, String value2) {
      method andUserIdIsNull (line 412) | public Criteria andUserIdIsNull() {
      method andUserIdIsNotNull (line 417) | public Criteria andUserIdIsNotNull() {
      method andUserIdEqualTo (line 422) | public Criteria andUserIdEqualTo(String value) {
      method andUserIdNotEqualTo (line 427) | public Criteria andUserIdNotEqualTo(String value) {
      method andUserIdGreaterThan (line 432) | public Criteria andUserIdGreaterThan(String value) {
      method andUserIdGreaterThanOrEqualTo (line 437) | public Criteria andUserIdGreaterThanOrEqualTo(String value) {
      method andUserIdLessThan (line 442) | public Criteria andUserIdLessThan(String value) {
      method andUserIdLessThanOrEqualTo (line 447) | public Criteria andUserIdLessThanOrEqualTo(String value) {
      method andUserIdLike (line 452) | public Criteria andUserIdLike(String value) {
      method andUserIdNotLike (line 457) | public Criteria andUserIdNotLike(String value) {
      method andUserIdIn (line 462) | public Criteria andUserIdIn(List<String> values) {
      method andUserIdNotIn (line 467) | public Criteria andUserIdNotIn(List<String> values) {
      method andUserIdBetween (line 472) | public Criteria andUserIdBetween(String value1, String value2) {
      method andUserIdNotBetween (line 477) | public Criteria andUserIdNotBetween(String value1, String value2) {
      method andSourceAssetIdIsNull (line 482) | public Criteria andSourceAssetIdIsNull() {
      method andSourceAssetIdIsNotNull (line 487) | public Criteria andSourceAssetIdIsNotNull() {
      method andSourceAssetIdEqualTo (line 492) | public Criteria andSourceAssetIdEqualTo(String value) {
      method andSourceAssetIdNotEqualTo (line 497) | public Criteria andSourceAssetIdNotEqualTo(String value) {
      method andSourceAssetIdGreaterThan (line 502) | public Criteria andSourceAssetIdGreaterThan(String value) {
      method andSourceAssetIdGreaterThanOrEqualTo (line 507) | public Criteria andSourceAssetIdGreaterThanOrEqualTo(String value) {
      method andSourceAssetIdLessThan (line 512) | public Criteria andSourceAssetIdLessThan(String value) {
      method andSourceAssetIdLessThanOrEqualTo (line 517) | public Criteria andSourceAssetIdLessThanOrEqualTo(String value) {
      method andSourceAssetIdLike (line 522) | public Criteria andSourceAssetIdLike(String value) {
      method andSourceAssetIdNotLike (line 527) | public Criteria andSourceAssetIdNotLike(String value) {
      method andSourceAssetIdIn (line 532) | public Criteria andSourceAssetIdIn(List<String> values) {
      method andSourceAssetIdNotIn (line 537) | public Criteria andSourceAssetIdNotIn(List<String> values) {
      method andSourceAssetIdBetween (line 542) | public Criteria andSourceAssetIdBetween(String value1, String value2) {
      method andSourceAssetIdNotBetween (line 547) | public Criteria andSourceAssetIdNotBetween(String value1, String val...
      method andSourceAmountIsNull (line 552) | public Criteria andSourceAmountIsNull() {
      method andSourceAmountIsNotNull (line 557) | public Criteria andSourceAmountIsNotNull() {
      method andSourceAmountEqualTo (line 562) | public Criteria andSourceAmountEqualTo(Double value) {
      method andSourceAmountNotEqualTo (line 567) | public Criteria andSourceAmountNotEqualTo(Double value) {
      method andSourceAmountGreaterThan (line 572) | public Criteria andSourceAmountGreaterThan(Double value) {
      method andSourceAmountGreaterThanOrEqualTo (line 577) | public Criteria andSourceAmountGreaterThanOrEqualTo(Double value) {
      method andSourceAmountLessThan (line 582) | public Criteria andSourceAmountLessThan(Double value) {
      method andSourceAmountLessThanOrEqualTo (line 587) | public Criteria andSourceAmountLessThanOrEqualTo(Double value) {
      method andSourceAmountIn (line 592) | public Criteria andSourceAmountIn(List<Double> values) {
      method andSourceAmountNotIn (line 597) | public Criteria andSourceAmountNotIn(List<Double> values) {
      method andSourceAmountBetween (line 602) | public Criteria andSourceAmountBetween(Double value1, Double value2) {
      method andSourceAmountNotBetween (line 607) | public Criteria andSourceAmountNotBetween(Double value1, Double valu...
      method andTargetFundIdIsNull (line 612) | public Criteria andTargetFundIdIsNull() {
      method andTargetFundIdIsNotNull (line 617) | public Criteria andTargetFundIdIsNotNull() {
      method andTargetFundIdEqualTo (line 622) | public Criteria andTargetFundIdEqualTo(String value) {
      method andTargetFundIdNotEqualTo (line 627) | public Criteria andTargetFundIdNotEqualTo(String value) {
      method andTargetFundIdGreaterThan (line 632) | public Criteria andTargetFundIdGreaterThan(String value) {
      method andTargetFundIdGreaterThanOrEqualTo (line 637) | public Criteria andTargetFundIdGreaterThanOrEqualTo(String value) {
      method andTargetFundIdLessThan (line 642) | public Criteria andTargetFundIdLessThan(String value) {
      method andTargetFundIdLessThanOrEqualTo (line 647) | public Criteria andTargetFundIdLessThanOrEqualTo(String value) {
      method andTargetFundIdLike (line 652) | public Criteria andTargetFundIdLike(String value) {
      method andTargetFundIdNotLike (line 657) | public Criteria andTargetFundIdNotLike(String value) {
      method andTargetFundIdIn (line 662) | public Criteria andTargetFundIdIn(List<String> values) {
      method andTargetFundIdNotIn (line 667) | public Criteria andTargetFundIdNotIn(List<String> values) {
      method andTargetFundIdBetween (line 672) | public Criteria andTargetFundIdBetween(String value1, String value2) {
      method andTargetFundIdNotBetween (line 677) | public Criteria andTargetFundIdNotBetween(String value1, String valu...
      method andTargetAmountIsNull (line 682) | public Criteria andTargetAmountIsNull() {
      method andTargetAmountIsNotNull (line 687) | public Criteria andTargetAmountIsNotNull() {
      method andTargetAmountEqualTo (line 692) | public Criteria andTargetAmountEqualTo(Double value) {
      method andTargetAmountNotEqualTo (line 697) | public Criteria andTargetAmountNotEqualTo(Double value) {
      method andTargetAmountGreaterThan (line 702) | public Criteria andTargetAmountGreaterThan(Double value) {
      method andTargetAmountGreaterThanOrEqualTo (line 707) | public Criteria andTargetAmountGreaterThanOrEqualTo(Double value) {
      method andTargetAmountLessThan (line 712) | public Criteria andTargetAmountLessThan(Double value) {
      method andTargetAmountLessThanOrEqualTo (line 717) | public Criteria andTargetAmountLessThanOrEqualTo(Double value) {
      method andTargetAmountIn (line 722) | public Criteria andTargetAmountIn(List<Double> values) {
      method andTargetAmountNotIn (line 727) | public Criteria andTargetAmountNotIn(List<Double> values) {
      method andTargetAmountBetween (line 732) | public Criteria andTargetAmountBetween(Double value1, Double value2) {
      method andTargetAmountNotBetween (line 737) | public Criteria andTargetAmountNotBetween(Double value1, Double valu...
      method andPendTypeIsNull (line 742) | public Criteria andPendTypeIsNull() {
      method andPendTypeIsNotNull (line 747) | public Criteria andPendTypeIsNotNull() {
      method andPendTypeEqualTo (line 752) | public Criteria andPendTypeEqualTo(String value) {
      method andPendTypeNotEqualTo (line 757) | public Criteria andPendTypeNotEqualTo(String value) {
      method andPendTypeGreaterThan (line 762) | public Criteria andPendTypeGreaterThan(String value) {
      method andPendTypeGreaterThanOrEqualTo (line 767) | public Criteria andPendTypeGreaterThanOrEqualTo(String value) {
      method andPendTypeLessThan (line 772) | public Criteria andPendTypeLessThan(String value) {
      method andPendTypeLessThanOrEqualTo (line 777) | public Criteria andPendTypeLessThanOrEqualTo(String value) {
      method andPendTypeLike (line 782) | public Criteria andPendTypeLike(String value) {
      method andPendTypeNotLike (line 787) | public Criteria andPendTypeNotLike(String value) {
      method andPendTypeIn (line 792) | public Criteria andPendTypeIn(List<String> values) {
      method andPendTypeNotIn (line 797) | public Criteria andPendTypeNotIn(List<String> values) {
      method andPendTypeBetween (line 802) | public Criteria andPendTypeBetween(String value1, String value2) {
      method andPendTypeNotBetween (line 807) | public Criteria andPendTypeNotBetween(String value1, String value2) {
      method andAutoCommitIsNull (line 812) | public Criteria andAutoCommitIsNull() {
      method andAutoCommitIsNotNull (line 817) | public Criteria andAutoCommitIsNotNull() {
      method andAutoCommitEqualTo (line 822) | public Criteria andAutoCommitEqualTo(String value) {
      method andAutoCommitNotEqualTo (line 827) | public Criteria andAutoCommitNotEqualTo(String value) {
      method andAutoCommitGreaterThan (line 832) | public Criteria andAutoCommitGreaterThan(String value) {
      method andAutoCommitGreaterThanOrEqualTo (line 837) | public Criteria andAutoCommitGreaterThanOrEqualTo(String value) {
      method andAutoCommitLessThan (line 842) | public Criteria andAutoCommitLessThan(String value) {
      method andAutoCommitLessThanOrEqualTo (line 847) | public Criteria andAutoCommitLessThanOrEqualTo(String value) {
      method andAutoCommitLike (line 852) | public Criteria andAutoCommitLike(String value) {
      method andAutoCommitNotLike (line 857) | public Criteria andAutoCommitNotLike(String value) {
      method andAutoCommitIn (line 862) | public Criteria andAutoCommitIn(List<String> values) {
      method andAutoCommitNotIn (line 867) | public Criteria andAutoCommitNotIn(List<String> values) {
      method andAutoCommitBetween (line 872) | public Criteria andAutoCommitBetween(String value1, String value2) {
      method andAutoCommitNotBetween (line 877) | public Criteria andAutoCommitNotBetween(String value1, String value2) {
      method andTotalFeeIsNull (line 882) | public Criteria andTotalFeeIsNull() {
      method andTotalFeeIsNotNull (line 887) | public Criteria andTotalFeeIsNotNull() {
      method andTotalFeeEqualTo (line 892) | public Criteria andTotalFeeEqualTo(Double value) {
      method andTotalFeeNotEqualTo (line 897) | public Criteria andTotalFeeNotEqualTo(Double value) {
      method andTotalFeeGreaterThan (line 902) | public Criteria andTotalFeeGreaterThan(Double value) {
      method andTotalFeeGreaterThanOrEqualTo (line 907) | public Criteria andTotalFeeGreaterThanOrEqualTo(Double value) {
      method andTotalFeeLessThan (line 912) | public Criteria andTotalFeeLessThan(Double value) {
      method andTotalFeeLessThanOrEqualTo (line 917) | public Criteria andTotalFeeLessThanOrEqualTo(Double value) {
      method andTotalFeeIn (line 922) | public Criteria andTotalFeeIn(List<Double> values) {
      method andTotalFeeNotIn (line 927) | public Criteria andTotalFeeNotIn(List<Double> values) {
      method andTotalFeeBetween (line 932) | public Criteria andTotalFeeBetween(Double value1, Double value2) {
      method andTotalFeeNotBetween (line 937) | public Criteria andTotalFeeNotBetween(Double value1, Double value2) {
      method andPendStatusIsNull (line 942) | public Criteria andPendStatusIsNull() {
      method andPendStatusIsNotNull (line 947) | public Criteria andPendStatusIsNotNull() {
      method andPendStatusEqualTo (line 952) | public Criteria andPendStatusEqualTo(String value) {
      method andPendStatusNotEqualTo (line 957) | public Criteria andPendStatusNotEqualTo(String value) {
      method andPendStatusGreaterThan (line 962) | public Criteria andPendStatusGreaterThan(String value) {
      method andPendStatusGreaterThanOrEqualTo (line 967) | public Criteria andPendStatusGreaterThanOrEqualTo(String value) {
      method andPendStatusLessThan (line 972) | public Criteria andPendStatusLessThan(String value) {
      method andPendStatusLessThanOrEqualTo (line 977) | public Criteria andPendStatusLessThanOrEqualTo(String value) {
      method andPendStatusLike (line 982) | public Criteria andPendStatusLike(String value) {
      method andPendStatusNotLike (line 987) | public Criteria andPendStatusNotLike(String value) {
      method andPendStatusIn (line 992) | public Criteria andPendStatusIn(List<String> values) {
      method andPendStatusNotIn (line 997) | public Criteria andPendStatusNotIn(List<String> values) {
      method andPendStatusBetween (line 1002) | public Criteria andPendStatusBetween(String value1, String value2) {
      method andPendStatusNotBetween (line 1007) | public Criteria andPendStatusNotBetween(String value1, String value2) {
      method andCreatedTimeIsNull (line 1012) | public Criteria andCreatedTimeIsNull() {
      method andCreatedTimeIsNotNull (line 1017) | pub
Condensed preview — 112 files, each showing path, character count, and a content snippet. Download the .json file or copy for the full structured content (1,342K chars).
[
  {
    "path": ".gitignore",
    "chars": 589,
    "preview": "# Logs\nlogs\n*.log\n\n# Runtime data\npids\n*.pid\n*.seed\n\n# Directory for instrumented libs generated by jscoverage/JSCover\nl"
  },
  {
    "path": "build.gradle",
    "chars": 704,
    "preview": "buildscript { \n\tdependencies { \n\t\tclasspath \"onight.osgi:zpp-gradle:3.0.0\" \n\t\tclasspath \"commons-fileupload:commons-file"
  },
  {
    "path": "gradle.properties",
    "chars": 158,
    "preview": "obr_host=http://dev.hzq:8081/nexus/content/repositories/fclocal/\r\nobr_usr=admin\r\nobr_pwd=admin123\r\n\r\n\r\nrepos_host=http:/"
  },
  {
    "path": "settings.gradle",
    "chars": 583,
    "preview": "/*\n * This settings file was generated by the Gradle 'init' task.\n *\n * The settings file is used to specify which proje"
  },
  {
    "path": "src/gens/java/org/fc/wlt/ordbgens/wlt/dao/WLTAddrDao.java",
    "chars": 9315,
    "preview": "package org.fc.wlt.ordbgens.wlt.dao;\n\nimport java.sql.Connection;\nimport java.sql.SQLException;\nimport java.sql.Prepared"
  },
  {
    "path": "src/gens/java/org/fc/wlt/ordbgens/wlt/dao/WLTAssetDao.java",
    "chars": 11994,
    "preview": "package org.fc.wlt.ordbgens.wlt.dao;\n\nimport java.sql.Connection;\nimport java.sql.SQLException;\nimport java.sql.Prepared"
  },
  {
    "path": "src/gens/java/org/fc/wlt/ordbgens/wlt/dao/WLTCertOrgDao.java",
    "chars": 12339,
    "preview": "package org.fc.wlt.ordbgens.wlt.dao;\n\nimport java.sql.Connection;\nimport java.sql.SQLException;\nimport java.sql.Prepared"
  },
  {
    "path": "src/gens/java/org/fc/wlt/ordbgens/wlt/dao/WLTCertPerDao.java",
    "chars": 9785,
    "preview": "package org.fc.wlt.ordbgens.wlt.dao;\n\nimport java.sql.Connection;\nimport java.sql.SQLException;\nimport java.sql.Prepared"
  },
  {
    "path": "src/gens/java/org/fc/wlt/ordbgens/wlt/dao/WLTFileDao.java",
    "chars": 8935,
    "preview": "package org.fc.wlt.ordbgens.wlt.dao;\n\nimport java.sql.Connection;\nimport java.sql.SQLException;\nimport java.sql.Prepared"
  },
  {
    "path": "src/gens/java/org/fc/wlt/ordbgens/wlt/dao/WLTFundDao.java",
    "chars": 11618,
    "preview": "package org.fc.wlt.ordbgens.wlt.dao;\n\nimport java.sql.Connection;\nimport java.sql.SQLException;\nimport java.sql.Prepared"
  },
  {
    "path": "src/gens/java/org/fc/wlt/ordbgens/wlt/dao/WLTPendDao.java",
    "chars": 10690,
    "preview": "package org.fc.wlt.ordbgens.wlt.dao;\n\nimport java.sql.Connection;\nimport java.sql.SQLException;\nimport java.sql.Prepared"
  },
  {
    "path": "src/gens/java/org/fc/wlt/ordbgens/wlt/dao/WLTTransferDao.java",
    "chars": 11728,
    "preview": "package org.fc.wlt.ordbgens.wlt.dao;\n\nimport java.sql.Connection;\nimport java.sql.SQLException;\nimport java.sql.Prepared"
  },
  {
    "path": "src/gens/java/org/fc/wlt/ordbgens/wlt/dao/WLTUserDao.java",
    "chars": 9320,
    "preview": "package org.fc.wlt.ordbgens.wlt.dao;\n\nimport java.sql.Connection;\nimport java.sql.SQLException;\nimport java.sql.Prepared"
  },
  {
    "path": "src/gens/java/org/fc/wlt/ordbgens/wlt/entity/WLTAddr.java",
    "chars": 13888,
    "preview": "package org.fc.wlt.ordbgens.wlt.entity;\n\nimport java.util.Date;\nimport lombok.AllArgsConstructor;\nimport lombok.NoArgsCo"
  },
  {
    "path": "src/gens/java/org/fc/wlt/ordbgens/wlt/entity/WLTAddrExample.java",
    "chars": 37846,
    "preview": "package org.fc.wlt.ordbgens.wlt.entity;\n\nimport java.util.ArrayList;\nimport java.util.Date;\nimport java.util.List;\nimpor"
  },
  {
    "path": "src/gens/java/org/fc/wlt/ordbgens/wlt/entity/WLTAddrKey.java",
    "chars": 2647,
    "preview": "package org.fc.wlt.ordbgens.wlt.entity;\n\nimport lombok.AllArgsConstructor;\nimport lombok.NoArgsConstructor;\nimport onigh"
  },
  {
    "path": "src/gens/java/org/fc/wlt/ordbgens/wlt/entity/WLTAsset.java",
    "chars": 23424,
    "preview": "package org.fc.wlt.ordbgens.wlt.entity;\n\nimport java.util.Date;\nimport lombok.AllArgsConstructor;\nimport lombok.NoArgsCo"
  },
  {
    "path": "src/gens/java/org/fc/wlt/ordbgens/wlt/entity/WLTAssetExample.java",
    "chars": 57669,
    "preview": "package org.fc.wlt.ordbgens.wlt.entity;\n\nimport java.util.ArrayList;\nimport java.util.Date;\nimport java.util.List;\nimpor"
  },
  {
    "path": "src/gens/java/org/fc/wlt/ordbgens/wlt/entity/WLTAssetKey.java",
    "chars": 2679,
    "preview": "package org.fc.wlt.ordbgens.wlt.entity;\n\nimport lombok.AllArgsConstructor;\nimport lombok.NoArgsConstructor;\nimport onigh"
  },
  {
    "path": "src/gens/java/org/fc/wlt/ordbgens/wlt/entity/WLTCertOrg.java",
    "chars": 24669,
    "preview": "package org.fc.wlt.ordbgens.wlt.entity;\n\nimport java.util.Date;\nimport lombok.AllArgsConstructor;\nimport lombok.NoArgsCo"
  },
  {
    "path": "src/gens/java/org/fc/wlt/ordbgens/wlt/entity/WLTCertOrgExample.java",
    "chars": 60833,
    "preview": "package org.fc.wlt.ordbgens.wlt.entity;\n\nimport java.util.ArrayList;\nimport java.util.Date;\nimport java.util.List;\nimpor"
  },
  {
    "path": "src/gens/java/org/fc/wlt/ordbgens/wlt/entity/WLTCertOrgKey.java",
    "chars": 2667,
    "preview": "package org.fc.wlt.ordbgens.wlt.entity;\n\nimport lombok.AllArgsConstructor;\nimport lombok.NoArgsConstructor;\nimport onigh"
  },
  {
    "path": "src/gens/java/org/fc/wlt/ordbgens/wlt/entity/WLTCertPer.java",
    "chars": 15322,
    "preview": "package org.fc.wlt.ordbgens.wlt.entity;\n\nimport java.util.Date;\nimport lombok.AllArgsConstructor;\nimport lombok.NoArgsCo"
  },
  {
    "path": "src/gens/java/org/fc/wlt/ordbgens/wlt/entity/WLTCertPerExample.java",
    "chars": 40524,
    "preview": "package org.fc.wlt.ordbgens.wlt.entity;\n\nimport java.util.ArrayList;\nimport java.util.Date;\nimport java.util.List;\nimpor"
  },
  {
    "path": "src/gens/java/org/fc/wlt/ordbgens/wlt/entity/WLTCertPerKey.java",
    "chars": 2667,
    "preview": "package org.fc.wlt.ordbgens.wlt.entity;\n\nimport lombok.AllArgsConstructor;\nimport lombok.NoArgsConstructor;\nimport onigh"
  },
  {
    "path": "src/gens/java/org/fc/wlt/ordbgens/wlt/entity/WLTFile.java",
    "chars": 12517,
    "preview": "package org.fc.wlt.ordbgens.wlt.entity;\n\nimport java.util.Date;\nimport lombok.AllArgsConstructor;\nimport lombok.NoArgsCo"
  },
  {
    "path": "src/gens/java/org/fc/wlt/ordbgens/wlt/entity/WLTFileExample.java",
    "chars": 34305,
    "preview": "package org.fc.wlt.ordbgens.wlt.entity;\n\nimport java.util.ArrayList;\nimport java.util.Date;\nimport java.util.List;\nimpor"
  },
  {
    "path": "src/gens/java/org/fc/wlt/ordbgens/wlt/entity/WLTFileKey.java",
    "chars": 2647,
    "preview": "package org.fc.wlt.ordbgens.wlt.entity;\n\nimport lombok.AllArgsConstructor;\nimport lombok.NoArgsConstructor;\nimport onigh"
  },
  {
    "path": "src/gens/java/org/fc/wlt/ordbgens/wlt/entity/WLTFund.java",
    "chars": 21196,
    "preview": "package org.fc.wlt.ordbgens.wlt.entity;\n\nimport java.util.Date;\nimport lombok.AllArgsConstructor;\nimport lombok.NoArgsCo"
  },
  {
    "path": "src/gens/java/org/fc/wlt/ordbgens/wlt/entity/WLTFundExample.java",
    "chars": 50584,
    "preview": "package org.fc.wlt.ordbgens.wlt.entity;\n\nimport java.util.ArrayList;\nimport java.util.Date;\nimport java.util.List;\nimpor"
  },
  {
    "path": "src/gens/java/org/fc/wlt/ordbgens/wlt/entity/WLTFundKey.java",
    "chars": 2647,
    "preview": "package org.fc.wlt.ordbgens.wlt.entity;\n\nimport lombok.AllArgsConstructor;\nimport lombok.NoArgsConstructor;\nimport onigh"
  },
  {
    "path": "src/gens/java/org/fc/wlt/ordbgens/wlt/entity/WLTPend.java",
    "chars": 18811,
    "preview": "package org.fc.wlt.ordbgens.wlt.entity;\n\nimport java.util.Date;\nimport lombok.AllArgsConstructor;\nimport lombok.NoArgsCo"
  },
  {
    "path": "src/gens/java/org/fc/wlt/ordbgens/wlt/entity/WLTPendExample.java",
    "chars": 47016,
    "preview": "package org.fc.wlt.ordbgens.wlt.entity;\n\nimport java.util.ArrayList;\nimport java.util.Date;\nimport java.util.List;\nimpor"
  },
  {
    "path": "src/gens/java/org/fc/wlt/ordbgens/wlt/entity/WLTPendKey.java",
    "chars": 2647,
    "preview": "package org.fc.wlt.ordbgens.wlt.entity;\n\nimport lombok.AllArgsConstructor;\nimport lombok.NoArgsConstructor;\nimport onigh"
  },
  {
    "path": "src/gens/java/org/fc/wlt/ordbgens/wlt/entity/WLTTransfer.java",
    "chars": 22138,
    "preview": "package org.fc.wlt.ordbgens.wlt.entity;\n\nimport java.util.Date;\nimport lombok.AllArgsConstructor;\nimport lombok.NoArgsCo"
  },
  {
    "path": "src/gens/java/org/fc/wlt/ordbgens/wlt/entity/WLTTransferExample.java",
    "chars": 53719,
    "preview": "package org.fc.wlt.ordbgens.wlt.entity;\n\nimport java.util.ArrayList;\nimport java.util.Date;\nimport java.util.List;\nimpor"
  },
  {
    "path": "src/gens/java/org/fc/wlt/ordbgens/wlt/entity/WLTTransferKey.java",
    "chars": 2775,
    "preview": "package org.fc.wlt.ordbgens.wlt.entity;\n\nimport lombok.AllArgsConstructor;\nimport lombok.NoArgsConstructor;\nimport onigh"
  },
  {
    "path": "src/gens/java/org/fc/wlt/ordbgens/wlt/entity/WLTUser.java",
    "chars": 13904,
    "preview": "package org.fc.wlt.ordbgens.wlt.entity;\n\nimport java.util.Date;\nimport lombok.AllArgsConstructor;\nimport lombok.NoArgsCo"
  },
  {
    "path": "src/gens/java/org/fc/wlt/ordbgens/wlt/entity/WLTUserExample.java",
    "chars": 37874,
    "preview": "package org.fc.wlt.ordbgens.wlt.entity;\n\nimport java.util.ArrayList;\nimport java.util.Date;\nimport java.util.List;\nimpor"
  },
  {
    "path": "src/gens/java/org/fc/wlt/ordbgens/wlt/entity/WLTUserKey.java",
    "chars": 2647,
    "preview": "package org.fc.wlt.ordbgens.wlt.entity;\n\nimport lombok.AllArgsConstructor;\nimport lombok.NoArgsConstructor;\nimport onigh"
  },
  {
    "path": "src/gens/java/org/fc/wlt/ordbgens/wlt/mapper/WLTAddrMapper.java",
    "chars": 7944,
    "preview": "package org.fc.wlt.ordbgens.wlt.mapper;\n\nimport java.util.List;\nimport onight.tfw.ojpa.ordb.StaticTableDaoSupport;\nimpor"
  },
  {
    "path": "src/gens/java/org/fc/wlt/ordbgens/wlt/mapper/WLTAddrSqlProvider.java",
    "chars": 15110,
    "preview": "package org.fc.wlt.ordbgens.wlt.mapper;\n\nimport static org.apache.ibatis.jdbc.SqlBuilder.BEGIN;\nimport static org.apache"
  },
  {
    "path": "src/gens/java/org/fc/wlt/ordbgens/wlt/mapper/WLTAssetMapper.java",
    "chars": 10321,
    "preview": "package org.fc.wlt.ordbgens.wlt.mapper;\n\nimport java.util.List;\nimport onight.tfw.ojpa.ordb.StaticTableDaoSupport;\nimpor"
  },
  {
    "path": "src/gens/java/org/fc/wlt/ordbgens/wlt/mapper/WLTAssetSqlProvider.java",
    "chars": 18962,
    "preview": "package org.fc.wlt.ordbgens.wlt.mapper;\n\nimport static org.apache.ibatis.jdbc.SqlBuilder.BEGIN;\nimport static org.apache"
  },
  {
    "path": "src/gens/java/org/fc/wlt/ordbgens/wlt/mapper/WLTCertOrgMapper.java",
    "chars": 10573,
    "preview": "package org.fc.wlt.ordbgens.wlt.mapper;\n\nimport java.util.List;\nimport onight.tfw.ojpa.ordb.StaticTableDaoSupport;\nimpor"
  },
  {
    "path": "src/gens/java/org/fc/wlt/ordbgens/wlt/mapper/WLTCertOrgSqlProvider.java",
    "chars": 19364,
    "preview": "package org.fc.wlt.ordbgens.wlt.mapper;\n\nimport static org.apache.ibatis.jdbc.SqlBuilder.BEGIN;\nimport static org.apache"
  },
  {
    "path": "src/gens/java/org/fc/wlt/ordbgens/wlt/mapper/WLTCertPerMapper.java",
    "chars": 8370,
    "preview": "package org.fc.wlt.ordbgens.wlt.mapper;\n\nimport java.util.List;\nimport onight.tfw.ojpa.ordb.StaticTableDaoSupport;\nimpor"
  },
  {
    "path": "src/gens/java/org/fc/wlt/ordbgens/wlt/mapper/WLTCertPerSqlProvider.java",
    "chars": 15704,
    "preview": "package org.fc.wlt.ordbgens.wlt.mapper;\n\nimport static org.apache.ibatis.jdbc.SqlBuilder.BEGIN;\nimport static org.apache"
  },
  {
    "path": "src/gens/java/org/fc/wlt/ordbgens/wlt/mapper/WLTFileMapper.java",
    "chars": 7553,
    "preview": "package org.fc.wlt.ordbgens.wlt.mapper;\n\nimport java.util.List;\nimport onight.tfw.ojpa.ordb.StaticTableDaoSupport;\nimpor"
  },
  {
    "path": "src/gens/java/org/fc/wlt/ordbgens/wlt/mapper/WLTFileSqlProvider.java",
    "chars": 14517,
    "preview": "package org.fc.wlt.ordbgens.wlt.mapper;\n\nimport static org.apache.ibatis.jdbc.SqlBuilder.BEGIN;\nimport static org.apache"
  },
  {
    "path": "src/gens/java/org/fc/wlt/ordbgens/wlt/mapper/WLTFundMapper.java",
    "chars": 9786,
    "preview": "package org.fc.wlt.ordbgens.wlt.mapper;\n\nimport java.util.List;\nimport onight.tfw.ojpa.ordb.StaticTableDaoSupport;\nimpor"
  },
  {
    "path": "src/gens/java/org/fc/wlt/ordbgens/wlt/mapper/WLTFundSqlProvider.java",
    "chars": 18098,
    "preview": "package org.fc.wlt.ordbgens.wlt.mapper;\n\nimport static org.apache.ibatis.jdbc.SqlBuilder.BEGIN;\nimport static org.apache"
  },
  {
    "path": "src/gens/java/org/fc/wlt/ordbgens/wlt/mapper/WLTPendMapper.java",
    "chars": 9195,
    "preview": "package org.fc.wlt.ordbgens.wlt.mapper;\n\nimport java.util.List;\nimport onight.tfw.ojpa.ordb.StaticTableDaoSupport;\nimpor"
  },
  {
    "path": "src/gens/java/org/fc/wlt/ordbgens/wlt/mapper/WLTPendSqlProvider.java",
    "chars": 17127,
    "preview": "package org.fc.wlt.ordbgens.wlt.mapper;\n\nimport static org.apache.ibatis.jdbc.SqlBuilder.BEGIN;\nimport static org.apache"
  },
  {
    "path": "src/gens/java/org/fc/wlt/ordbgens/wlt/mapper/WLTTransferMapper.java",
    "chars": 10274,
    "preview": "package org.fc.wlt.ordbgens.wlt.mapper;\n\nimport java.util.List;\nimport onight.tfw.ojpa.ordb.StaticTableDaoSupport;\nimpor"
  },
  {
    "path": "src/gens/java/org/fc/wlt/ordbgens/wlt/mapper/WLTTransferSqlProvider.java",
    "chars": 18613,
    "preview": "package org.fc.wlt.ordbgens.wlt.mapper;\n\nimport static org.apache.ibatis.jdbc.SqlBuilder.BEGIN;\nimport static org.apache"
  },
  {
    "path": "src/gens/java/org/fc/wlt/ordbgens/wlt/mapper/WLTUserMapper.java",
    "chars": 7948,
    "preview": "package org.fc.wlt.ordbgens.wlt.mapper;\n\nimport java.util.List;\nimport onight.tfw.ojpa.ordb.StaticTableDaoSupport;\nimpor"
  },
  {
    "path": "src/gens/java/org/fc/wlt/ordbgens/wlt/mapper/WLTUserSqlProvider.java",
    "chars": 15117,
    "preview": "package org.fc.wlt.ordbgens.wlt.mapper;\n\nimport static org.apache.ibatis.jdbc.SqlBuilder.BEGIN;\nimport static org.apache"
  },
  {
    "path": "src/gens/java/org/fc/wlt/ordbgens/wlt/rest/WLTAddrCtrl.java",
    "chars": 7838,
    "preview": "package org.fc.wlt.ordbgens.wlt.rest;\n\nimport java.util.ArrayList;\nimport java.util.List;\n\nimport javax.servlet.http.Htt"
  },
  {
    "path": "src/gens/java/org/fc/wlt/ordbgens/wlt/rest/WLTAssetCtrl.java",
    "chars": 7882,
    "preview": "package org.fc.wlt.ordbgens.wlt.rest;\n\nimport java.util.ArrayList;\nimport java.util.List;\n\nimport javax.servlet.http.Htt"
  },
  {
    "path": "src/gens/java/org/fc/wlt/ordbgens/wlt/rest/WLTCertOrgCtrl.java",
    "chars": 7931,
    "preview": "package org.fc.wlt.ordbgens.wlt.rest;\n\nimport java.util.ArrayList;\nimport java.util.List;\n\nimport javax.servlet.http.Htt"
  },
  {
    "path": "src/gens/java/org/fc/wlt/ordbgens/wlt/rest/WLTCertPerCtrl.java",
    "chars": 7931,
    "preview": "package org.fc.wlt.ordbgens.wlt.rest;\n\nimport java.util.ArrayList;\nimport java.util.List;\n\nimport javax.servlet.http.Htt"
  },
  {
    "path": "src/gens/java/org/fc/wlt/ordbgens/wlt/rest/WLTFileCtrl.java",
    "chars": 7838,
    "preview": "package org.fc.wlt.ordbgens.wlt.rest;\n\nimport java.util.ArrayList;\nimport java.util.List;\n\nimport javax.servlet.http.Htt"
  },
  {
    "path": "src/gens/java/org/fc/wlt/ordbgens/wlt/rest/WLTFundCtrl.java",
    "chars": 7838,
    "preview": "package org.fc.wlt.ordbgens.wlt.rest;\n\nimport java.util.ArrayList;\nimport java.util.List;\n\nimport javax.servlet.http.Htt"
  },
  {
    "path": "src/gens/java/org/fc/wlt/ordbgens/wlt/rest/WLTPendCtrl.java",
    "chars": 7838,
    "preview": "package org.fc.wlt.ordbgens.wlt.rest;\n\nimport java.util.ArrayList;\nimport java.util.List;\n\nimport javax.servlet.http.Htt"
  },
  {
    "path": "src/gens/java/org/fc/wlt/ordbgens/wlt/rest/WLTTransferCtrl.java",
    "chars": 8014,
    "preview": "package org.fc.wlt.ordbgens.wlt.rest;\n\nimport java.util.ArrayList;\nimport java.util.List;\n\nimport javax.servlet.http.Htt"
  },
  {
    "path": "src/gens/java/org/fc/wlt/ordbgens/wlt/rest/WLTUserCtrl.java",
    "chars": 7838,
    "preview": "package org.fc.wlt.ordbgens.wlt.rest;\n\nimport java.util.ArrayList;\nimport java.util.List;\n\nimport javax.servlet.http.Htt"
  },
  {
    "path": "src/gens/proto/wltdbgen.proto",
    "chars": 3502,
    "preview": "\nsyntax = \"proto3\";\n\npackage org.fc.wlt.ordbgens.wlt.pbo;\n\nmessage PBWLTAddr\n{\n\tstring addr_id = 1;\n\tstring user_id = 2;"
  },
  {
    "path": "src/gens/resources/SpringContext-daoConfig-wlt.xml",
    "chars": 4820,
    "preview": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<beans xmlns=\"http://www.springframework.org/schema/beans\"\n\txmlns:xsi=\"http://www"
  },
  {
    "path": "src/main/java/org/fc/bc/orcl/entity/NamedDomainDao.java",
    "chars": 695,
    "preview": "package org.fc.bc.orcl.entity;\n\nimport lombok.Data;\nimport lombok.Setter;\nimport onight.tfw.ojpa.api.DomainDaoSupport;\ni"
  },
  {
    "path": "src/main/java/org/fc/bc/orcl/entity/TXRequest.java",
    "chars": 672,
    "preview": "package org.fc.bc.orcl.entity;\n\nimport java.util.Map;\n\nimport javax.servlet.http.HttpServletRequest;\nimport javax.servle"
  },
  {
    "path": "src/main/java/org/fc/bc/orcl/entity/TXResponse.java",
    "chars": 280,
    "preview": "package org.fc.bc.orcl.entity;\n\nimport javax.servlet.http.HttpServletResponse;\nimport javax.servlet.http.HttpServletResp"
  },
  {
    "path": "src/main/java/org/fc/bc/wlt/dao/Daos.java",
    "chars": 1904,
    "preview": "package org.fc.bc.wlt.dao;\n\nimport lombok.Data;\nimport lombok.extern.slf4j.Slf4j;\nimport onight.osgi.annotation.iPojoBea"
  },
  {
    "path": "src/main/java/org/fc/bc/wlt/dao/SysDBProvider.java",
    "chars": 846,
    "preview": "package org.fc.bc.wlt.dao;\n\nimport org.apache.felix.ipojo.annotations.Provides;\nimport org.apache.felix.ipojo.annotation"
  },
  {
    "path": "src/main/java/org/fc/bc/wlt/entity/BrewChainCRTASTReq.java",
    "chars": 448,
    "preview": "package org.fc.bc.wlt.entity;\n\nimport java.util.ArrayList;\nimport java.util.List;\n\nimport lombok.Data;\n\n@Data\npublic cla"
  },
  {
    "path": "src/main/java/org/fc/bc/wlt/entity/BrewChainCRTASTRet.java",
    "chars": 221,
    "preview": "package org.fc.bc.wlt.entity;\n\nimport lombok.Data;\n\n@Data\npublic class BrewChainCRTASTRet {\n\tprivate String err_code;\n\tp"
  },
  {
    "path": "src/main/java/org/fc/bc/wlt/entity/BrewChainNewReq.java",
    "chars": 393,
    "preview": "package org.fc.bc.wlt.entity;\n\nimport java.util.ArrayList;\nimport java.util.List;\n\nimport lombok.Data;\n\n@Data\npublic cla"
  },
  {
    "path": "src/main/java/org/fc/bc/wlt/entity/BrewChainNewRet.java",
    "chars": 259,
    "preview": "package org.fc.bc.wlt.entity;\n\nimport lombok.Data;\n\n@Data\npublic class BrewChainNewRet {\n\n\tprivate String err_code;\n\tpri"
  },
  {
    "path": "src/main/java/org/fc/bc/wlt/entity/BrewChainQueryRet.java",
    "chars": 299,
    "preview": "package org.fc.bc.wlt.entity;\n\nimport lombok.Data;\n\n@Data\npublic class BrewChainQueryRet {\n\n\tprivate String err_code;\n\tp"
  },
  {
    "path": "src/main/java/org/fc/bc/wlt/entity/BrewChainRegRet.java",
    "chars": 366,
    "preview": "package org.fc.bc.wlt.entity;\n\nimport lombok.Data;\n\n@Data\npublic class BrewChainRegRet {\n\n\tprivate String err_code;\n\tpri"
  },
  {
    "path": "src/main/java/org/fc/bc/wlt/entity/BrewChainTRAASTReq.java",
    "chars": 148,
    "preview": "package org.fc.bc.wlt.entity;\n\nimport lombok.Data;\n\n@Data\npublic class BrewChainTRAASTReq {\n\tprivate String tx_id;\n\tpriv"
  },
  {
    "path": "src/main/java/org/fc/bc/wlt/entity/BrewChainTRAASTRet.java",
    "chars": 288,
    "preview": "package org.fc.bc.wlt.entity;\n\nimport java.util.List;\n\nimport lombok.Data;\n\n@Data\npublic class BrewChainTRAASTRet {\n\tpri"
  },
  {
    "path": "src/main/java/org/fc/bc/wlt/entity/BrewChainTRCTSCReq.java",
    "chars": 150,
    "preview": "package org.fc.bc.wlt.entity;\n\nimport lombok.Data;\n\n@Data\npublic class BrewChainTRCTSCReq {\n\tprivate String bc_txid;\n\tpr"
  },
  {
    "path": "src/main/java/org/fc/bc/wlt/entity/BrewChainTRCTSCRet.java",
    "chars": 399,
    "preview": "package org.fc.bc.wlt.entity;\n\nimport java.util.List;\n\nimport lombok.Data;\n\n@Data\npublic class BrewChainTRCTSCRet {\n\tpri"
  },
  {
    "path": "src/main/java/org/fc/bc/wlt/entity/BrewChainUpdASTReq.java",
    "chars": 347,
    "preview": "package org.fc.bc.wlt.entity;\n\nimport java.util.List;\n\nimport lombok.Data;\n\n@Data\npublic class BrewChainUpdASTReq {\n\n\tpr"
  },
  {
    "path": "src/main/java/org/fc/bc/wlt/entity/BrewChainUpdASTRet.java",
    "chars": 292,
    "preview": "package org.fc.bc.wlt.entity;\n\nimport java.util.List;\nimport lombok.Data;\n\n@Data\npublic class BrewChainUpdASTRet {\n\tpriv"
  },
  {
    "path": "src/main/java/org/fc/bc/wlt/entity/PMTransInfo.java",
    "chars": 303,
    "preview": "package org.fc.bc.wlt.entity;\n\nimport lombok.Data;\n\n/**\n * 资产交易信息\n * @author jack\n *\n */\n@Data\npublic class PMTransInfo "
  },
  {
    "path": "src/main/java/org/fc/bc/wlt/enums/BrewChainURITypeEnum.java",
    "chars": 1301,
    "preview": "package org.fc.bc.wlt.enums;\n\nimport java.util.HashMap;\nimport java.util.Map;\n\npublic enum BrewChainURITypeEnum {\n\tALIAS"
  },
  {
    "path": "src/main/java/org/fc/bc/wlt/enums/DataIfaceTypeEnum.java",
    "chars": 1247,
    "preview": "package org.fc.bc.wlt.enums;\n\nimport java.util.HashMap;\nimport java.util.Map;\n\npublic enum DataIfaceTypeEnum {\n\n\tBELICD("
  },
  {
    "path": "src/main/java/org/fc/bc/wlt/enums/DigitMoneyTypeEnum.java",
    "chars": 1269,
    "preview": "package org.fc.bc.wlt.enums;\n\nimport java.util.HashMap;\nimport java.util.Map;\n\npublic enum DigitMoneyTypeEnum {\n\n\tFBC(\"0"
  },
  {
    "path": "src/main/java/org/fc/bc/wlt/enums/PlatformTypeEnum.java",
    "chars": 1227,
    "preview": "package org.fc.bc.wlt.enums;\n\nimport java.util.HashMap;\nimport java.util.Map;\n\npublic enum PlatformTypeEnum {\n\tPC (\"P\", "
  },
  {
    "path": "src/main/java/org/fc/bc/wlt/enums/ReturnCodeTypeEnum.java",
    "chars": 1280,
    "preview": "package org.fc.bc.wlt.enums;\n\nimport java.util.HashMap;\nimport java.util.Map;\n\npublic enum ReturnCodeTypeEnum {\n\tLOGINED"
  },
  {
    "path": "src/main/java/org/fc/bc/wlt/enums/StatusTypeEnum.java",
    "chars": 1487,
    "preview": "package org.fc.bc.wlt.enums;\n\nimport java.util.HashMap;\nimport java.util.Map;\n\npublic enum StatusTypeEnum {\n\tENABLED(\"1\""
  },
  {
    "path": "src/main/java/org/fc/bc/wlt/enums/TransactionTypeEnum.java",
    "chars": 1288,
    "preview": "package org.fc.bc.wlt.enums;\n\nimport java.util.HashMap;\nimport java.util.Map;\n\npublic enum TransactionTypeEnum {\n\n\t个人2个人"
  },
  {
    "path": "src/main/java/org/fc/bc/wlt/login/LoginHelper.java",
    "chars": 2428,
    "preview": "package org.fc.bc.wlt.login;\n\nimport java.util.Date;\nimport java.util.List;\n\nimport org.apache.felix.ipojo.annotations.P"
  },
  {
    "path": "src/main/java/org/fc/bc/wlt/login/LoginService.java",
    "chars": 9247,
    "preview": "package org.fc.bc.wlt.login;\n\nimport java.math.BigDecimal;\nimport java.util.Date;\nimport java.util.List;\nimport java.uti"
  },
  {
    "path": "src/main/java/org/fc/bc/wlt/login/PLoginServer.java",
    "chars": 9955,
    "preview": "//package org.fc.hd.hiwallet.login;\n//\n//import java.util.ArrayList;\n//import java.util.Arrays;\n//import java.util.Compa"
  },
  {
    "path": "src/main/java/org/fc/bc/wlt/service/CommonService.java",
    "chars": 1983,
    "preview": "package org.fc.bc.wlt.service;\n\nimport java.util.HashMap;\nimport java.util.Map;\n\nimport org.apache.commons.lang3.StringU"
  },
  {
    "path": "src/main/java/org/fc/bc/wlt/service/CreateAssetService.java",
    "chars": 12069,
    "preview": "package org.fc.bc.wlt.service;\n\nimport java.math.BigDecimal;\nimport java.util.Date;\nimport java.util.Map;\n\nimport lombok"
  },
  {
    "path": "src/main/java/org/fc/bc/wlt/util/EncryptFactory.java",
    "chars": 252,
    "preview": "package org.fc.bc.wlt.util;\n\npublic class EncryptFactory {\n\n\t/**\n\t * \n\t * @param type\n\t * @return\n\t */\n\tpublic EncryptUt"
  },
  {
    "path": "src/main/java/org/fc/bc/wlt/util/ExceptionUtil.java",
    "chars": 500,
    "preview": "package org.fc.bc.wlt.util;\n\npublic class ExceptionUtil extends Exception {\n\n\tpublic static Exception InsertDatabaseExce"
  },
  {
    "path": "src/main/java/org/fc/bc/wlt/util/LoginedException.java",
    "chars": 257,
    "preview": "package org.fc.bc.wlt.util;\n\npublic class LoginedException extends Exception {\n\n\t/**\n\t * \n\t */\n\tprivate static final lon"
  },
  {
    "path": "src/main/java/org/fc/bc/wlt/util/UserRegistedException.java",
    "chars": 876,
    "preview": "package org.fc.bc.wlt.util;\n\n/**\n * 用户已注册异常\n * @author jack\n *\n */\npublic class UserRegistedException extends Exception "
  },
  {
    "path": "src/main/proto/asset.proto",
    "chars": 2379,
    "preview": "syntax = \"proto3\";\n\npackage org.fc.wlt.gens;\n\nenum PASTModule {\n\t AST = 0;\t \n};\n\nenum PASTCommand {\n\tNUA = 0;//新增用户地址\n\tO"
  },
  {
    "path": "src/main/proto/ethereum_java.proto",
    "chars": 459,
    "preview": "syntax = \"proto3\";\n\npackage org.fc.bc.wlt.eth;\n\nenum PETHModule {\n\t ETH = 0;\t \n};\n\nenum PETHCommand {\n\t\n\tTES = 0;//测试eth"
  },
  {
    "path": "src/main/proto/query.proto",
    "chars": 5319,
    "preview": "syntax = \"proto3\";\n\npackage org.fc.wlt.gens;\n\nimport \"user.proto\";\nimport \"asset.proto\";\nimport \"transfer.proto\";\n\nenum "
  },
  {
    "path": "src/main/proto/system.proto",
    "chars": 668,
    "preview": "syntax = \"proto3\";\n\npackage org.fc.wlt.gens;\n\nenum PSYSModule {\n\t SYS = 0;\t \n};\n\nenum PSYSCommand {\n\tGLG = 0; //生成日志\n\tTE"
  },
  {
    "path": "src/main/proto/transfer.proto",
    "chars": 2969,
    "preview": "syntax = \"proto3\";\n\npackage org.fc.wlt.gens;\n\nimport \"asset.proto\";\n\nenum PTRSModule {\n\t TRS = 0;\t \n};\n\nenum PTRSCommand"
  },
  {
    "path": "src/main/proto/user.proto",
    "chars": 3647,
    "preview": "syntax = \"proto3\";\n\npackage org.fc.wlt.gens;\n\n\nimport \"asset.proto\";\n\nenum PUSRModule {\n\t USR = 0;//注册\t \n};\n\nenum PUSRCo"
  },
  {
    "path": "src/main/resources/conf.properties",
    "chars": 45,
    "preview": "#config\ntelFilePath = E:/tmp/telBelongto.csv\n"
  },
  {
    "path": "src/main/resources/icd.json",
    "chars": 76656,
    "preview": "{\"110000\":\"北京市\",\"110100\":\"北京市\",\"110101\":\"北京市东城区\",\"110102\":\"北京市西城区\",\"110103\":\"北京市崇文区\",\"110104\":\"北京市宣武区\",\"110105\":\"北京市朝阳区\""
  },
  {
    "path": "src/main/resources/merchant.json",
    "chars": 34,
    "preview": "{\"paul\":\"第一商户\",\"merchant2\":\"第二商户\"}"
  }
]

About this extraction

This page contains the full source code of the zeusbit/hiwallet GitHub repository, extracted and formatted as plain text for AI agents and large language models (LLMs). The extraction includes 112 files (1.1 MB), approximately 311.3k tokens, and a symbol index with 3200 extracted functions, classes, methods, constants, and types. Use this with OpenClaw, Claude, ChatGPT, Cursor, Windsurf, or any other AI tool that accepts text input. You can copy the full output to your clipboard or download it as a .txt file.

Extracted by GitExtract — free GitHub repo to text converter for AI. Built by Nikandr Surkov.

Copied to clipboard!