모델학습 데이터 등록 수정
This commit is contained in:
@@ -32,8 +32,8 @@ public class ModelMasterEntity {
|
||||
@Column(name = "model_no", length = 10)
|
||||
private String modelNo;
|
||||
|
||||
@Size(max = 50)
|
||||
@Column(name = "model_ver", length = 50)
|
||||
@Size(max = 200)
|
||||
@Column(name = "model_ver", length = 200)
|
||||
private String modelVer;
|
||||
|
||||
@Column(name = "model_step")
|
||||
|
||||
Reference in New Issue
Block a user