From 2b31fa203f3435a582be51f45899d99164c9917a Mon Sep 17 00:00:00 2001
From: zhuguifei <312353457@qq.com>
Date: 星期四, 09 四月 2026 13:34:59 +0800
Subject: [PATCH] Merge branch 'master' of http://lanpucloud.cn:1111/r/SC/gfzl
---
ruoyi-plus-soybean/src/typings/api/qm.judge-details.api.d.ts | 142 ++++++++++++++++++++++-------------------------
1 files changed, 67 insertions(+), 75 deletions(-)
diff --git a/ruoyi-plus-soybean/src/typings/api/qm.judge-details.api.d.ts b/ruoyi-plus-soybean/src/typings/api/qm.judge-details.api.d.ts
index 1a542ce..681ce8f 100644
--- a/ruoyi-plus-soybean/src/typings/api/qm.judge-details.api.d.ts
+++ b/ruoyi-plus-soybean/src/typings/api/qm.judge-details.api.d.ts
@@ -4,82 +4,74 @@
* All backend api type
*/
declare namespace Api {
- /**
- * namespace Qm
- *
- * backend api module: "Qm"
- */
- namespace Qm {
- /** judge details */
- type JudgeDetails = Common.CommonRecord<{
- /** 缂栫爜 */
- id: CommonType.IdType;
- /** 鍒ゅ畾涓绘爣璇� */
- judgeId: CommonType.IdType;
- /** 鍒ゅ畾椤笽TEM */
- itemCod: string;
- /** 鍒ゅ畾椤筃AME */
- itemName: string;
- /** 鏍囧噯鍊� */
- value3: number;
- /** 鍒ゅ畾鍊�1 */
- value1: number;
- /** 鍒ゅ畾鍊�2 */
- value2: number;
- /** 缂洪櫡浣嶇疆 */
- location: string;
- /** 鍒ゅ畾绾у埆 (A,B,C,D) */
- cls: string;
- /** 鍒嗗�兼爣鍑� (鎵e垎鏍囧噯锛屽緱鍒嗘爣鍑�),姣斿涓嶅悎鏍间竴娆℃墸澶氬皯鍒� */
- stdscore: number;
- /** 鏍囪姝ら」鏄惁涓哄悎鎴愰」鐩紝姣斿澶栬锛屽疄闄呬笂鍏宠仈浜嗗緢澶氬瓙椤圭洰 */
- ismix: number;
- /** 鑻ユ瀛楁鏈塙UID鍊硷紝琛ㄦ槑瀹冨彲鑳戒负鍏朵粬椤圭洰鐨勫瓙椤癸紝姣斿鈥滅┖澶粹��,瀹冧负鐑熸敮澶栬椤圭洰鐨勫瓙椤� */
- rid: CommonType.IdType;
- /** 鑼冨洿-澶囩敤 */
- category: number;
- /** 澶囨敞 */
- decisionDes: string;
- /** 淇敼浜� */
- updateUser: string;
- }>;
+ /**
+ * namespace Qm
+ *
+ * backend api module: "Qm"
+ */
+ namespace Qm {
+ /** judge details */
+ type JudgeDetails = Common.CommonRecord<{
+ /** 缂栫爜 */
+ id: CommonType.IdType;
+ /** 鍒ゅ畾涓绘爣璇� */
+ judgeId: CommonType.IdType;
+ /** 鍒ゅ畾椤笽TEM */
+ itemCod: string;
+ /** 鍒ゅ畾椤筃AME */
+ itemName: string;
+ /** 鏍囧噯鍊� */
+ value3: number;
+ /** 鍒ゅ畾鍊�1 */
+ value1: number;
+ /** 鍒ゅ畾鍊�2 */
+ value2: number;
+ /** 缂洪櫡浣嶇疆 */
+ location: string;
+ /** 鍒ゅ畾绾у埆 (A,B,C,D) */
+ cls: string;
+ /** 鍒嗗�兼爣鍑� (鎵e垎鏍囧噯锛屽緱鍒嗘爣鍑�),姣斿涓嶅悎鏍间竴娆℃墸澶氬皯鍒� */
+ stdscore: number;
+ /** 鏍囪姝ら」鏄惁涓哄悎鎴愰」鐩紝姣斿澶栬锛屽疄闄呬笂鍏宠仈浜嗗緢澶氬瓙椤圭洰 */
+ ismix: number;
+ /** 鑻ユ瀛楁鏈塙UID鍊硷紝琛ㄦ槑瀹冨彲鑳戒负鍏朵粬椤圭洰鐨勫瓙椤癸紝姣斿鈥滅┖澶粹��,瀹冧负鐑熸敮澶栬椤圭洰鐨勫瓙椤� */
+ rid: CommonType.IdType;
+ /** 鑼冨洿-澶囩敤 */
+ category: number;
+ /** 澶囨敞 */
+ decisionDes: string;
+ /** 淇敼浜� */
+ updateUser: string;
+ }>;
- /** judge details search params */
- type JudgeDetailsSearchParams = CommonType.RecordNullable<
- Pick<
- Api.Qm.JudgeDetails,
- | 'judgeId'
- | 'itemCod'
- | 'itemName'
- | 'cls'
- | 'ismix'
- > &
- Api.Common.CommonSearchParams
- >;
+ /** judge details search params */
+ type JudgeDetailsSearchParams = CommonType.RecordNullable<
+ Pick<Api.Qm.JudgeDetails, 'judgeId' | 'itemCod' | 'itemName' | 'cls' | 'ismix'> & Api.Common.CommonSearchParams
+ >;
- /** judge details operate params */
- type JudgeDetailsOperateParams = CommonType.RecordNullable<
- Pick<
- Api.Qm.JudgeDetails,
- | 'id'
- | 'judgeId'
- | 'itemCod'
- | 'itemName'
- | 'value3'
- | 'value1'
- | 'value2'
- | 'location'
- | 'cls'
- | 'stdscore'
- | 'ismix'
- | 'rid'
- | 'category'
- | 'decisionDes'
- | 'updateUser'
- >
- >;
+ /** judge details operate params */
+ type JudgeDetailsOperateParams = CommonType.RecordNullable<
+ Pick<
+ Api.Qm.JudgeDetails,
+ | 'id'
+ | 'judgeId'
+ | 'itemCod'
+ | 'itemName'
+ | 'value3'
+ | 'value1'
+ | 'value2'
+ | 'location'
+ | 'cls'
+ | 'stdscore'
+ | 'ismix'
+ | 'rid'
+ | 'category'
+ | 'decisionDes'
+ | 'updateUser'
+ >
+ >;
- /** judge details list */
- type JudgeDetailsList = Api.Common.PaginatingQueryRecord<JudgeDetails>;
- }
+ /** judge details list */
+ type JudgeDetailsList = Api.Common.PaginatingQueryRecord<JudgeDetails>;
+ }
}
--
Gitblit v1.9.3