🐛 修复MySQL列长度问题

This commit is contained in:
SanLi
2020-08-25 15:41:39 +08:00
parent f1a6012ac5
commit f9a41daa29
26 changed files with 379 additions and 56 deletions

View File

@@ -27,6 +27,8 @@ import java.util.HashMap;
import java.util.Map;
/**
* mysql 类型字典
*
* @author liu·yu
* Created by 15952866402@163.com on 2020-08-17
*/

View File

@@ -31,6 +31,8 @@ import java.io.*;
import static cn.smallbun.screw.core.constant.DefaultConstants.DEFAULT_ENCODING;
/**
* freemark pojo 引擎
*
* @author liu·yu
* Created by 15952866402@163.com on 2020-08-14
*/