文案修改

This commit is contained in:
2026-08-08 00:52:42 +08:00
parent f2c23cf6a5
commit c352a29b4e
10 changed files with 19 additions and 17 deletions

View File

@@ -10,7 +10,7 @@ export interface RosInspectionRecordLineImageQueryDTO {
export interface OrderItem {
property: string;
tableIndex: number;
tableIndex?: number;
asc?: boolean;
}