Skip to content

Commit

Permalink
Update NodeManagementDto
Browse files Browse the repository at this point in the history
  • Loading branch information
leej1012 committed May 30, 2024
1 parent 795c52d commit 9a9ba54
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package com.github.ontio.model.dto;

import com.fasterxml.jackson.annotation.JsonInclude;
import lombok.Data;

/**
Expand All @@ -9,7 +8,6 @@
* @date 2024/5/30
*/
@Data
@JsonInclude(JsonInclude.Include.NON_NULL)
public class NodeManagementDto {

private String nodeApr = "0.00%";
Expand Down

0 comments on commit 9a9ba54

Please sign in to comment.