Jared há 2 anos atrás
pai
commit
7b00c7a1c2
1 ficheiros alterados com 15 adições e 11 exclusões
  1. 15 11
      diagrams/datamodel.puml

+ 15 - 11
diagrams/datamodel.puml

@@ -25,18 +25,16 @@ class 門市 {
   {field} 二配路順
   {field} 配送頻率
   {field} 配送週期
-  {method} test
 }
-
+門市 -- 通路商
 
 class 配送區 {
   {field} 縣市
   {field} 鄉鎮市區
   {field} 營業所
   {field} 營業所名稱
-  {method} test
 }
-
+營業所 -- 配送區
 
 class 貨態 {
   {field} 貨態代碼
@@ -45,10 +43,8 @@ class 貨態 {
 }
 
 
-
 class 通路商 {
   {field} 運單號碼
-  {method} test
 }
 note top of 通路商: 例:全家,統一數碼,黑貓宅急便
 
@@ -56,12 +52,10 @@ note top of 通路商: 例:全家,統一數碼,黑貓宅急便
 
 class 運單 {
   {field} 運單號碼
-  {method} test
 }
 
 class 配送單 {
   {field} 配送單號
-  {method} test
 }
 配送單 -- 運單
 配送單 -- 營業所
@@ -71,7 +65,6 @@ class 倉儲基本資料 {
   {field} 倉別
   {field} 儲區
   {field} 儲區內容物
-  {method} test
 }
 
 
@@ -104,7 +97,8 @@ class 庫存 {
   {method} 入庫(test)
   {method} 出庫(test)
 }
-
+庫存 -- 通路商
+庫存 -- 儲區
 
 class 揀貨單 {
   {field} 儲位
@@ -115,6 +109,8 @@ class 揀貨單 {
   {field} 貨物內容
   {field} 金額
 }
+揀貨單 -- 儲區
+揀貨單 -- 通路商
 
 class 進出倉紀錄 {
   {field} 倉別
@@ -127,6 +123,12 @@ class 進出倉紀錄 {
   {field} 退件單號
   {field} 進出倉時間
 }
+進出倉紀錄 -- 運單
+進出倉紀錄 -- 通路商
+進出倉紀錄 -- 營業所
+進出倉紀錄 -- 貨態
+進出倉紀錄 -- 使用者代碼
+
 
 class 袋{
   {field} 外袋條碼
@@ -147,7 +149,9 @@ class 出貨面單{
   {field} 品名
   {field} 貨件重量
 }
-出貨面單 -- 代碼表
+出貨面單 -- 通路商
+出貨面單 -- 配送單
+出貨面單 -- 運單
 
 
 class 代碼表 {