签到状态判断优化

This commit is contained in:
xianyi
2026-01-12 10:35:19 +08:00
parent 48bfb6318b
commit c2e0f0f382
6 changed files with 12 additions and 1362 deletions

View File

@@ -127,9 +127,9 @@ export interface InputPhysicalExamCustomerList {
is_high_customer: number;
/** 是否普客 1-是 0-否) */
is_general_customer: number;
/** 是否已登记 1-是 0-否) */
/** 是否已签到 1-是 0-否) */
is_registered: number;
/** 是否未登记 1-是 0-否) */
/** 是否未签到 1-是 0-否) */
is_not_registered: number;
/** 是否散客 1-是 0-否) */
is_individual_customer: number;