This commit is contained in:
dute7liang
2024-01-14 22:09:45 +08:00
parent cd281375ac
commit 982dff66c9
8 changed files with 241 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
package com.ruoyi.cai.mapper;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.ruoyi.cai.domain.AgreementSetting;
/**
* 协议设置Mapper接口
*
* @author 77
* @date 2024-01-14
*/
public interface AgreementSettingMapper extends BaseMapper<AgreementSetting> {
}