packagecom.pipi.frt.sql;/** * Created by hu.dong on 2017年10月17日 下午1:59:17 * @author hu.dong* 类说明:*/publicclassFootStoneSql{//清理ps_person_contact表联系人信息publicstaticStringps_person_contact_delete="DELETE FROM ps_person_contact WHERE contact_name = ?;";publicstaticStringps_person_contact_phone_delete="DELETE FROM ps_person_contact_phone WHERE phone = ?;";publicstaticStringps_person_contact_phone_query="SELECT phone_id FROM ps_person_contact_phone where contact_id = ?;";}