kongzy
2024-09-14 f0f00e9ba8a755e4317e029d73b69a92ad9f9df1
exam-common/src/main/java/com/gkhy/exam/common/domain/model/LoginUser.java
@@ -26,4 +26,6 @@
    private Long id;
    @ApiModelProperty("token到期时间")
    private Long expireTime;
    @ApiModelProperty("公司id")
    private Long companyId;
}