카멜케이스 -> 소문자로 변경
This commit is contained in:
@@ -63,7 +63,7 @@ public class StandardMessageInfo extends AbstractEntity<String> implements Seria
|
|||||||
// jwhong 추가
|
// jwhong 추가
|
||||||
@Column(length = 100,unique = true)
|
@Column(length = 100,unique = true)
|
||||||
@Comment("인터페이스URL Full Path")
|
@Comment("인터페이스URL Full Path")
|
||||||
private String apiFullPath;
|
private String apifullpath;
|
||||||
|
|
||||||
@Column(length = 17)
|
@Column(length = 17)
|
||||||
@Comment("최종수정시간")
|
@Comment("최종수정시간")
|
||||||
|
|||||||
Reference in New Issue
Block a user