程序包 com.sh.wf.module.helper
package com.sh.wf.module.helper
-
类类说明Description: 数据库连接帮助类Description: 批量插入更新工具类Description: 多表批量操作批量处理数据集通用定时批量SQL数据入库任务Description: SQL构造工具类Description: SELECT语句生成类 SqlSelectBuilder ssb = new SqlSelectBuilder(dc) ; ssb.select("*").select("id") .from("lms_library_info a") .innerJoin("sys_dept b on a.dept_id=b.dept_id") .where("id=?"Description: 添加、修改SQL构造