Sign in

潘钊 / bsth_control · Files

GitLab

  • Go to dashboard
  • Project
  • Activity
  • Files
  • Commits
  • Builds 0
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • bsth_control
  • ..
  • common
  • SystemParamKeys.java
  • 1.修复历史修正班次时不同角色的日期范围问题
      51f23217
    王通 authored
    2024-01-08 17:56:43 +0800  
    Browse Code »
SystemParamKeys.java 148 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6 7 8 9
package com.bsth.common;

/**
 * @author Hill
 */
public class SystemParamKeys {

    public static final String SPECIAL_ROLES = "special.roles";
}