huliguo
2 天以前 d15bb55822001421572bfee603b3d503cd63e07d
1
2
3
4
5
6
7
package com.ruoyi.errand.constant;
 
public class JwtClaimsConstant {
    public static final String USER_PHONE = "phone";
    public static final String USER_ID = "id";
 
}