게시판 관리 기능 개선
This commit is contained in:
-1
@@ -26,7 +26,6 @@ public class PartnershipApplication extends Auditable {
|
|||||||
@Comment("비즈니스제목")
|
@Comment("비즈니스제목")
|
||||||
private String bizSubject;
|
private String bizSubject;
|
||||||
|
|
||||||
@Lob
|
|
||||||
@Column(name = "biz_detail", nullable = false)
|
@Column(name = "biz_detail", nullable = false)
|
||||||
@Comment("비즈니스내용")
|
@Comment("비즈니스내용")
|
||||||
private String bizDetail;
|
private String bizDetail;
|
||||||
|
|||||||
Reference in New Issue
Block a user