package com.bizmatics.service; import com.bizmatics.common.mvc.base.CrudService; import com.bizmatics.model.PatrolManufacturer; /** * 暂时未用 * * @author ya * @since 2021-10-15 */ public interface PatrolManufacturerService extends CrudService { }