BoardVO.java
페이지 정보

본문
package com.pkt.model;
import java.util.Date;
import lombok.Data;
@Data
public class BoardVO {
private Integer bno;
private String title;
private String content;
private String writer;
private Date regdate;
private int viewcnt;
private int replycount; //댓글 수
private String file01;
private String file02;
private String file03;
private String file01_thum;
}
- 이전글● sboard - 글쓰기 ( 냉무 ) 24.08.01
- 다음글BoardMapper.xml 24.08.01
댓글목록
등록된 댓글이 없습니다.