10 lines
178 B
Java
10 lines
178 B
Java
package com.xkrs.newpro.service;
|
|
|
|
import com.xkrs.newpro.model.qo.QcSourceQoInsert;
|
|
|
|
public interface QcSourceService {
|
|
|
|
String insertQcSource(QcSourceQoInsert insertQo);
|
|
|
|
}
|