fix coide

This commit is contained in:
Looly
2022-05-16 09:42:43 +08:00
parent f7f44771e7
commit d52470e8e7
13 changed files with 12 additions and 759 deletions

View File

@@ -32,7 +32,7 @@ public class QrConfig {
protected int foreColor = BLACK;
/** 背景色默认白色null表示透明 */
protected Integer backColor = WHITE;
/** 边距1~4 */
/** 边距0~4 */
protected Integer margin = 2;
/** 设置二维码中的信息量可设置0-40的整数 */
protected Integer qrVersion;