luodangjia
2024-11-21 20b3b1a91bb9d7daf7bbf242b8f6aeae2be6b491
ruoyi-service/ruoyi-other/src/main/java/com/ruoyi/other/mapper/AgreementMapper.java
@@ -1,16 +1,11 @@
package com.ruoyi.other.mapper;
import com.ruoyi.other.api.domain.Agreement;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.ruoyi.other.api.model.Agreement;
/**
 * <p>
 *  Mapper 接口
 * </p>
 *
 * @author luodangjia
 * @since 2024-11-20
 * @author zhibing.pu
 * @Date 2024/11/21 10:46
 */
public interface AgreementMapper extends BaseMapper<Agreement> {
}