기관관리 - 리버스 프록시 경로 추가
eapim-portal CI (from elink-portal-common) / build (push) Has been cancelled

This commit is contained in:
eastargh
2026-06-24 16:38:34 +09:00
parent 13b00504ac
commit c3c10d1479
@@ -91,4 +91,8 @@ public class PortalOrg extends Auditable implements Serializable, com.eactive.ea
@Column(name = "sc_phone_number", length = 20)
@Comment("고객센터연락처")
private String scPhoneNumber;
@Column(name = "reverse_proxy_path", length = 255)
@Comment("리버스 프록시 경로")
private String reverseProxyPath;
}