wupengfei
8 天以前 8e99c3b1e12340c27ef71a3a3b0e7c93ae7f8464
1
2
3
4
5
6
7
8
9
import { BountyCheckStatusEnum } from '@/constants';
import { CustomerApplyFileTypeListItem } from '@/components/commonView/utils';
 
export type Form = {
  extraListFiles: CustomerApplyFileTypeListItem[];
 
  status: BountyCheckStatusEnum;
  remark: string;
};