Browse Source

加字段

master
cgx 4 months ago
parent
commit
3e9e239daf
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      jeecg-boot-module-system/src/main/java/org/jeecg/modules/userCode/model/vo/UserRole1Vo.java

+ 1
- 0
jeecg-boot-module-system/src/main/java/org/jeecg/modules/userCode/model/vo/UserRole1Vo.java View File

@ -30,6 +30,7 @@ import java.util.Date;
public class UserRole1Vo implements Serializable {
private static final long serialVersionUID = 1L;
private String id;
/**用户id*/
@Excel(name = "用户id", width = 15)


Loading…
Cancel
Save