集群同步-》最小位移对齐

This commit is contained in:
许晓东
2021-10-26 20:20:46 +08:00
parent 8545cba28e
commit a06b6dbb5f
10 changed files with 158 additions and 2 deletions

View File

@@ -0,0 +1,13 @@
package com.xuxd.kafka.console.dao;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.xuxd.kafka.console.beans.dos.MinOffsetAlignmentDO;
/**
* kafka-console-ui.
*
* @author xuxd
* @date 2021-10-26 10:33:55
**/
public interface MinOffsetAlignmentMapper extends BaseMapper<MinOffsetAlignmentDO> {
}