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
  • ..
  • common
  • SchedulerProperty.java
  • feat: 修改配置文件
    e45666a8
    guzijian authored
    2024-05-07 14:00:55 +0800  
    Browse Code »
SchedulerProperty.java 185 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10
package com.ruoyi.common;

import lombok.Data;

@Data
public class SchedulerProperty {
    private String getSchedulingInfoUrl;
    private String nonce;
    private String password;
}