证书标签

This commit is contained in:
wuchunlei
2025-04-03 11:14:25 +08:00
parent d4cfd54ed3
commit 49351eb1f8
6 changed files with 200 additions and 0 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.UserCertificateLabel;
import org.apache.ibatis.annotations.Mapper;
@Mapper
public interface UserCertificateLabelDao extends MPJBaseMapper<UserCertificateLabel> {
}