You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
264 B
18 lines
264 B
package com.example.demo.mapper;
|
|
|
|
import org.apache.ibatis.annotations.Mapper;
|
|
|
|
/**
|
|
* @program: gold-java
|
|
* @ClassName AuditMapper
|
|
* @description:
|
|
* @author: Ethan
|
|
* @create: 2025−06-19 17:38
|
|
* @Version 1.0
|
|
**/
|
|
|
|
@Mapper
|
|
public interface AuditMapper {
|
|
|
|
|
|
}
|