广丰卷烟厂数采质量分析系统
zhuguifei
7 天以前 2b31fa203f3435a582be51f45899d99164c9917a
ruoyi-plus-soybean/src/typings/api/qm.judge.api.d.ts
@@ -42,15 +42,7 @@
        /** judge search params */
        type JudgeSearchParams = CommonType.RecordNullable<
            Pick<
                Api.Qm.Judge,
                        | 'matCode'
                        | 'matName'
                        | 'judgeName'
                        | 'category'
                        | 'status'
            > &
            Api.Common.CommonSearchParams
      Pick<Api.Qm.Judge, 'matCode' | 'matName' | 'judgeName' | 'category' | 'status'> & Api.Common.CommonSearchParams
        >;
        /** judge operate params */