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
  • ..
  • request
  • GetEmployeeRequest.java
  • fix: 修改获取人员任务,切换获取人员信息接口。
    5d7106c9
    guzijian authored
    2023-09-28 13:51:00 +0800  
    Browse Code »
GetEmployeeRequest.java 153 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6 7 8 9
package com.ruoyi.pojo.request;

import lombok.Data;

@Data
public class GetEmployeeRequest {
    private String unintCode;
    private String IDCard;
}