feat(CustomKeyGenerator.java):MP自定义主键生成策略

This commit is contained in:
有来技术 2021-11-01 23:54:35 +08:00
parent 97b0c914a3
commit 7f53af0f90

View File

@ -0,0 +1,10 @@
package com.youlai.common.mybatis.generator;
/**
* MP自定义主键生成器
*
* @author <a href="mailto:xianrui0365@163.com">haoxr</a>
* @date 2021/11/1 23:53
*/
public class CustomKeyGenerator {
}