zyy
2025-07-21 f25b39e0d5fcae415a8824fc03d42fe681e96bf8
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) {}
}