签到状态判断优化
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user