puzhibing
2025-01-14 dbd2dc790d6dbbf4644c123b98d132f2c50fdce9
ruoyi-service/ruoyi-other/src/main/java/com/ruoyi/other/mapper/AgreementMapper.java
New file
@@ -0,0 +1,11 @@
package com.ruoyi.other.mapper;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.ruoyi.other.api.domain.Agreement;
/**
 * @author zhibing.pu
 * @Date 2024/11/21 10:46
 */
public interface AgreementMapper extends BaseMapper<Agreement> {
}