모델학습 데이터 등록 수정

This commit is contained in:
2026-02-04 19:15:10 +09:00
parent 200b384e19
commit ce69bacb01
8 changed files with 38 additions and 12 deletions

View File

@@ -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")