엔티티수정
This commit is contained in:
@@ -72,8 +72,7 @@ public class MapSheetAnalDataEntity {
|
|||||||
private Integer targetYyyy;
|
private Integer targetYyyy;
|
||||||
|
|
||||||
@Column(name = "data_json")
|
@Column(name = "data_json")
|
||||||
@JdbcTypeCode(SqlTypes.JSON)
|
private String dataJson;
|
||||||
private Map<String, Object> dataJson;
|
|
||||||
|
|
||||||
@Size(max = 20)
|
@Size(max = 20)
|
||||||
@Column(name = "data_state", length = 20)
|
@Column(name = "data_state", length = 20)
|
||||||
|
|||||||
Reference in New Issue
Block a user