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/PPListProbRecurrence.kt | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 42 insertions(+), 0 deletions(-) diff --git a/src/main/kotlin/cn/flightfeather/supervision/model/dataproduct/PPListProbRecurrence.kt b/src/main/kotlin/cn/flightfeather/supervision/model/dataproduct/PPListProbRecurrence.kt new file mode 100644 index 0000000..1013740 --- /dev/null +++ b/src/main/kotlin/cn/flightfeather/supervision/model/dataproduct/PPListProbRecurrence.kt @@ -0,0 +1,42 @@ +package cn.flightfeather.supervision.model.dataproduct + +import cn.flightfeather.supervision.domain.ds1.entity.Scense + +/** + * 鍒濈骇鏁版嵁浜у搧 + * 闂澶嶅彂鎯呭喌 + * @date 2025/7/30 + * @author feiyu02 + */ +class PPListProbRecurrence { + + /** + * 鍦烘櫙淇℃伅 + */ + var scene: Scense? = null + + /** + * 闂绫诲瀷id + */ + var ptGuid: String? = null + + /** + * 闂绫诲瀷鍚嶇О + */ + var pTName: String? = null + + /** + * 闂鍚嶇О + */ + var problemName: String? = null + + /** + * 闂鏁� + */ + var proNum: Int = 0 + + /** + * 鏁存敼鏁� + */ + var changeNum: Int = 0 +} \ No newline at end of file -- Gitblit v1.9.3