feat/training_260202 #10
@@ -38,6 +38,12 @@ public class ModelDatasetEntity {
|
|||||||
@Column(name = "container_cnt")
|
@Column(name = "container_cnt")
|
||||||
private Long containerCnt;
|
private Long containerCnt;
|
||||||
|
|
||||||
|
@Column(name = "waste_cnt")
|
||||||
|
private Long wasteCnt;
|
||||||
|
|
||||||
|
@Column(name = "land_cover_cnt")
|
||||||
|
private Long landCoverCnt;
|
||||||
|
|
||||||
@ColumnDefault("now()")
|
@ColumnDefault("now()")
|
||||||
@Column(name = "created_dttm")
|
@Column(name = "created_dttm")
|
||||||
private OffsetDateTime createdDttm;
|
private OffsetDateTime createdDttm;
|
||||||
|
|||||||
Reference in New Issue
Block a user