zyy
2025-08-21 bc8766c652cbb02d5e07e3abce3400a53aaeeba2
1
2
3
4
5
6
7
package com.nq.common;
 
public class Const {
  public static final String CURRENT_USER = "currentUser";
 
  public static void main(String[] args) {}
}