zyy
2025-07-10 61202ae3cb115ae13f3f646764c0f36f27f5392f
1
2
3
4
5
6
7
8
9
10
package com.nq.dao;
 
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.nq.pojo.UserPendingorder;
import com.nq.pojo.UserPositionCheckDz;
import org.apache.ibatis.annotations.Mapper;
 
@Mapper
public interface UserPositionCheckDzMapper extends BaseMapper<UserPositionCheckDz> {
}