このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
サインイン
wayne.lee
/
tsms
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
プルリクエスト
0
リリース
2
Wiki
アクティビティ
ソースを参照
[Cyril] - Modify Customer Table
tags/Baseline_30082024_FRONTEND_UAT
MSI\2Fi
1年前
親
6b18951fac
コミット
802ab0031e
1個のファイルの変更
、
3行の追加
、
1行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+3
-1
src/app/api/subsidiary/index.ts
+ 3
- 1
src/app/api/subsidiary/index.ts
ファイルの表示
@@ -22,7 +22,9 @@ export interface CustomerTable {
brNo: string | null;
address: string | null;
district: string | null;
customerType: string
customerType: string;
contacts: Contact[];
}
export interface CustomerType {
書き込み
プレビュー
読み込み中…
キャンセル
保存