hcong
2024-12-10 82baf5d28ce79aa4d3b64956207d247596726924
src/main/kotlin/cn/flightfeather/supervision/domain/ds1/entity/Evaluation.kt
@@ -8,7 +8,7 @@
@Table(name = "ea_t_evaluation")
@JsonInclude(JsonInclude.Include.NON_NULL)
public class Evaluation {
open class Evaluation {
    @Id
    @Column(name = "E_GUID")
    var guid: String? = null