zhaowenxuan
2025-03-21 93c9dfa4f8659bc4f9adff8b638c36d41c9be7ba
1
2
3
4
5
6
7
8
9
10
11
12
13
14
package com.ltkj.tduck.mapper;
 
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.ltkj.tduck.domain.UserFormSettingEntity;
 
/**
 * 表单设置
 *
 * @author tduck
 * @date 2021-08-12 16:19:57
 */
public interface UserFormSettingMapper extends BaseMapper<UserFormSettingEntity> {
 
}