Files
smartDriveEE/src/main/java/com/rj/mapper/LbPurchaseApplyMapper.java
2026-04-29 19:01:02 +08:00

10 lines
251 B
Java

package com.rj.mapper;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.rj.entity.LbPurchaseApply;
import org.apache.ibatis.annotations.Mapper;
@Mapper
public interface LbPurchaseApplyMapper extends BaseMapper<LbPurchaseApply> {
}