44323
2023-11-07 1a3801b7316b0a23b6d3924eb4fbb023b1edef83
cloud-server-account/src/main/java/com/dsh/account/mapper/TStudentMapper.java
@@ -8,6 +8,7 @@
import org.apache.ibatis.annotations.Param;
import java.util.List;
import java.util.Map;
/**
@@ -32,4 +33,6 @@
    Integer getGiftSelect(@Param("giftSearchDto")GiftSearchDto giftSearchDto);
    List<Map<String, Object>> queryCom(@Param("id") Integer id);
}