feat: 暂存
parent
ca3bbe0d20
commit
5422136499
@ -1,12 +1,16 @@
|
|||||||
package com.glxp.api.entity.system;
|
package com.glxp.api.entity.system;
|
||||||
|
|
||||||
import lombok.Data;
|
import lombok.Data;
|
||||||
|
import com.baomidou.mybatisplus.annotation.TableField;
|
||||||
|
|
||||||
@Data
|
@Data
|
||||||
public class ScheduledEntity {
|
public class ScheduledEntity {
|
||||||
|
|
||||||
private int id;
|
private int id;
|
||||||
|
|
||||||
|
@TableField(value = "cron_name")
|
||||||
private String cronName;
|
private String cronName;
|
||||||
|
|
||||||
private String cron;
|
private String cron;
|
||||||
private String customerId;
|
private String customerId;
|
||||||
}
|
}
|
||||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue