fxkh-txl-service/src/main/java/com/whdc/mapper/AbUdRMapper.java

10 lines
248 B
Java
Raw Normal View History

2024-05-09 17:47:09 +08:00
package com.whdc.mapper;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.whdc.model.entity.AbUdR;
public interface AbUdRMapper extends BaseMapper<AbUdR> {
int insert(AbUdR record);
int insertSelective(AbUdR record);
}