From 665ba0f9ae078c2859209451a163d10515171d11 Mon Sep 17 00:00:00 2001
From: wangzhibo <wangzhibo@shsening.com>
Date: 星期四, 13 八月 2026 12:05:48 +0800
Subject: [PATCH] add 预约和回收订单
---
src/modules/basicdata/entity/sorter.ts | 14 +++++++++++++-
1 files changed, 13 insertions(+), 1 deletions(-)
diff --git a/src/modules/basicdata/entity/sorter.ts b/src/modules/basicdata/entity/sorter.ts
index 74636e2..5f27442 100644
--- a/src/modules/basicdata/entity/sorter.ts
+++ b/src/modules/basicdata/entity/sorter.ts
@@ -13,12 +13,24 @@
@Column({ comment: '濮撳悕', length: 64 })
businessName: string;
- @Column({ comment: '鎵嬫満鍙�', length: 32, nullable: true })
+ @Column({ comment: '鎵嬫満鍙�', length: 32 })
phone: string;
+
+ @Column({ comment: '瀵嗙爜', length: 32, nullable: true })
+ password: string;
+
+ @Column({ comment: '鎬у埆', dict: ['鏈煡', '鐢�', '濂�'], default: '鐢�' })
+ sex: string;
+
+ @Column({ comment: '鐢熸棩', type: 'date', nullable: true })
+ birthday: Date;
@Column({ comment: '鍏ヨ亴鏃ユ湡', type: 'date', nullable: true })
hireDate: Date;
+ @Column({ comment: '绂昏亴鏃ユ湡', type: 'date', nullable: true })
+ leaveDate: Date;
+
@Column({ comment: '鐘舵��', dict: ['鍦ㄨ亴', '绂昏亴', '绂佺敤'], default: 0 })
status: number;
--
Gitblit v1.9.1