isEmpty ()) return null; switch (channel) { case "SMS": return new SMSNotification(); case "EMAIL": return new EmailNotification(); case ...
確定! 回上一頁