抢单历史记录

This commit is contained in:
2026-06-11 21:11:06 +08:00
parent a84fcbed56
commit 49d5518fc5
9 changed files with 526 additions and 5 deletions

View File

@@ -0,0 +1,9 @@
package com.rj.mapper;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.rj.entity.LbBuyAccountHistory;
import org.apache.ibatis.annotations.Mapper;
@Mapper
public interface LbBuyAccountHistoryMapper extends BaseMapper<LbBuyAccountHistory> {
}