广丰卷烟厂数采质量分析系统
zhuguifei
2026-04-03 08114b7451615854cb01556a7c477e32e17f520e
ruoyi-plus-soybean/src/typings/api/qm.std.api.d.ts
@@ -46,14 +46,7 @@
        type StdSearchParams = CommonType.RecordNullable<
            Pick<
                Api.Qm.Std,
                        | 'stdCode'
                        | 'stdName'
                        | 'typ'
                        | 'stdDes'
                        | 'checkLevel'
                        | 'category'
                        | 'matfltype'
                        | 'matflname'
        'stdCode' | 'stdName' | 'typ' | 'stdDes' | 'checkLevel' | 'category' | 'matfltype' | 'matflname'
            > &
            Api.Common.CommonSearchParams
        >;