package com.zy.core; public interface ThreadHandler { String CRN_PREFIX = "CRN_"; String DEVP_PREFIX = "DEVP_"; void close(); }