게시판 관리 기능 개선

This commit is contained in:
Rinjae
2026-01-18 18:22:32 +09:00
parent e02004532f
commit c9028d77fc
@@ -26,7 +26,6 @@ public class PartnershipApplication extends Auditable {
@Comment("비즈니스제목")
private String bizSubject;
@Lob
@Column(name = "biz_detail", nullable = false)
@Comment("비즈니스내용")
private String bizDetail;