@TableName(value="xxl_job_registry") public class JobRegistry extends Object implements Serializable
| 限定符和类型 | 字段和说明 |
|---|---|
private Integer |
id |
private String |
registryGroup |
private String |
registryKey |
private String |
registryValue |
private static long |
serialVersionUID |
private LocalDateTime |
updateTime |
| 构造器和说明 |
|---|
JobRegistry() |
private static final long serialVersionUID
@TableId(value="id",
type=AUTO)
private Integer id
private String registryGroup
private String registryKey
private String registryValue
private LocalDateTime updateTime
Copyright © 2022. All rights reserved.