增加扫码登录功能

This commit is contained in:
TinyAnts
2023-01-06 16:13:46 +08:00
parent f2450bc615
commit 853e64fee5
7 changed files with 148 additions and 159 deletions

View File

@@ -31,6 +31,9 @@ public class GenTable implements Serializable {
private String genTpl;
private Integer genType;
private String genPath;
private Integer menuStatus;
private Integer menuPid;
private String menuName;
private String remarks;
private Long createTime;
private Long updateTime;