package com.xkrs.newpro.service; import com.xkrs.newpro.model.qo.QcSourceQoInsert; public interface QcSourceService { String insertQcSource(QcSourceQoInsert insertQo); }