src/main/java/com/ruoyi/device/dto/DeviceLedgerDto.java
@@ -7,6 +7,7 @@ import com.ruoyi.dto.DateQueryDto; import io.swagger.annotations.ApiModelProperty; import lombok.Data; import lombok.EqualsAndHashCode; import org.springframework.format.annotation.DateTimeFormat; import java.math.BigDecimal; @@ -18,6 +19,7 @@ */ @Data @TableName("device_ledger") @EqualsAndHashCode(callSuper = true) public class DeviceLedgerDto extends DateQueryDto { /**