https://nds-tyo.backlog.com/git/NEWDWH2021/newsdwh2021/pullRequests/37#comment-1247549 https://nds-tyo.backlog.com/git/NEWDWH2021/newsdwh2021/pullRequests/37#comment-1247558
9 lines
139 B
Python
9 lines
139 B
Python
from dataclasses import dataclass
|
|
|
|
|
|
@dataclass
|
|
class NoSecurityOptionView:
|
|
schema_name: str
|
|
table_name: str
|
|
security_type: str
|