You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
393 B
19 lines
393 B
2 years ago
|
package com.example.upsecuritydata.mapper;
|
||
|
|
||
|
|
||
|
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
|
||
|
import com.example.upsecuritydata.entity.NbmsEntApply;
|
||
|
import org.apache.ibatis.annotations.Mapper;
|
||
|
|
||
|
/**
|
||
|
* NbmsEnapplyMapper
|
||
|
*
|
||
|
* @author fuce_自动生成
|
||
|
* @email ${email}
|
||
|
* @date 2022-11-28 17:12:08
|
||
|
*/
|
||
|
@Mapper
|
||
|
public interface NbmsEntApplyMapper extends BaseMapper<NbmsEntApply> {
|
||
|
|
||
|
|
||
|
}
|