hcong
2024-12-02 c95f66f4b81e81df9432c0c6d306ad22e3f5e587
src/main/kotlin/cn/flightfeather/supervision/domain/ds1/entity/Problemlist.kt
@@ -9,7 +9,7 @@
@Table(name = "im_t_problemlist")
@JsonInclude(JsonInclude.Include.NON_NULL)
public class Problemlist {
open class Problemlist {
    @Id
    @Column(name = "PL_GUID")
    var guid: String? = null