广丰卷烟厂数采质量分析系统
zhuguifei
7 天以前 2b31fa203f3435a582be51f45899d99164c9917a
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
        >;