feiyu02
2025-07-31 6688232eaa889eeb6c58d0d804b587699db55ec2
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