Sign in

asset-service / asset-service-vulsync · Files

GitLab

  • Go to group
  • Project
  • Activity
  • Files
  • Commits
  • Builds 0
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Forks
  • Network
  • asset-service-vulsync
  • ..
  • constants
  • CommonConstant.java
  • 漏管接口 init
    7ad84320
    zhangqiang authored
    2025-06-16 12:06:09 +0800  
    Browse Files »
CommonConstant.java 247 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14
package com.idss.vulsync.constants;


/**
 * 公共常量
 */
public class CommonConstant {
    /**
     * 冒号:":"
     */
    public static final String COLON = ":";

    public static final String CONSULT_UNIQUE_ID = "CONSULT_UNIQUE_ID";
}