Fixing .gitignore
This commit is contained in:
@@ -1,18 +1,18 @@
|
||||
package com.peanut.modules.book.vo;
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
import java.math.BigDecimal;
|
||||
|
||||
@Data
|
||||
public class BookIndexVo {
|
||||
private Integer bookid;
|
||||
private String bookName;
|
||||
private String authorName;
|
||||
private String image;
|
||||
private String introduce;
|
||||
private String publisherName;
|
||||
private Integer isVip;
|
||||
private BigDecimal price;
|
||||
private BigDecimal salePrice;
|
||||
}
|
||||
package com.peanut.modules.book.vo;
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
import java.math.BigDecimal;
|
||||
|
||||
@Data
|
||||
public class BookIndexVo {
|
||||
private Integer bookid;
|
||||
private String bookName;
|
||||
private String authorName;
|
||||
private String image;
|
||||
private String introduce;
|
||||
private String publisherName;
|
||||
private Integer isVip;
|
||||
private BigDecimal price;
|
||||
private BigDecimal salePrice;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user