old mode 100644
new mode 100755
| | |
| | | eqpCode: string; |
| | | /** 牌号 */ |
| | | matCode: string; |
| | | /** 牌号 */ |
| | | matName: string; |
| | | /** 判定依据代码 */ |
| | | judgeCode: string; |
| | | /** 批次生成日期 */ |
| | |
| | | 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 |
| | | >; |