唐耀东
2021-12-31 0b977fb16e8272739bbe25973947f45a55ebe842
ruoyi-common/src/main/java/com/ruoyi/common/core/domain/model/LoginBody.java
@@ -40,4 +40,10 @@
    @ApiModelProperty(value = "唯一标识")
    private String uuid = "";
    /**
     * 登录端(SYS:pc系统,DEVICE:设备端)
     */
    @ApiModelProperty(value = "登录端(SYS:pc系统,DEVICE:设备端)")
    private String flag = "SYS";
}