Bladeren bron

Merge branch 'master' of http://112.172.147.34:4936/style24/style24.doc

# Conflicts:
#	산출물/3.설계/ST24_TSIT-D202-프로그램목록(V1.5)-20210108.xlsx
JUSEUNG 5 jaren geleden
bovenliggende
commit
95246d2680

+ 95 - 6
산출물/3.설계/05.DB-Object/06.DDL/table.sql

@@ -56,6 +56,7 @@ CREATE TABLE TB_AF_LINK
   AF_LINK_CD   VARCHAR(20) NOT NULL COMMENT '제휴링크코드',
   AF_LINK_NM   VARCHAR(50) NOT NULL COMMENT '제휴링크명',
   AF_CHANNEL   VARCHAR(20) NOT NULL COMMENT '제휴채널(공통코드G053)',
+  FEE_RATE     FLOAT(5,2) UNSIGNED DEFAULT 0.0 NOT NULL COMMENT '수수료율',
   DISP_ORD     SMALLINT UNSIGNED NOT NULL COMMENT '표시순서',
   USE_YN       CHAR(1) DEFAULT 'Y' NOT NULL COMMENT '사용여부(Y:사용)',
   REG_NO       INT UNSIGNED NOT NULL COMMENT '등록자번호',
@@ -67,7 +68,88 @@ CREATE TABLE TB_AF_LINK
 COMMENT '제휴링크. 신규 제휴링크 등록에 의한 발생'
 ;
 
-INSERT INTO TB_AF_LINK VALUES ('AF001', 'STYLE24', 'AFC01', 1, 'Y', 1, NOW(), 1, NOW());
+INSERT INTO TB_AF_LINK VALUES ('AF001', '북마크', 'AF001', 3.0, 1, 'Y', 1, NOW(), 1, NOW());
+INSERT INTO TB_AF_LINK VALUES ('AF002', '이메일_마케팅_PC', 'AF002', 3.0, 2, 'Y', 1, NOW(), 1, NOW());
+INSERT INTO TB_AF_LINK VALUES ('AF003', '이메일_유아동_PC', 'AF003', 3.0, 3, 'Y', 1, NOW(), 1, NOW());
+INSERT INTO TB_AF_LINK VALUES ('AF004', '이메일_캐주얼_PC', 'AF004', 3.0, 4, 'Y', 1, NOW(), 1, NOW());
+INSERT INTO TB_AF_LINK VALUES ('AF005', '이메일_입점_PC', 'AF005', 3.0, 5, 'Y', 1, NOW(), 1, NOW());
+INSERT INTO TB_AF_LINK VALUES ('AF006', 'PC웹', 'AF006', 3.0, 6, 'Y', 1, NOW(), 1, NOW());
+INSERT INTO TB_AF_LINK VALUES ('AF007', '잇스타일', 'AF007', 3.0, 7, 'Y', 1, NOW(), 1, NOW());
+INSERT INTO TB_AF_LINK VALUES ('AF008', 'LMS_PC', 'AF008', 3.0, 8, 'Y', 1, NOW(), 1, NOW());
+INSERT INTO TB_AF_LINK VALUES ('AF009', 'LMS1_PC', 'AF009', 3.0, 9, 'Y', 1, NOW(), 1, NOW());
+INSERT INTO TB_AF_LINK VALUES ('AF010', 'LMS2_PC', 'AF010', 3.0, 10, 'Y', 1, NOW(), 1, NOW());
+INSERT INTO TB_AF_LINK VALUES ('AF011', '이메일_마케팅_M', 'AF011', 3.0, 11, 'Y', 1, NOW(), 1, NOW());
+INSERT INTO TB_AF_LINK VALUES ('AF012', '이메일_유아동_M', 'AF012', 3.0, 12, 'Y', 1, NOW(), 1, NOW());
+INSERT INTO TB_AF_LINK VALUES ('AF013', '이메일_캐주얼_M', 'AF013', 3.0, 13, 'Y', 1, NOW(), 1, NOW());
+INSERT INTO TB_AF_LINK VALUES ('AF014', '이메일_입점_M', 'AF014', 3.0, 14, 'Y', 1, NOW(), 1, NOW());
+INSERT INTO TB_AF_LINK VALUES ('AF015', 'M웹', 'AF015', 3.0, 15, 'Y', 1, NOW(), 1, NOW());
+INSERT INTO TB_AF_LINK VALUES ('AF016', 'And앱', 'AF016', 3.0, 16, 'Y', 1, NOW(), 1, NOW());
+INSERT INTO TB_AF_LINK VALUES ('AF017', 'iOS앱', 'AF017', 3.0, 17, 'Y', 1, NOW(), 1, NOW());
+INSERT INTO TB_AF_LINK VALUES ('AF018', 'LMS_M', 'AF018', 3.0, 18, 'Y', 1, NOW(), 1, NOW());
+INSERT INTO TB_AF_LINK VALUES ('AF019', 'LMS1_M', 'AF019', 3.0, 19, 'Y', 1, NOW(), 1, NOW());
+INSERT INTO TB_AF_LINK VALUES ('AF020', 'LMS2_M', 'AF020', 3.0, 20, 'Y', 1, NOW(), 1, NOW());
+INSERT INTO TB_AF_LINK VALUES ('AF021', '앱푸시_마케팅', 'AF021', 3.0, 21, 'Y', 1, NOW(), 1, NOW());
+INSERT INTO TB_AF_LINK VALUES ('AF022', '앱푸시_유아동', 'AF022', 3.0, 22, 'Y', 1, NOW(), 1, NOW());
+INSERT INTO TB_AF_LINK VALUES ('AF023', '앱푸시_캐주얼', 'AF023', 3.0, 23, 'Y', 1, NOW(), 1, NOW());
+INSERT INTO TB_AF_LINK VALUES ('AF024', '앱푸시_입점', 'AF024', 3.0, 24, 'Y', 1, NOW(), 1, NOW());
+INSERT INTO TB_AF_LINK VALUES ('AF025', '스냅', 'AF025', 3.0, 25, 'Y', 1, NOW(), 1, NOW());
+INSERT INTO TB_AF_LINK VALUES ('AF026', '스냅', 'AF026', 3.0, 26, 'Y', 1, NOW(), 1, NOW());
+INSERT INTO TB_AF_LINK VALUES ('AF027', '스냅1', 'AF027', 3.0, 27, 'Y', 1, NOW(), 1, NOW());
+INSERT INTO TB_AF_LINK VALUES ('AF028', '쇼핑_M', 'AF028', 3.0, 28, 'Y', 1, NOW(), 1, NOW());
+INSERT INTO TB_AF_LINK VALUES ('AF029', '브랜드검색_M', 'AF029', 3.0, 29, 'Y', 1, NOW(), 1, NOW());
+INSERT INTO TB_AF_LINK VALUES ('AF030', '브랜드검색_M', 'AF030', 3.0, 30, 'Y', 1, NOW(), 1, NOW());
+INSERT INTO TB_AF_LINK VALUES ('AF031', '검색_M', 'AF031', 3.0, 31, 'Y', 1, NOW(), 1, NOW());
+INSERT INTO TB_AF_LINK VALUES ('AF032', '키워드광고_M', 'AF032', 3.0, 32, 'Y', 1, NOW(), 1, NOW());
+INSERT INTO TB_AF_LINK VALUES ('AF033', '쇼핑_PC', 'AF033', 3.0, 33, 'Y', 1, NOW(), 1, NOW());
+INSERT INTO TB_AF_LINK VALUES ('AF034', '브랜드검색_PC', 'AF034', 3.0, 34, 'Y', 1, NOW(), 1, NOW());
+INSERT INTO TB_AF_LINK VALUES ('AF035', '브랜드검색_PC', 'AF035', 3.0, 35, 'Y', 1, NOW(), 1, NOW());
+INSERT INTO TB_AF_LINK VALUES ('AF036', '브랜드검색_PC', 'AF036', 3.0, 36, 'Y', 1, NOW(), 1, NOW());
+INSERT INTO TB_AF_LINK VALUES ('AF037', '브랜드검색_PC', 'AF037', 3.0, 37, 'Y', 1, NOW(), 1, NOW());
+INSERT INTO TB_AF_LINK VALUES ('AF038', '검색_PC', 'AF038', 3.0, 38, 'Y', 1, NOW(), 1, NOW());
+INSERT INTO TB_AF_LINK VALUES ('AF039', '키워드광고_PC', 'AF039', 3.0, 39, 'Y', 1, NOW(), 1, NOW());
+INSERT INTO TB_AF_LINK VALUES ('AF040', '쇼핑하우_M', 'AF040', 3.0, 40, 'Y', 1, NOW(), 1, NOW());
+INSERT INTO TB_AF_LINK VALUES ('AF041', '키워드광고_M', 'AF041', 3.0, 41, 'Y', 1, NOW(), 1, NOW());
+INSERT INTO TB_AF_LINK VALUES ('AF042', '검색_M', 'AF042', 3.0, 42, 'Y', 1, NOW(), 1, NOW());
+INSERT INTO TB_AF_LINK VALUES ('AF043', '쇼핑하우_PC', 'AF043', 3.0, 43, 'Y', 1, NOW(), 1, NOW());
+INSERT INTO TB_AF_LINK VALUES ('AF044', '키워드광고_PC', 'AF044', 3.0, 44, 'Y', 1, NOW(), 1, NOW());
+INSERT INTO TB_AF_LINK VALUES ('AF045', '퀵링크광고', 'AF045', 3.0, 45, 'Y', 1, NOW(), 1, NOW());
+INSERT INTO TB_AF_LINK VALUES ('AF046', '검색_PC', 'AF046', 3.0, 46, 'Y', 1, NOW(), 1, NOW());
+INSERT INTO TB_AF_LINK VALUES ('AF047', '네이트_PC', 'AF047', 3.0, 47, 'Y', 1, NOW(), 1, NOW());
+INSERT INTO TB_AF_LINK VALUES ('AF048', '네이트DB_PC', 'AF048', 3.0, 48, 'Y', 1, NOW(), 1, NOW());
+INSERT INTO TB_AF_LINK VALUES ('AF049', '리타게팅광고_PC', 'AF049', 3.0, 49, 'Y', 1, NOW(), 1, NOW());
+INSERT INTO TB_AF_LINK VALUES ('AF050', '리타게팅광고_M', 'AF050', 3.0, 50, 'Y', 1, NOW(), 1, NOW());
+INSERT INTO TB_AF_LINK VALUES ('AF051', '비즈보드배너', 'AF051', 3.0, 51, 'Y', 1, NOW(), 1, NOW());
+INSERT INTO TB_AF_LINK VALUES ('AF052', '포스팅_PC', 'AF052', 3.0, 52, 'Y', 1, NOW(), 1, NOW());
+INSERT INTO TB_AF_LINK VALUES ('AF053', '광고_PC', 'AF053', 3.0, 53, 'Y', 1, NOW(), 1, NOW());
+INSERT INTO TB_AF_LINK VALUES ('AF054', '포스팅_M', 'AF054', 3.0, 54, 'Y', 1, NOW(), 1, NOW());
+INSERT INTO TB_AF_LINK VALUES ('AF055', '광고_M', 'AF055', 3.0, 55, 'Y', 1, NOW(), 1, NOW());
+INSERT INTO TB_AF_LINK VALUES ('AF056', '포스팅_M', 'AF056', 3.0, 56, 'Y', 1, NOW(), 1, NOW());
+INSERT INTO TB_AF_LINK VALUES ('AF057', '광고_M', 'AF057', 3.0, 57, 'Y', 1, NOW(), 1, NOW());
+INSERT INTO TB_AF_LINK VALUES ('AF058', '포스팅_PC', 'AF058', 3.0, 58, 'Y', 1, NOW(), 1, NOW());
+INSERT INTO TB_AF_LINK VALUES ('AF059', '광고_PC', 'AF059', 3.0, 59, 'Y', 1, NOW(), 1, NOW());
+INSERT INTO TB_AF_LINK VALUES ('AF060', 'GDN광고_M', 'AF060', 3.0, 60, 'Y', 1, NOW(), 1, NOW());
+INSERT INTO TB_AF_LINK VALUES ('AF061', '키워드광고_M', 'AF061', 3.0, 61, 'Y', 1, NOW(), 1, NOW());
+INSERT INTO TB_AF_LINK VALUES ('AF062', 'GDN광고_PC', 'AF062', 3.0, 62, 'Y', 1, NOW(), 1, NOW());
+INSERT INTO TB_AF_LINK VALUES ('AF063', '키워드광고_PC', 'AF063', 3.0, 63, 'Y', 1, NOW(), 1, NOW());
+INSERT INTO TB_AF_LINK VALUES ('AF064', '바이럴_M', 'AF064', 3.0, 64, 'Y', 1, NOW(), 1, NOW());
+INSERT INTO TB_AF_LINK VALUES ('AF065', '바이럴1_M', 'AF065', 3.0, 65, 'Y', 1, NOW(), 1, NOW());
+INSERT INTO TB_AF_LINK VALUES ('AF066', '바이럴2_M', 'AF066', 3.0, 66, 'Y', 1, NOW(), 1, NOW());
+INSERT INTO TB_AF_LINK VALUES ('AF067', '바이럴_PC', 'AF067', 3.0, 67, 'Y', 1, NOW(), 1, NOW());
+INSERT INTO TB_AF_LINK VALUES ('AF068', '바이럴1_PC', 'AF068', 3.0, 68, 'Y', 1, NOW(), 1, NOW());
+INSERT INTO TB_AF_LINK VALUES ('AF069', '바이럴2_PC', 'AF069', 3.0, 69, 'Y', 1, NOW(), 1, NOW());
+INSERT INTO TB_AF_LINK VALUES ('AF070', '리타게팅광고_M', 'AF070', 3.0, 70, 'Y', 1, NOW(), 1, NOW());
+INSERT INTO TB_AF_LINK VALUES ('AF071', '리타게팅광고_PC', 'AF071', 3.0, 71, 'Y', 1, NOW(), 1, NOW());
+INSERT INTO TB_AF_LINK VALUES ('AF072', '허브앱_M', 'AF072', 3.0, 72, 'Y', 1, NOW(), 1, NOW());
+INSERT INTO TB_AF_LINK VALUES ('AF073', '허브앱_PC', 'AF073', 3.0, 73, 'Y', 1, NOW(), 1, NOW());
+INSERT INTO TB_AF_LINK VALUES ('AF074', 'M웹', 'AF074', 3.0, 74, 'Y', 1, NOW(), 1, NOW());
+INSERT INTO TB_AF_LINK VALUES ('AF075', 'PC웹', 'AF075', 3.0, 75, 'Y', 1, NOW(), 1, NOW());
+INSERT INTO TB_AF_LINK VALUES ('AF076', '경유포인트', 'AF076', 3.0, 76, 'Y', 1, NOW(), 1, NOW());
+INSERT INTO TB_AF_LINK VALUES ('AF077', '한세드림1_M', 'AF077', 3.0, 77, 'Y', 1, NOW(), 1, NOW());
+INSERT INTO TB_AF_LINK VALUES ('AF078', '한세드림2_M', 'AF078', 3.0, 78, 'Y', 1, NOW(), 1, NOW());
+INSERT INTO TB_AF_LINK VALUES ('AF079', '한세드림3_M', 'AF079', 3.0, 79, 'Y', 1, NOW(), 1, NOW());
+INSERT INTO TB_AF_LINK VALUES ('AF080', '한세드림1_PC', 'AF080', 3.0, 80, 'Y', 1, NOW(), 1, NOW());
+INSERT INTO TB_AF_LINK VALUES ('AF081', '한세드림2_PC', 'AF081', 3.0, 81, 'Y', 1, NOW(), 1, NOW());
+INSERT INTO TB_AF_LINK VALUES ('AF082', '한세드림3_PC', 'AF082', 3.0, 82, 'Y', 1, NOW(), 1, NOW());
 
 COMMIT;
 
@@ -1016,11 +1098,18 @@ INSERT INTO TB_COMMON_CODE VALUES ('G052', 'G052_20', '이미출고되어취소
 INSERT INTO TB_COMMON_CODE VALUES ('G052', 'G052_30', '취소된주문건', NULL, 'Y', 30, 1, NOW(), 1, NOW());
 
 INSERT INTO TB_COMMON_CODE VALUES ('ROOT', 'G053', '제휴채널', NULL, 'Y', 53, 1, NOW(), 1, NOW());
-INSERT INTO TB_COMMON_CODE VALUES ('G053', 'G053_AFC01', '직접', NULL, 'Y', 1, 1, NOW(), 1, NOW());
-INSERT INTO TB_COMMON_CODE VALUES ('G053', 'G053_AFC02', '네이버', NULL, 'Y', 2, 1, NOW(), 1, NOW());
-INSERT INTO TB_COMMON_CODE VALUES ('G053', 'G053_AFC03', '페이스북', NULL, 'Y', 3, 1, NOW(), 1, NOW());
-INSERT INTO TB_COMMON_CODE VALUES ('G053', 'G053_AFC04', '크리테오', NULL, 'Y', 4, 1, NOW(), 1, NOW());
-INSERT INTO TB_COMMON_CODE VALUES ('G053', 'G053_AFC05', '다음', NULL, 'Y', 5, 1, NOW(), 1, NOW());
+INSERT INTO TB_COMMON_CODE VALUES ('G053', 'G053_01', '직접', NULL, 'Y', 1, 1, NOW(), 1, NOW());
+INSERT INTO TB_COMMON_CODE VALUES ('G053', 'G053_02', '네이버', NULL, 'Y', 2, 1, NOW(), 1, NOW());
+INSERT INTO TB_COMMON_CODE VALUES ('G053', 'G053_03', '다음', NULL, 'Y', 3, 1, NOW(), 1, NOW());
+INSERT INTO TB_COMMON_CODE VALUES ('G053', 'G053_04', '크리테오', NULL, 'Y', 4, 1, NOW(), 1, NOW());
+INSERT INTO TB_COMMON_CODE VALUES ('G053', 'G053_05', '카카오', NULL, 'Y', 5, 1, NOW(), 1, NOW());
+INSERT INTO TB_COMMON_CODE VALUES ('G053', 'G053_06', '인스타그램', NULL, 'Y', 6, 1, NOW(), 1, NOW());
+INSERT INTO TB_COMMON_CODE VALUES ('G053', 'G053_07', '페이스북', NULL, 'Y', 7, 1, NOW(), 1, NOW());
+INSERT INTO TB_COMMON_CODE VALUES ('G053', 'G053_08', '구글', NULL, 'Y', 8, 1, NOW(), 1, NOW());
+INSERT INTO TB_COMMON_CODE VALUES ('G053', 'G053_09', '바이럴', NULL, 'Y', 9, 1, NOW(), 1, NOW());
+INSERT INTO TB_COMMON_CODE VALUES ('G053', 'G053_10', '모비온', NULL, 'Y', 10, 1, NOW(), 1, NOW());
+INSERT INTO TB_COMMON_CODE VALUES ('G053', 'G053_11', 'YES24', NULL, 'Y', 11, 1, NOW(), 1, NOW());
+INSERT INTO TB_COMMON_CODE VALUES ('G053', 'G053_12', '한세드림', NULL, 'Y', 12, 1, NOW(), 1, NOW());
 
 INSERT INTO TB_COMMON_CODE VALUES ('ROOT', 'G054', '접촉유형', NULL, 'Y', 54, 1, NOW(), 1, NOW());
 INSERT INTO TB_COMMON_CODE VALUES ('G054', 'G054_100', '프로모션', NULL, 'Y', 100, 1, NOW(), 1, NOW());

+ 70 - 0
산출물/3.설계/ERD/.metadata/.log

@@ -3748,3 +3748,73 @@ Command-line arguments:  -os win32 -ws win32 -arch x86 D:\WIDE\workspace\webapps
 
 !ENTRY org.eclipse.osgi 2 1 2021-01-05 13:08:04.581
 !MESSAGE NLS unused message: ToggleColumnVisibilityHandler_5 in: com.tomato.exerd.handler.messages
+!SESSION 2021-01-12 10:14:10.554 -----------------------------------------------
+eclipse.buildId=M20090211-1700
+java.version=1.6.0_24
+java.vendor=Sun Microsystems Inc.
+BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=ko_KR
+Framework arguments:  D:\WIDE\workspace\webapps\style24\style24.doc\산출물\3.설계\ERD\ST24.exerd
+Command-line arguments:  -os win32 -ws win32 -arch x86 D:\WIDE\workspace\webapps\style24\style24.doc\산출물\3.설계\ERD\ST24.exerd
+
+!ENTRY org.eclipse.osgi 2 1 2021-01-12 10:14:11.627
+!MESSAGE NLS unused message: OpenResourceDialog_openButton_text in: org.eclipse.ui.internal.ide.messages
+
+!ENTRY org.eclipse.osgi 2 1 2021-01-12 10:14:11.628
+!MESSAGE NLS unused message: OpenResourceDialog_openWithMenu_label in: org.eclipse.ui.internal.ide.messages
+
+!ENTRY org.eclipse.osgi 2 1 2021-01-12 10:14:11.628
+!MESSAGE NLS unused message: OpenResourceDialog_openWithButton_toolTip in: org.eclipse.ui.internal.ide.messages
+
+!ENTRY org.eclipse.osgi 2 1 2021-01-12 10:14:11.629
+!MESSAGE NLS unused message: CleanDialog_cleanSelectedTaskName in: org.eclipse.ui.internal.ide.messages
+
+!ENTRY org.eclipse.osgi 2 1 2021-01-12 10:14:11.630
+!MESSAGE NLS unused message: RecentWorkspacesPreferencePage_PromptAtStartup_label in: org.eclipse.ui.internal.ide.messages
+
+!ENTRY org.eclipse.osgi 2 1 2021-01-12 10:14:11.631
+!MESSAGE NLS unused message: RecentWorkspacesPreferencePage_RemoveButton_label in: org.eclipse.ui.internal.ide.messages
+
+!ENTRY org.eclipse.osgi 2 1 2021-01-12 10:14:14.139
+!MESSAGE NLS unused message: url_couldNotResolve_projectDoesNotExist in: org.eclipse.core.internal.utils.messages
+
+!ENTRY org.eclipse.core.resources 2 10035 2021-01-12 10:14:14.191
+!MESSAGE The workspace exited with unsaved changes in the previous session; refreshing workspace to recover changes.
+
+!ENTRY org.eclipse.osgi 2 1 2021-01-12 10:14:14.390
+!MESSAGE NLS unused message: Shortcuts_shortcutTab in: org.eclipse.ui.internal.messages
+
+!ENTRY org.eclipse.osgi 2 1 2021-01-12 10:14:14.391
+!MESSAGE NLS unused message: Shortcuts_selectShortcutsLabel in: org.eclipse.ui.internal.messages
+
+!ENTRY org.eclipse.osgi 2 1 2021-01-12 10:14:14.391
+!MESSAGE NLS unused message: Shortcuts_availableMenus in: org.eclipse.ui.internal.messages
+
+!ENTRY org.eclipse.osgi 2 1 2021-01-12 10:14:14.391
+!MESSAGE NLS unused message: Shortcuts_availableCategories in: org.eclipse.ui.internal.messages
+
+!ENTRY org.eclipse.osgi 2 1 2021-01-12 10:14:14.392
+!MESSAGE NLS unused message: Shortcuts_allShortcuts in: org.eclipse.ui.internal.messages
+
+!ENTRY org.eclipse.osgi 2 1 2021-01-12 10:14:14.392
+!MESSAGE NLS unused message: Util_listNull in: org.eclipse.ui.internal.messages
+
+!ENTRY org.eclipse.osgi 2 1 2021-01-12 10:14:14.392
+!MESSAGE NLS unused message: OpenBrowserHandler_NoInfoDialogTitle in: org.eclipse.ui.internal.messages
+
+!ENTRY org.eclipse.osgi 2 1 2021-01-12 10:14:14.393
+!MESSAGE NLS unused message: AboutFeaturesDialog_SimpleTitle in: org.eclipse.ui.internal.messages
+
+!ENTRY org.eclipse.osgi 2 1 2021-01-12 10:14:18.216
+!MESSAGE NLS unused message: BinaryDumpHandler_1 in: com.tomato.exerd.handler.messages
+
+!ENTRY org.eclipse.osgi 2 1 2021-01-12 10:14:18.217
+!MESSAGE NLS unused message: ConvertToXMLHandler_1 in: com.tomato.exerd.handler.messages
+
+!ENTRY org.eclipse.osgi 2 1 2021-01-12 10:14:18.217
+!MESSAGE NLS unused message: SelectHandler_11 in: com.tomato.exerd.handler.messages
+
+!ENTRY org.eclipse.osgi 2 1 2021-01-12 10:14:18.218
+!MESSAGE NLS unused message: ToggleColumnVisibilityHandler_4 in: com.tomato.exerd.handler.messages
+
+!ENTRY org.eclipse.osgi 2 1 2021-01-12 10:14:18.218
+!MESSAGE NLS unused message: ToggleColumnVisibilityHandler_5 in: com.tomato.exerd.handler.messages

BIN
산출물/3.설계/ERD/.metadata/.plugins/org.eclipse.core.resources/.root/49.tree


BIN
산출물/3.설계/ERD/.metadata/.plugins/org.eclipse.core.resources/.root/50.tree


BIN
산출물/3.설계/ERD/.metadata/.plugins/org.eclipse.core.resources/.safetable/org.eclipse.core.resources


BIN
산출물/3.설계/ERD/.metadata/.plugins/org.eclipse.core.resources/.snap


+ 7 - 0
산출물/3.설계/ERD/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.help.ui.prefs

@@ -0,0 +1,7 @@
+#Mon Jan 11 17:46:17 KST 2021
+browser.x=38
+browser.w=1024
+eclipse.preferences.version=1
+browser.h=768
+browser.maximized=false
+browser.y=38

+ 1 - 1
산출물/3.설계/ERD/.metadata/.plugins/org.eclipse.ui.ide/dialog_settings.xml

@@ -7,8 +7,8 @@
 	<section name="SaveAsDialogSettings">
 		<item value="525" key="DIALOG_WIDTH"/>
 		<item value="-51" key="DIALOG_Y_ORIGIN"/>
-		<item value="88" key="DIALOG_X_ORIGIN"/>
 		<item value="580" key="DIALOG_HEIGHT"/>
+		<item value="88" key="DIALOG_X_ORIGIN"/>
 		<item value="1|맑은 고딕|9.0|0|WINDOWS|1|-12|0|0|0|400|0|0|0|1|0|0|0|0|맑은 고딕" key="DIALOG_FONT_NAME"/>
 	</section>
 </section>

+ 50 - 53
산출물/3.설계/ERD/.metadata/.plugins/org.eclipse.ui.workbench/workbench.xml

@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <workbench progressCount="15" version="2.0">
 <workbenchAdvisor/>
-<window height="768" maximized="true" width="1024" x="-3363" y="388">
+<window height="768" maximized="true" width="1025" x="1697" y="606">
 <fastViewData fastViewLocation="1024"/>
 <perspectiveBar>
 <itemSize x="160"/>
@@ -121,7 +121,7 @@
 </folder>
 </info>
 <info part="org.eclipse.ui.editorss" ratio="0.13299333" ratioLeft="339" ratioRight="2210" relationship="2" relative="leftFolder"/>
-<info folder="true" part="org.eclipse.ui.internal.ViewStack@12f529b" ratio="0.77926826" ratioLeft="639" ratioRight="181" relationship="2" relative="org.eclipse.ui.editorss">
+<info folder="true" part="org.eclipse.ui.internal.ViewStack@12f529b" ratio="0.88328075" ratioLeft="3080" ratioRight="407" relationship="2" relative="org.eclipse.ui.editorss">
 <folder activePageID="com.tomato.exerd.ui.views.thumbnail" appearance="2" expanded="2">
 <page content="com.tomato.exerd.ui.views.thumbnail" label="썸네일"/>
 <presentation id="org.eclipse.ui.presentations.WorkbenchPresentationFactory">
@@ -167,67 +167,64 @@
 <workingSets/>
 <navigationHistory>
 <editors>
-<editor factoryID="org.eclipse.ui.ide.FileStoreEditorInputFactory" id="com.tomato.exerd.editor.DiagramEditor" uri="file:/D:/WIDE/workspace/webapps/style24/style24.doc/산출물/3.설계/ERD/asis/iSTYLE24_Mall.exerd"/>
-<editor factoryID="org.eclipse.ui.ide.FileStoreEditorInputFactory" id="com.tomato.exerd.editor.DiagramEditor" uri="file:/D:/WIDE/workspace/webapps/style24/style24.doc/산출물/3.설계/ERD/ST24.exerd"/>
-<editor factoryID="org.eclipse.ui.ide.FileStoreEditorInputFactory" id="com.tomato.exerd.editor.DiagramEditor" uri="file:/D:/WIDE/workspace/webapps/style24/style24.doc/산출물/3.설계/ERD/asis/iSTYLE24_Mall.exerd"/>
 <editor factoryID="org.eclipse.ui.ide.FileStoreEditorInputFactory" id="com.tomato.exerd.editor.DiagramEditor" uri="file:/D:/WIDE/workspace/webapps/style24/style24.doc/산출물/3.설계/ERD/ST24.exerd"/>
 <editor factoryID="org.eclipse.ui.ide.FileStoreEditorInputFactory" id="com.tomato.exerd.editor.DiagramEditor" uri="file:/D:/WIDE/workspace/webapps/style24/style24.doc/산출물/3.설계/ERD/asis/iSTYLE24_Mall.exerd"/>
 <editor factoryID="org.eclipse.ui.ide.FileStoreEditorInputFactory" id="com.tomato.exerd.editor.DiagramEditor" uri="file:/D:/WIDE/workspace/webapps/style24/style24.doc/산출물/3.설계/ERD/asis/iSTYLE24_Mall.exerd"/>
 <editor factoryID="org.eclipse.ui.ide.FileStoreEditorInputFactory" id="com.tomato.exerd.editor.DiagramEditor" uri="file:/D:/WIDE/workspace/webapps/style24/style24.doc/산출물/3.설계/ERD/asis/iSTYLE24_Mall.exerd"/>
 <editor factoryID="org.eclipse.ui.ide.FileStoreEditorInputFactory" id="com.tomato.exerd.editor.DiagramEditor" uri="file:/D:/WIDE/workspace/webapps/style24/style24.doc/산출물/3.설계/ERD/asis/iSTYLE24_Mall.exerd"/>
-<editor factoryID="org.eclipse.ui.ide.FileStoreEditorInputFactory" id="com.tomato.exerd.editor.DiagramEditor" uri="file:/D:/WIDE/workspace/webapps/style24/style24.doc/산출물/3.설계/ERD/asis/iSTYLE24_Mall.exerd"/>
 <editor factoryID="org.eclipse.ui.ide.FileStoreEditorInputFactory" id="com.tomato.exerd.editor.DiagramEditor" uri="file:/D:/WIDE/workspace/webapps/style24/style24.doc/산출물/3.설계/ERD/ST24.exerd"/>
+<editor factoryID="org.eclipse.ui.ide.FileStoreEditorInputFactory" id="com.tomato.exerd.editor.DiagramEditor" uri="file:/D:/WIDE/workspace/webapps/style24/style24.doc/산출물/3.설계/ERD/asis/iSTYLE24_Mall.exerd"/>
 </editors>
-<item historyLabel="iSTYLE24_Mall.exerd" index="0"/>
-<item historyLabel="ST24.exerd" index="1"/>
-<item historyLabel="iSTYLE24_Mall.exerd" index="0"/>
-<item historyLabel="ST24.exerd" index="1"/>
-<item historyLabel="iSTYLE24_Mall.exerd" index="0"/>
-<item historyLabel="ST24.exerd" index="1"/>
-<item historyLabel="iSTYLE24_Mall.exerd" index="0"/>
-<item historyLabel="ST24.exerd" index="1"/>
-<item historyLabel="iSTYLE24_Mall.exerd" index="0"/>
-<item historyLabel="ST24.exerd" index="1"/>
-<item historyLabel="iSTYLE24_Mall.exerd" index="2"/>
-<item historyLabel="ST24.exerd" index="3"/>
+<item historyLabel="iSTYLE24_Mall.exerd" index="1"/>
+<item historyLabel="ST24.exerd" index="0"/>
 <item historyLabel="iSTYLE24_Mall.exerd" index="2"/>
-<item historyLabel="ST24.exerd" index="3"/>
+<item historyLabel="ST24.exerd" index="0"/>
+<item historyLabel="iSTYLE24_Mall.exerd" index="3"/>
+<item historyLabel="ST24.exerd" index="0"/>
+<item historyLabel="iSTYLE24_Mall.exerd" index="3"/>
+<item historyLabel="ST24.exerd" index="0"/>
+<item historyLabel="iSTYLE24_Mall.exerd" index="3"/>
+<item historyLabel="ST24.exerd" index="0"/>
+<item historyLabel="iSTYLE24_Mall.exerd" index="3"/>
+<item historyLabel="ST24.exerd" index="0"/>
+<item historyLabel="iSTYLE24_Mall.exerd" index="3"/>
+<item historyLabel="ST24.exerd" index="0"/>
+<item historyLabel="iSTYLE24_Mall.exerd" index="3"/>
+<item historyLabel="ST24.exerd" index="0"/>
+<item historyLabel="iSTYLE24_Mall.exerd" index="3"/>
+<item historyLabel="ST24.exerd" index="0"/>
+<item historyLabel="iSTYLE24_Mall.exerd" index="3"/>
+<item historyLabel="ST24.exerd" index="0"/>
+<item historyLabel="iSTYLE24_Mall.exerd" index="3"/>
+<item historyLabel="ST24.exerd" index="0"/>
+<item historyLabel="iSTYLE24_Mall.exerd" index="3"/>
+<item historyLabel="ST24.exerd" index="0"/>
+<item historyLabel="iSTYLE24_Mall.exerd" index="3"/>
+<item historyLabel="ST24.exerd" index="0"/>
+<item historyLabel="iSTYLE24_Mall.exerd" index="3"/>
+<item historyLabel="ST24.exerd" index="0"/>
+<item historyLabel="iSTYLE24_Mall.exerd" index="3"/>
+<item historyLabel="ST24.exerd" index="0"/>
+<item historyLabel="iSTYLE24_Mall.exerd" index="3"/>
+<item historyLabel="ST24.exerd" index="0"/>
 <item historyLabel="iSTYLE24_Mall.exerd" index="4"/>
-<item historyLabel="ST24.exerd" index="3"/>
-<item historyLabel="iSTYLE24_Mall.exerd" index="5"/>
-<item historyLabel="ST24.exerd" index="3"/>
+<item historyLabel="ST24.exerd" index="5"/>
+<item historyLabel="iSTYLE24_Mall.exerd" index="6"/>
+<item historyLabel="ST24.exerd" index="5"/>
+<item historyLabel="iSTYLE24_Mall.exerd" index="6"/>
+<item historyLabel="ST24.exerd" index="5"/>
+<item historyLabel="iSTYLE24_Mall.exerd" index="6"/>
+<item historyLabel="ST24.exerd" index="5"/>
+<item historyLabel="iSTYLE24_Mall.exerd" index="6"/>
+<item historyLabel="ST24.exerd" index="5"/>
+<item historyLabel="iSTYLE24_Mall.exerd" index="6"/>
+<item historyLabel="ST24.exerd" index="5"/>
+<item historyLabel="iSTYLE24_Mall.exerd" index="6"/>
+<item historyLabel="ST24.exerd" index="5"/>
+<item historyLabel="iSTYLE24_Mall.exerd" index="6"/>
+<item historyLabel="ST24.exerd" index="5"/>
 <item historyLabel="iSTYLE24_Mall.exerd" index="6"/>
-<item historyLabel="ST24.exerd" index="3"/>
-<item historyLabel="iSTYLE24_Mall.exerd" index="7"/>
-<item historyLabel="ST24.exerd" index="3"/>
-<item historyLabel="iSTYLE24_Mall.exerd" index="7"/>
-<item historyLabel="ST24.exerd" index="3"/>
-<item historyLabel="iSTYLE24_Mall.exerd" index="7"/>
-<item historyLabel="ST24.exerd" index="3"/>
-<item historyLabel="iSTYLE24_Mall.exerd" index="7"/>
-<item historyLabel="ST24.exerd" index="3"/>
-<item historyLabel="iSTYLE24_Mall.exerd" index="7"/>
-<item historyLabel="ST24.exerd" index="3"/>
-<item historyLabel="iSTYLE24_Mall.exerd" index="7"/>
-<item historyLabel="ST24.exerd" index="3"/>
-<item historyLabel="iSTYLE24_Mall.exerd" index="7"/>
-<item historyLabel="ST24.exerd" index="3"/>
-<item historyLabel="iSTYLE24_Mall.exerd" index="7"/>
-<item historyLabel="ST24.exerd" index="3"/>
-<item historyLabel="iSTYLE24_Mall.exerd" index="7"/>
-<item historyLabel="ST24.exerd" index="3"/>
-<item historyLabel="iSTYLE24_Mall.exerd" index="7"/>
-<item historyLabel="ST24.exerd" index="3"/>
-<item historyLabel="iSTYLE24_Mall.exerd" index="7"/>
-<item historyLabel="ST24.exerd" index="3"/>
-<item historyLabel="iSTYLE24_Mall.exerd" index="7"/>
-<item historyLabel="ST24.exerd" index="3"/>
-<item historyLabel="iSTYLE24_Mall.exerd" index="7"/>
-<item historyLabel="ST24.exerd" index="3"/>
-<item historyLabel="iSTYLE24_Mall.exerd" index="7"/>
-<item historyLabel="ST24.exerd" index="3"/>
-<item historyLabel="iSTYLE24_Mall.exerd" index="8"/>
-<item active="true" historyLabel="ST24.exerd" index="9"/>
+<item active="true" historyLabel="ST24.exerd" index="5"/>
 </navigationHistory>
 <input factoryID="org.eclipse.ui.internal.model.ResourceFactory" path="/" type="8"/>
 </page>

BIN
산출물/3.설계/ERD/ST24.exerd


BIN
산출물/3.설계/ST24_TSIT-D202-프로그램목록(V1.5)-20210108.xlsx