From a700aeb0a07d11da1e6b2ae999983ba17a415c70 Mon Sep 17 00:00:00 2001 From: feiyu02 <risaku@163.com> Date: 星期三, 30 七月 2025 16:02:04 +0800 Subject: [PATCH] 2025.7.30 1. 新增基础数据产品相关接口(待完成) --- src/main/kotlin/cn/flightfeather/supervision/model/dataproduct/PPListProblemChange.kt | 35 +++++++++++++++++++++++++++++++++++ 1 files changed, 35 insertions(+), 0 deletions(-) diff --git a/src/main/kotlin/cn/flightfeather/supervision/model/dataproduct/PPListProblemChange.kt b/src/main/kotlin/cn/flightfeather/supervision/model/dataproduct/PPListProblemChange.kt new file mode 100644 index 0000000..d587397 --- /dev/null +++ b/src/main/kotlin/cn/flightfeather/supervision/model/dataproduct/PPListProblemChange.kt @@ -0,0 +1,35 @@ +package cn.flightfeather.supervision.model.dataproduct + +import cn.flightfeather.supervision.domain.ds1.entity.Problemlist +import cn.flightfeather.supervision.domain.ds1.entity.Problemtype +import cn.flightfeather.supervision.domain.ds1.entity.Scense +import cn.flightfeather.supervision.domain.ds1.entity.Subtask + +/** + * 鍒濈骇鏁版嵁浜у搧 + * 鍦烘櫙闂鏁存敼娓呭崟 + * @date 2025/7/30 + * @author feiyu02 + */ +class PPListProblemChange { + + /** + * 闂淇℃伅 + */ + var problem: Problemlist? = null + + /** + * 鍦烘櫙淇℃伅 + */ + var scene: Scense? = null + + /** + * 宸℃煡淇℃伅 + */ + var subTask: Subtask? = null + + /** + * 闂绫诲瀷 + */ + var problemType: Problemtype? = null +} \ No newline at end of file -- Gitblit v1.9.3