Skip to content

Commit

Permalink
[BUG FIX] #273: Getter 부재로 serializable error 발생 해결
Browse files Browse the repository at this point in the history
  • Loading branch information
tank3a committed Aug 16, 2023
1 parent 8fc64e0 commit 4817ea4
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
package autoever2.cartag.domain.model;

import lombok.Builder;
import lombok.Getter;

@Getter
public class PowerTrainDataDto {

private String maxPs;
Expand Down

0 comments on commit 4817ea4

Please sign in to comment.