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

com.aizuda.snailjob.server.web.model.request.RetryTaskLogQueryVO 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 RetryTaskLogQueryVO extends BaseQueryVO {

    private String groupName;

    private String sceneName;

    private String bizNo;

    private String idempotentId;

    private String uniqueId;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy