Lius
2025-04-25 c9eea9f24aa52ea59dbb8dcf1cb6cf513ddc74a9
1
2
3
4
5
6
7
8
9
10
11
12
13
14
package org.jeecg.modules.dnc.mapper;
 
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import org.jeecg.modules.dnc.entity.SynchronizedFlag;
 
/**
 * @Description: TODO
 * @Author: zhangherong
 * @Date: Created in 2020/9/20 9:18
 * @Version: 1.0
 * @Modified By:
 */
public interface SynchronizedFlagMapper extends BaseMapper<SynchronizedFlag> {
}