dashboard
repositories
filestore
activity
search
login
main
/
xc-mall
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
feat(mall): 活动列表按创建时间升序排序 - 在查询活动列表时,添加按创建时间升序排序的条件 - 优化活动列表的展示顺序,使最新的活动优先展示
KKSU
2025-01-10
30ad2f4290edddf4f06117d5e18cc312b68a54c8
[xc-mall.git]
/
src
/
main
/
java
/
cc
/
mrbird
/
febs
/
unisoftiot
/
api
/
mapper
/
ProductMapper.java
1
2
3
4
5
6
7
package cc.mrbird.febs.unisoftiot.api.mapper;
import cc.mrbird.febs.unisoftiot.api.entity.Product;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
public interface ProductMapper extends BaseMapper<Product> {
}