package com.szpg.db.dao; import com.szpg.db.data.PgHjsbbl; public interface PgHjsbblDao { public PgHjsbbl findBlByBh(String blbh); }