apiFullPath column 길이 수정
This commit is contained in:
@@ -61,7 +61,7 @@ public class StandardMessageInfo extends AbstractEntity<String> implements Seria
|
||||
private String modfimgtstusdstcd;
|
||||
|
||||
// jwhong 추가
|
||||
@Column(length = 50,unique = true)
|
||||
@Column(length = 100,unique = true)
|
||||
@Comment("인터페이스URL Full Path")
|
||||
private String apiFullPath;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user