平台验证

master
cqf 3 years ago committed by Gitee
parent 713f3619bf
commit 943b3fba7c
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

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

Loading…
Cancel
Save