fix(XPack): 恢复被误删的类

This commit is contained in:
fit2-zhao 2020-09-23 09:41:09 +08:00
parent b8b1cc97ce
commit f28e0c7229
1 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,10 @@
package io.metersphere.service;
import io.metersphere.dto.LicenseDTO;
public interface LicenseService {
public LicenseDTO valid();
public LicenseDTO addValidLicense(String reqLicenseCode);
}