广丰卷烟厂数采质量分析系统
ruoyi-plus-soybean/src/typings/api/qm.batch.api.d.ts
old mode 100644 new mode 100755
@@ -24,6 +24,8 @@
      eqpCode: string;
      /** 牌号 */
      matCode: string;
      /** 牌号 */
      matName: string;
      /** 判定依据代码 */
      judgeCode: string;
      /** 批次生成日期 */
@@ -112,7 +114,19 @@
    type BatchSearchParams = CommonType.RecordNullable<
      Pick<
        Api.Qm.Batch,
        'batchCode' | 'typ' | 'eqpCode' | 'matCode' | 'batchDate' | 'flag' | 'deleted' | 'category' | 'state'
        | 'batchCode'
        | 'isflag'
        | 'typ'
        | 'eqpCode'
        | 'matCode'
        | 'batchDate'
        | 'flag'
        | 'toMesDate'
        | 'fromMesDate'
        | 'enabled'
        | 'deleted'
        | 'category'
        | 'state'
      > &
        Api.Common.CommonSearchParams
    >;