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.

16 lines
273 B

  1. package com.example.demo.mapper.cash;
  2. import org.apache.ibatis.annotations.Mapper;
  3. /**
  4. * @program: gold-java
  5. * @ClassName cashTestMapper
  6. * @description:
  7. * @author: Ethan
  8. * @create: 202509-23 15:28
  9. * @Version 1.0
  10. **/
  11. @Mapper
  12. public interface cashTestMapper {
  13. }