|
|
|
@ -12,7 +12,7 @@ import lombok.Data;
|
|
|
|
|
@Data
|
|
|
|
|
@TableName(value = "sync_data_bustypes")
|
|
|
|
|
public class SyncDataBustypeEntity {
|
|
|
|
|
@TableId(value = "id", type = IdType.AUTO)
|
|
|
|
|
@TableId(value = "id", type = IdType.INPUT)
|
|
|
|
|
private Long id;
|
|
|
|
|
@TableField(value = "`action`")
|
|
|
|
|
private String action;
|
|
|
|
|