Skip to content

Commit

Permalink
Merge pull request #276 from softeerbootcamp-2nd/hotfix/model-bug
Browse files Browse the repository at this point in the history
[BUG FIX] #273: Getter 부재로 serializable error 발생 해결
  • Loading branch information
tank3a committed Aug 16, 2023
2 parents eea7338 + 4817ea4 commit 170ec05
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 170ec05

Please sign in to comment.