package com.engine.organization.util.db;
public interface DBOperateAdapter {
String like(String some);
String concat(String some);
}