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

1 week ago
  1. package com.example.demo.mapper;
  2. import org.apache.ibatis.annotations.Mapper;
  3. /**
  4. * @program: gold-java
  5. * @ClassName AuditMapper
  6. * @description:
  7. * @author: Ethan
  8. * @create: 202506-19 17:38
  9. * @Version 1.0
  10. **/
  11. @Mapper
  12. public interface AuditMapper {
  13. }