feiyu02
2025-07-30 f75ff7a0fc566dc18b60987b3fa2e65cae4665da
src/main/kotlin/cn/flightfeather/supervision/domain/ds1/entity/Itemevaluation.kt
@@ -7,7 +7,7 @@
@Table(name = "ea_t_itemevaluation")
@JsonInclude(JsonInclude.Include.NON_NULL)
public class Itemevaluation {
open class Itemevaluation {
    @Id
    @Column(name = "IE_GUID")
    var ieguid: String? = null