Sign in

guzijian / bsth-alcohol-sign · Files

GitLab

  • Go to dashboard
  • Project
  • Activity
  • Files
  • Commits
  • Builds 0
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • bsth-alcohol-sign
  • ..
  • propertis
  • SignInEnum.java
  • fix: update object
    4b54669e
    guzijian authored
    2023-07-05 15:31:42 +0800  
    Browse Code »
SignInEnum.java 174 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12
package com.ruoyi.propertis;

public interface SignInEnum {
    /**
     * 签到
     */
    Integer SIGNIN = 1;
    /**
     * 签退
     */
    Integer SIGNIN_OUT = 2;
}