style: ドキュメントコメント追記

This commit is contained in:
shimoda.m@nds-tyo.co.jp 2023-04-06 13:44:27 +09:00
parent 2af174da79
commit 22d9f8ecb8
3 changed files with 6 additions and 0 deletions

View File

@ -4,6 +4,8 @@ from src.batch.ultmarc.utmp_tables.tables.com_alma import ComAlma
class ComAlmaMapper(UltmarcTableMapper):
"""COM_出身校 登録処理"""
# レコード存在確認SQL
RECORD_EXISTS_QUERY = """\
SELECT

View File

@ -4,6 +4,8 @@ from src.batch.ultmarc.utmp_tables.tables.com_dr_wrkplace import ComDrWrkplace
class ComDrWrkplaceMapper(UltmarcTableMapper):
"""COM_医師勤務先 登録処理"""
# レコード存在確認SQL
RECORD_EXISTS_QUERY = """\
SELECT

View File

@ -4,6 +4,8 @@ from src.batch.ultmarc.utmp_tables.tables.com_hamtec import ComHamtec
class ComHamtecMapper(UltmarcTableMapper):
"""COM_高度先進医療 登録処理"""
# レコード存在確認SQL
RECORD_EXISTS_QUERY = """\
SELECT