@ -8,6 +8,7 @@ import java.util.List;
@Mapper
public interface AuthLicenseDao {
AuthLicense get(String id);
int save(AuthLicense authLicense);
int update(AuthLicense authLicense);