9 lines
122 B
Java
9 lines
122 B
Java
package kcc.let.uat.uia.service;
|
|
|
|
|
|
public interface CertService {
|
|
|
|
void insertCert(CertVO certVO) throws Exception;
|
|
|
|
}
|