XiaoRuby
2023-08-29 2b8767a3b089e8b69d2dd59795593b096ea699a5
user-server/src/main/java/com/yuanchu/limslaboratory/pojo/User.java
@@ -55,6 +55,9 @@
    @ApiModelProperty(value = "个性签名")
    private String info;
    @ApiModelProperty(value = "类型")
    private Integer type;
    @ApiModelProperty(value = "在职状态 正常>=1,离职<=0")
    private Integer jobState;