昨天 b17d24985527421ee9df504af8eccf24cf1aa7f3
1
2
3
4
5
6
7
package com.ruoyi.sales.mapper;
 
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.ruoyi.sales.pojo.BidWinningLedger;
 
public interface BidWinningLedgerMapper extends BaseMapper<BidWinningLedger> {
}