Commit 77943386 by fukai

添加541 543

parent 13e81b1d
......@@ -34,6 +34,8 @@ export const mty=[
{mty:"mt422",desp:"MT 422 Advice of Fate and Request for Instructions"},
{mty:"mt499",desp:"MT 499 Free Format Message"},
{mty:"mt541",desp:"MT 541 Receive Against Payment"},
{mty:"mt543",desp:"MT 543 Deliver Against Payment"},
{mty:"mt599",desp:"MT 599 Free Format Message"},
......
......@@ -43,6 +43,8 @@ import MT747 from './MT747'
import MT769 from './MT769'
import MT605 from './MT605'
import MT607 from './MT607'
import MT543 from './MT543'
import MT541 from './MT541'
import MT707 from './MT707'
import MT1000 from './MT1000'
......@@ -130,6 +132,10 @@ export default function MTFactory(mty)
return MT607
if(mty=="mt707")
return MT707
if(mty=="mt541")
return MT541
if(mty=="mt543")
return MT543
if(mty=="mt1000")
return MT1000
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment