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

com.arextest.web.model.contract.contracts.FeedbackSceneRequest Maven / Gradle / Ivy

There is a newer version: 0.6.5.5
Show newest version
package com.arextest.web.model.contract.contracts;

import lombok.Data;

/**
 * @author wildeslam.
 * @create 2023/9/8 11:32
 */
@Data
public class FeedbackSceneRequest {

  private String planId;
  private String planItemId;
  /**
   * @see com.arextest.web.model.enums.FeedbackTypeEnum
   */
  private Integer feedbackType;
  private String recordId;
  private String remark;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy