vod普通加密

This commit is contained in:
wangjinlei
2024-07-18 13:29:22 +08:00
parent 64702a8184
commit 00b9f96dd1
8 changed files with 297 additions and 1 deletions

View File

@@ -0,0 +1,9 @@
package com.peanut.modules.common.dao;
import com.github.yulichang.base.MPJBaseMapper;
import com.peanut.modules.common.entity.VodAesTokenEntity;
import org.apache.ibatis.annotations.Mapper;
@Mapper
public interface VodAesTokenDao extends MPJBaseMapper<VodAesTokenEntity> {
}