All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.aizuda.snailjob.server.web.model.request.RetryTaskLogMessageQueryVO Maven / Gradle / Ivy

package com.aizuda.snailjob.server.web.model.request;

import com.aizuda.snailjob.server.web.model.base.BaseQueryVO;
import lombok.Data;

/**
 * @author: opensnail
 * @date : 2022-02-28 09:08
 */
@Data
public class RetryTaskLogMessageQueryVO extends BaseQueryVO {

    private String groupName;

    private String uniqueId;

    private Long startId;

    private Integer fromIndex;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy