엔티티수정

This commit is contained in:
2025-11-27 15:03:51 +09:00
parent 510483a537
commit fc4300a242

View File

@@ -72,8 +72,7 @@ public class MapSheetAnalDataEntity {
private Integer targetYyyy;
@Column(name = "data_json")
@JdbcTypeCode(SqlTypes.JSON)
private Map<String, Object> dataJson;
private String dataJson;
@Size(max = 20)
@Column(name = "data_state", length = 20)