From 11d541c9a8ec391447bb00477027e9fc357b598d Mon Sep 17 00:00:00 2001 From: fuliqi <fuliqi@qq.com> Date: 星期三, 04 九月 2024 18:45:45 +0800 Subject: [PATCH] 考核指标详情页面权限控制 --- ycl-pojo/src/main/java/com/ycl/platform/domain/result/OSDResult.java | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/ycl-pojo/src/main/java/com/ycl/platform/domain/result/OSDResult.java b/ycl-pojo/src/main/java/com/ycl/platform/domain/result/OSDResult.java index ade1021..0360f02 100644 --- a/ycl-pojo/src/main/java/com/ycl/platform/domain/result/OSDResult.java +++ b/ycl-pojo/src/main/java/com/ycl/platform/domain/result/OSDResult.java @@ -41,4 +41,6 @@ * 鍥恒�佹灙銆佽矾銆佽タ鍖� */ private String OSD4; + + private Integer deviceBrand; } -- Gitblit v1.8.0