()
| 788 | } |
| 789 | |
| 790 | async inputNamePattern(): Promise<string | null> { |
| 791 | const input = await this.question("请输入供应商名称(模糊匹配): "); |
| 792 | return input || null; |
| 793 | } |
| 794 | } |
| 795 | |
| 796 | // ============================================================================ |