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

com.arextest.schedule.model.bizlog.QueryReplayBizLogsRequest Maven / Gradle / Ivy

There is a newer version: 2.0.4
Show newest version
package com.arextest.schedule.model.bizlog;

import lombok.Data;

/**
 * Created by Qzmo on 2023/6/8
 */
@Data
public class QueryReplayBizLogsRequest {

  private String planId;
  private ReplayBizLogQueryCondition condition;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy