|
|
@ -12,7 +12,7 @@ import lombok.EqualsAndHashCode; |
|
|
|
@TableName("operation_log") |
|
|
|
@Data |
|
|
|
public class OperationLog extends BaseEntity { |
|
|
|
|
|
|
|
@NotBlank |
|
|
|
@Schema(description = "所选基质") |
|
|
|
private Long matrixId; |
|
|
|
|
|
|
@ -24,7 +24,7 @@ public class OperationLog extends BaseEntity { |
|
|
|
@Schema(description = "完成状态 0 进行中 1 已完成") |
|
|
|
private Integer status; |
|
|
|
|
|
|
|
@NotBlank |
|
|
|
|
|
|
|
@Schema(description = "创建人") |
|
|
|
private Long createUser; |
|
|
|
} |