Skip to content

Commit

Permalink
[fix] 빌드 에러 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
minji1289 committed Jan 4, 2024
1 parent 4541fab commit 6af60e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/wowmarket/wow_server/domain/DemandOrder.java
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public class DemandOrder extends BaseEntity{

@ColumnDefault("0")
@Setter
private int isDel;
private int status;

@Builder
public DemandOrder(DemandProject demandProject, User user){
Expand Down

0 comments on commit 6af60e7

Please sign in to comment.