fix(XPack): 恢复被误删的类
This commit is contained in:
parent
b8b1cc97ce
commit
f28e0c7229
|
@ -0,0 +1,10 @@
|
||||||
|
package io.metersphere.service;
|
||||||
|
|
||||||
|
import io.metersphere.dto.LicenseDTO;
|
||||||
|
|
||||||
|
public interface LicenseService {
|
||||||
|
|
||||||
|
public LicenseDTO valid();
|
||||||
|
|
||||||
|
public LicenseDTO addValidLicense(String reqLicenseCode);
|
||||||
|
}
|
Loading…
Reference in New Issue