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