Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
kettle_yuejuan_new
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
许梁
kettle_yuejuan_new
Commits
65c147fd
Commit
65c147fd
authored
Jul 13, 2021
by
zsy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
zsy
parent
2555a7d7
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
477 additions
and
86 deletions
+477
-86
intelligent/single_yuejuan/transfer/source/area.ktr
+211
-1
intelligent/single_yuejuan/transfer/source/header_teacher.ktr
+0
-0
intelligent/single_yuejuan/transfer/source/school_class.ktr
+0
-0
intelligent/single_yuejuan/transfer/source/student.ktr
+7
-15
intelligent/single_yuejuan/transfer/source/teacher.ktr
+237
-56
intelligent/single_yuejuan/transfer/source/tenant.ktr
+18
-14
intelligent/single_yuejuan/transfer/source/user.ktr
+0
-0
repository.log
+4
-0
No files found.
intelligent/single_yuejuan/transfer/source/area.ktr
View file @
65c147fd
...
@@ -428,7 +428,7 @@
...
@@ -428,7 +428,7 @@
<created_user>admin</created_user>
<created_user>admin</created_user>
<created_date>2021/03/03 10:44:03.367</created_date>
<created_date>2021/03/03 10:44:03.367</created_date>
<modified_user>admin</modified_user>
<modified_user>admin</modified_user>
<modified_date>2021/07/13 1
1:26:05.874
</modified_date>
<modified_date>2021/07/13 1
4:13:32.930
</modified_date>
<key_for_session_key>H4sIAAAAAAAAAAMAAAAAAAAAAAA=</key_for_session_key>
<key_for_session_key>H4sIAAAAAAAAAAMAAAAAAAAAAAA=</key_for_session_key>
<is_key_private>N</is_key_private>
<is_key_private>N</is_key_private>
</info>
</info>
...
@@ -498,6 +498,16 @@
...
@@ -498,6 +498,16 @@
</attributes>
</attributes>
</connection>
</connection>
<order>
<order>
<hop>
<from>area</from>
<to>字段选择</to>
<enabled>Y</enabled>
</hop>
<hop>
<from>字段选择</from>
<to>Text file output</to>
<enabled>Y</enabled>
</hop>
</order>
</order>
<step>
<step>
<name>Text file output</name>
<name>Text file output</name>
...
@@ -612,7 +622,207 @@ where (created_time>'${start_time}' and created_time<='${end_time}') or (modi
...
@@ -612,7 +622,207 @@ where (created_time>'${start_time}' and created_time<='${end_time}') or (modi
<schema_name/>
<schema_name/>
</partitioning>
</partitioning>
<fields>
<fields>
<field>
<name>id</name>
</field>
<field>
<name>created_time</name>
</field>
<field>
<name>deleted</name>
</field>
<field>
<name>modified_time</name>
</field>
<field>
<name>child_count</name>
</field>
<field>
<name>full_name</name>
</field>
<field>
<name>level</name>
</field>
<field>
<name>name</name>
</field>
<field>
<name>parent_id</name>
</field>
<field>
<name>ordinal</name>
</field>
<select_unspecified>N</select_unspecified>
<select_unspecified>N</select_unspecified>
<meta>
<name>id</name>
<rename>id</rename>
<type>None</type>
<length>20</length>
<precision>-2</precision>
<conversion_mask/>
<date_format_lenient>false</date_format_lenient>
<date_format_locale/>
<date_format_timezone/>
<lenient_string_to_number>false</lenient_string_to_number>
<encoding/>
<decimal_symbol/>
<grouping_symbol/>
<currency_symbol/>
<storage_type/>
</meta>
<meta>
<name>created_time</name>
<rename>created_time</rename>
<type>None</type>
<length>0</length>
<precision>-2</precision>
<conversion_mask/>
<date_format_lenient>false</date_format_lenient>
<date_format_locale/>
<date_format_timezone/>
<lenient_string_to_number>false</lenient_string_to_number>
<encoding/>
<decimal_symbol/>
<grouping_symbol/>
<currency_symbol/>
<storage_type/>
</meta>
<meta>
<name>deleted</name>
<rename>deleted</rename>
<type>Integer</type>
<length>-2</length>
<precision>-2</precision>
<conversion_mask/>
<date_format_lenient>false</date_format_lenient>
<date_format_locale/>
<date_format_timezone/>
<lenient_string_to_number>false</lenient_string_to_number>
<encoding/>
<decimal_symbol/>
<grouping_symbol/>
<currency_symbol/>
<storage_type/>
</meta>
<meta>
<name>modified_time</name>
<rename>modified_time</rename>
<type>None</type>
<length>0</length>
<precision>-2</precision>
<conversion_mask/>
<date_format_lenient>false</date_format_lenient>
<date_format_locale/>
<date_format_timezone/>
<lenient_string_to_number>false</lenient_string_to_number>
<encoding/>
<decimal_symbol/>
<grouping_symbol/>
<currency_symbol/>
<storage_type/>
</meta>
<meta>
<name>child_count</name>
<rename>child_count</rename>
<type>None</type>
<length>9</length>
<precision>0</precision>
<conversion_mask/>
<date_format_lenient>false</date_format_lenient>
<date_format_locale/>
<date_format_timezone/>
<lenient_string_to_number>false</lenient_string_to_number>
<encoding/>
<decimal_symbol/>
<grouping_symbol/>
<currency_symbol/>
<storage_type/>
</meta>
<meta>
<name>full_name</name>
<rename>full_name</rename>
<type>None</type>
<length>255</length>
<precision>-2</precision>
<conversion_mask/>
<date_format_lenient>false</date_format_lenient>
<date_format_locale/>
<date_format_timezone/>
<lenient_string_to_number>false</lenient_string_to_number>
<encoding/>
<decimal_symbol/>
<grouping_symbol/>
<currency_symbol/>
<storage_type/>
</meta>
<meta>
<name>level</name>
<rename>level</rename>
<type>None</type>
<length>10</length>
<precision>-2</precision>
<conversion_mask/>
<date_format_lenient>false</date_format_lenient>
<date_format_locale/>
<date_format_timezone/>
<lenient_string_to_number>false</lenient_string_to_number>
<encoding/>
<decimal_symbol/>
<grouping_symbol/>
<currency_symbol/>
<storage_type/>
</meta>
<meta>
<name>name</name>
<rename>name</rename>
<type>None</type>
<length>100</length>
<precision>-2</precision>
<conversion_mask/>
<date_format_lenient>false</date_format_lenient>
<date_format_locale/>
<date_format_timezone/>
<lenient_string_to_number>false</lenient_string_to_number>
<encoding/>
<decimal_symbol/>
<grouping_symbol/>
<currency_symbol/>
<storage_type/>
</meta>
<meta>
<name>parent_id</name>
<rename>parent_id</rename>
<type>None</type>
<length>20</length>
<precision>-2</precision>
<conversion_mask/>
<date_format_lenient>false</date_format_lenient>
<date_format_locale/>
<date_format_timezone/>
<lenient_string_to_number>false</lenient_string_to_number>
<encoding/>
<decimal_symbol/>
<grouping_symbol/>
<currency_symbol/>
<storage_type/>
</meta>
<meta>
<name>ordinal</name>
<rename>ordinal</rename>
<type>None</type>
<length>9</length>
<precision>0</precision>
<conversion_mask/>
<date_format_lenient>false</date_format_lenient>
<date_format_locale/>
<date_format_timezone/>
<lenient_string_to_number>false</lenient_string_to_number>
<encoding/>
<decimal_symbol/>
<grouping_symbol/>
<currency_symbol/>
<storage_type/>
</meta>
</fields>
</fields>
<attributes/>
<attributes/>
<cluster_schema/>
<cluster_schema/>
...
...
intelligent/single_yuejuan/transfer/source/header_teacher.ktr
View file @
65c147fd
This diff is collapsed.
Click to expand it.
intelligent/single_yuejuan/transfer/source/school_class.ktr
View file @
65c147fd
This diff is collapsed.
Click to expand it.
intelligent/single_yuejuan/transfer/source/student.ktr
View file @
65c147fd
...
@@ -428,34 +428,26 @@
...
@@ -428,34 +428,26 @@
<created_user>-</created_user>
<created_user>-</created_user>
<created_date>2021/07/13 10:59:06.977</created_date>
<created_date>2021/07/13 10:59:06.977</created_date>
<modified_user>-</modified_user>
<modified_user>-</modified_user>
<modified_date>2021/07/13 1
1:01:27.842
</modified_date>
<modified_date>2021/07/13 1
4:14:02.834
</modified_date>
<key_for_session_key
/
>
<key_for_session_key
>H4sIAAAAAAAAAAMAAAAAAAAAAAA=</key_for_session_key
>
<is_key_private>N</is_key_private>
<is_key_private>N</is_key_private>
</info>
</info>
<notepads>
<notepads>
</notepads>
</notepads>
<connection>
<connection>
<name>school_yuejuan_base</name>
<name>school_yuejuan_base
_archive
</name>
<server>rm-8vb7o8w90t4itw6p8.mysql.zhangbei.rds.aliyuncs.com</server>
<server>rm-8vb7o8w90t4itw6p8.mysql.zhangbei.rds.aliyuncs.com</server>
<type>MYSQL</type>
<type>MYSQL</type>
<access>Native</access>
<access>Native</access>
<database>
base_resourc
e</database>
<database>
jty_archiv
e</database>
<port>3306</port>
<port>3306</port>
<username>
wl_admin
</username>
<username>
read_only
</username>
<password>Encrypted 2be
98afc81dcbad85af14a77efe
c3fd89</password>
<password>Encrypted 2be
cacaa90ef89d8aa7008e67d2
c3fd89</password>
<servername/>
<servername/>
<data_tablespace/>
<data_tablespace/>
<index_tablespace/>
<index_tablespace/>
<attributes>
<attributes>
<attribute>
<attribute>
<code>EXTRA_OPTION_MYSQL.defaultFetchSize</code>
<attribute>500</attribute>
</attribute>
<attribute>
<code>EXTRA_OPTION_MYSQL.useCursorFetch</code>
<attribute>true</attribute>
</attribute>
<attribute>
<code>FORCE_IDENTIFIERS_TO_LOWERCASE</code>
<code>FORCE_IDENTIFIERS_TO_LOWERCASE</code>
<attribute>N</attribute>
<attribute>N</attribute>
</attribute>
</attribute>
...
@@ -577,7 +569,7 @@
...
@@ -577,7 +569,7 @@
<method>none</method>
<method>none</method>
<schema_name/>
<schema_name/>
</partitioning>
</partitioning>
<connection>school_yuejuan_base</connection>
<connection>school_yuejuan_base
_archive
</connection>
<sql>select
<sql>select
id,
id,
created_by,
created_by,
...
...
intelligent/single_yuejuan/transfer/source/teacher.ktr
View file @
65c147fd
...
@@ -429,34 +429,26 @@
...
@@ -429,34 +429,26 @@
<created_user>admin</created_user>
<created_user>admin</created_user>
<created_date>2020/01/04 14:16:40.236</created_date>
<created_date>2020/01/04 14:16:40.236</created_date>
<modified_user>admin</modified_user>
<modified_user>admin</modified_user>
<modified_date>2021/07/13 1
1:09:27.163
</modified_date>
<modified_date>2021/07/13 1
4:14:13.372
</modified_date>
<key_for_session_key>H4sIAAAAAAAAAAMAAAAAAAAAAAA=</key_for_session_key>
<key_for_session_key>H4sIAAAAAAAAAAMAAAAAAAAAAAA=</key_for_session_key>
<is_key_private>N</is_key_private>
<is_key_private>N</is_key_private>
</info>
</info>
<notepads>
<notepads>
</notepads>
</notepads>
<connection>
<connection>
<name>school_yuejuan_base</name>
<name>school_yuejuan_base
_archive
</name>
<server>rm-8vb7o8w90t4itw6p8.mysql.zhangbei.rds.aliyuncs.com</server>
<server>rm-8vb7o8w90t4itw6p8.mysql.zhangbei.rds.aliyuncs.com</server>
<type>MYSQL</type>
<type>MYSQL</type>
<access>Native</access>
<access>Native</access>
<database>
base_resourc
e</database>
<database>
jty_archiv
e</database>
<port>3306</port>
<port>3306</port>
<username>
wl_admin
</username>
<username>
read_only
</username>
<password>Encrypted 2be
98afc81dcbad85af14a77efe
c3fd89</password>
<password>Encrypted 2be
cacaa90ef89d8aa7008e67d2
c3fd89</password>
<servername/>
<servername/>
<data_tablespace/>
<data_tablespace/>
<index_tablespace/>
<index_tablespace/>
<attributes>
<attributes>
<attribute>
<attribute>
<code>EXTRA_OPTION_MYSQL.defaultFetchSize</code>
<attribute>500</attribute>
</attribute>
<attribute>
<code>EXTRA_OPTION_MYSQL.useCursorFetch</code>
<attribute>true</attribute>
</attribute>
<attribute>
<code>FORCE_IDENTIFIERS_TO_LOWERCASE</code>
<code>FORCE_IDENTIFIERS_TO_LOWERCASE</code>
<attribute>N</attribute>
<attribute>N</attribute>
</attribute>
</attribute>
...
@@ -511,49 +503,6 @@
...
@@ -511,49 +503,6 @@
</hop>
</hop>
</order>
</order>
<step>
<step>
<name>teacher</name>
<type>TableInput</type>
<description/>
<distribute>Y</distribute>
<custom_distribution/>
<copies>1</copies>
<partitioning>
<method>none</method>
<schema_name/>
</partitioning>
<connection>school_yuejuan_base</connection>
<sql>select
user_id,
job_number,
created_by,
created_time,
deleted,
modified_time,
job_status,
position_id,
station_id
from teacher
where (created_time>'${start_time}' and created_time<='${end_time}') or (modified_time>'${start_time}' and modified_time<='${end_time}')</sql>
<limit>0</limit>
<lookup/>
<execute_each_row>N</execute_each_row>
<variables_active>Y</variables_active>
<lazy_conversion_active>N</lazy_conversion_active>
<attributes/>
<cluster_schema/>
<remotesteps>
<input>
</input>
<output>
</output>
</remotesteps>
<GUI>
<xloc>176</xloc>
<yloc>96</yloc>
<draw>Y</draw>
</GUI>
</step>
<step>
<name>Text file output</name>
<name>Text file output</name>
<type>TextFileOutput</type>
<type>TextFileOutput</type>
<description/>
<description/>
...
@@ -611,6 +560,49 @@ where (created_time>'${start_time}' and created_time<='${end_time}') or (modi
...
@@ -611,6 +560,49 @@ where (created_time>'${start_time}' and created_time<='${end_time}') or (modi
</GUI>
</GUI>
</step>
</step>
<step>
<step>
<name>teacher</name>
<type>TableInput</type>
<description/>
<distribute>Y</distribute>
<custom_distribution/>
<copies>1</copies>
<partitioning>
<method>none</method>
<schema_name/>
</partitioning>
<connection>school_yuejuan_base_archive</connection>
<sql>select
user_id,
job_number,
created_by,
created_time,
deleted,
modified_time,
job_status,
position_id,
station_id
from teacher
where (created_time>'${start_time}' and created_time<='${end_time}') or (modified_time>'${start_time}' and modified_time<='${end_time}')</sql>
<limit>0</limit>
<lookup/>
<execute_each_row>N</execute_each_row>
<variables_active>Y</variables_active>
<lazy_conversion_active>N</lazy_conversion_active>
<attributes/>
<cluster_schema/>
<remotesteps>
<input>
</input>
<output>
</output>
</remotesteps>
<GUI>
<xloc>176</xloc>
<yloc>96</yloc>
<draw>Y</draw>
</GUI>
</step>
<step>
<name>字段选择</name>
<name>字段选择</name>
<type>SelectValues</type>
<type>SelectValues</type>
<description/>
<description/>
...
@@ -622,7 +614,196 @@ where (created_time>'${start_time}' and created_time<='${end_time}') or (modi
...
@@ -622,7 +614,196 @@ where (created_time>'${start_time}' and created_time<='${end_time}') or (modi
<schema_name/>
<schema_name/>
</partitioning>
</partitioning>
<fields>
<fields>
<field>
<name>user_id</name>
<rename/>
</field>
<field>
<name>job_number</name>
<rename/>
</field>
<field>
<name>created_by</name>
<rename/>
</field>
<field>
<name>created_time</name>
<rename/>
</field>
<field>
<name>deleted</name>
<rename/>
</field>
<field>
<name>modified_time</name>
<rename/>
</field>
<field>
<name>job_status</name>
<rename/>
</field>
<field>
<name>position_id</name>
<rename/>
</field>
<field>
<name>station_id</name>
<rename/>
</field>
<select_unspecified>N</select_unspecified>
<select_unspecified>N</select_unspecified>
<meta>
<name>user_id</name>
<rename>user_id</rename>
<type>None</type>
<length>15</length>
<precision>0</precision>
<conversion_mask/>
<date_format_lenient>false</date_format_lenient>
<date_format_locale/>
<date_format_timezone/>
<lenient_string_to_number>false</lenient_string_to_number>
<encoding/>
<decimal_symbol/>
<grouping_symbol/>
<currency_symbol/>
<storage_type/>
</meta>
<meta>
<name>job_number</name>
<rename>job_number</rename>
<type>None</type>
<length>50</length>
<precision>-2</precision>
<conversion_mask/>
<date_format_lenient>false</date_format_lenient>
<date_format_locale/>
<date_format_timezone/>
<lenient_string_to_number>false</lenient_string_to_number>
<encoding/>
<decimal_symbol/>
<grouping_symbol/>
<currency_symbol/>
<storage_type/>
</meta>
<meta>
<name>created_by</name>
<rename>created_by</rename>
<type>None</type>
<length>15</length>
<precision>0</precision>
<conversion_mask/>
<date_format_lenient>false</date_format_lenient>
<date_format_locale/>
<date_format_timezone/>
<lenient_string_to_number>false</lenient_string_to_number>
<encoding/>
<decimal_symbol/>
<grouping_symbol/>
<currency_symbol/>
<storage_type/>
</meta>
<meta>
<name>created_time</name>
<rename>created_time</rename>
<type>None</type>
<length>0</length>
<precision>-2</precision>
<conversion_mask/>
<date_format_lenient>false</date_format_lenient>
<date_format_locale/>
<date_format_timezone/>
<lenient_string_to_number>false</lenient_string_to_number>
<encoding/>
<decimal_symbol/>
<grouping_symbol/>
<currency_symbol/>
<storage_type/>
</meta>
<meta>
<name>deleted</name>
<rename>deleted</rename>
<type>Integer</type>
<length>-2</length>
<precision>-2</precision>
<conversion_mask/>
<date_format_lenient>false</date_format_lenient>
<date_format_locale/>
<date_format_timezone/>
<lenient_string_to_number>false</lenient_string_to_number>
<encoding/>
<decimal_symbol/>
<grouping_symbol/>
<currency_symbol/>
<storage_type/>
</meta>
<meta>
<name>modified_time</name>
<rename>modified_time</rename>
<type>None</type>
<length>0</length>
<precision>-2</precision>
<conversion_mask/>
<date_format_lenient>false</date_format_lenient>
<date_format_locale/>
<date_format_timezone/>
<lenient_string_to_number>false</lenient_string_to_number>
<encoding/>
<decimal_symbol/>
<grouping_symbol/>
<currency_symbol/>
<storage_type/>
</meta>
<meta>
<name>job_status</name>
<rename>job_status</rename>
<type>None</type>
<length>50</length>
<precision>-2</precision>
<conversion_mask/>
<date_format_lenient>false</date_format_lenient>
<date_format_locale/>
<date_format_timezone/>
<lenient_string_to_number>false</lenient_string_to_number>
<encoding/>
<decimal_symbol/>
<grouping_symbol/>
<currency_symbol/>
<storage_type/>
</meta>
<meta>
<name>position_id</name>
<rename>position_id</rename>
<type>None</type>
<length>9</length>
<precision>0</precision>
<conversion_mask/>
<date_format_lenient>false</date_format_lenient>
<date_format_locale/>
<date_format_timezone/>
<lenient_string_to_number>false</lenient_string_to_number>
<encoding/>
<decimal_symbol/>
<grouping_symbol/>
<currency_symbol/>
<storage_type/>
</meta>
<meta>
<name>station_id</name>
<rename>station_id</rename>
<type>None</type>
<length>9</length>
<precision>0</precision>
<conversion_mask/>
<date_format_lenient>false</date_format_lenient>
<date_format_locale/>
<date_format_timezone/>
<lenient_string_to_number>false</lenient_string_to_number>
<encoding/>
<decimal_symbol/>
<grouping_symbol/>
<currency_symbol/>
<storage_type/>
</meta>
</fields>
</fields>
<attributes/>
<attributes/>
<cluster_schema/>
<cluster_schema/>
...
...
intelligent/single_yuejuan/transfer/source/tenant.ktr
View file @
65c147fd
...
@@ -428,34 +428,26 @@
...
@@ -428,34 +428,26 @@
<created_user>admin</created_user>
<created_user>admin</created_user>
<created_date>2021/03/03 10:44:18.197</created_date>
<created_date>2021/03/03 10:44:18.197</created_date>
<modified_user>admin</modified_user>
<modified_user>admin</modified_user>
<modified_date>2021/07/13 1
1:07:10.958
</modified_date>
<modified_date>2021/07/13 1
4:14:21.260
</modified_date>
<key_for_session_key>H4sIAAAAAAAAAAMAAAAAAAAAAAA=</key_for_session_key>
<key_for_session_key>H4sIAAAAAAAAAAMAAAAAAAAAAAA=</key_for_session_key>
<is_key_private>N</is_key_private>
<is_key_private>N</is_key_private>
</info>
</info>
<notepads>
<notepads>
</notepads>
</notepads>
<connection>
<connection>
<name>school_yuejuan_base</name>
<name>school_yuejuan_base
_archive
</name>
<server>rm-8vb7o8w90t4itw6p8.mysql.zhangbei.rds.aliyuncs.com</server>
<server>rm-8vb7o8w90t4itw6p8.mysql.zhangbei.rds.aliyuncs.com</server>
<type>MYSQL</type>
<type>MYSQL</type>
<access>Native</access>
<access>Native</access>
<database>
base_resourc
e</database>
<database>
jty_archiv
e</database>
<port>3306</port>
<port>3306</port>
<username>
wl_admin
</username>
<username>
read_only
</username>
<password>Encrypted 2be
98afc81dcbad85af14a77efe
c3fd89</password>
<password>Encrypted 2be
cacaa90ef89d8aa7008e67d2
c3fd89</password>
<servername/>
<servername/>
<data_tablespace/>
<data_tablespace/>
<index_tablespace/>
<index_tablespace/>
<attributes>
<attributes>
<attribute>
<attribute>
<code>EXTRA_OPTION_MYSQL.defaultFetchSize</code>
<attribute>500</attribute>
</attribute>
<attribute>
<code>EXTRA_OPTION_MYSQL.useCursorFetch</code>
<attribute>true</attribute>
</attribute>
<attribute>
<code>FORCE_IDENTIFIERS_TO_LOWERCASE</code>
<code>FORCE_IDENTIFIERS_TO_LOWERCASE</code>
<attribute>N</attribute>
<attribute>N</attribute>
</attribute>
</attribute>
...
@@ -577,7 +569,7 @@
...
@@ -577,7 +569,7 @@
<method>none</method>
<method>none</method>
<schema_name/>
<schema_name/>
</partitioning>
</partitioning>
<connection>school_yuejuan_base</connection>
<connection>school_yuejuan_base
_archive
</connection>
<sql>select
<sql>select
id,
id,
created_by,
created_by,
...
@@ -626,39 +618,51 @@ where (created_time>'${start_time}' and created_time<='${end_time}') or (modi
...
@@ -626,39 +618,51 @@ where (created_time>'${start_time}' and created_time<='${end_time}') or (modi
<fields>
<fields>
<field>
<field>
<name>id</name>
<name>id</name>
<rename/>
</field>
</field>
<field>
<field>
<name>created_by</name>
<name>created_by</name>
<rename/>
</field>
</field>
<field>
<field>
<name>created_time</name>
<name>created_time</name>
<rename/>
</field>
</field>
<field>
<field>
<name>deleted</name>
<name>deleted</name>
<rename/>
</field>
</field>
<field>
<field>
<name>modified_time</name>
<name>modified_time</name>
<rename/>
</field>
</field>
<field>
<field>
<name>address_id</name>
<name>address_id</name>
<rename/>
</field>
</field>
<field>
<field>
<name>alias</name>
<name>alias</name>
<rename/>
</field>
</field>
<field>
<field>
<name>name</name>
<name>name</name>
<rename/>
</field>
</field>
<field>
<field>
<name>remark</name>
<name>remark</name>
<rename/>
</field>
</field>
<field>
<field>
<name>state</name>
<name>state</name>
<rename/>
</field>
</field>
<field>
<field>
<name>type</name>
<name>type</name>
<rename/>
</field>
</field>
<field>
<field>
<name>english</name>
<name>english</name>
<rename/>
</field>
</field>
<select_unspecified>N</select_unspecified>
<select_unspecified>N</select_unspecified>
<meta>
<meta>
...
...
intelligent/single_yuejuan/transfer/source/user.ktr
View file @
65c147fd
This diff is collapsed.
Click to expand it.
repository.log
View file @
65c147fd
...
@@ -360,3 +360,7 @@ Save database : Modification by user
...
@@ -360,3 +360,7 @@ Save database : Modification by user
Save repository element : intelligent_single_yuejuan_neiwang : Modification by user
Save repository element : intelligent_single_yuejuan_neiwang : Modification by user
Save database : Modification by user
Save database : Modification by user
Save repository element : intelligent_single_yuejuan_neiwang : Modification by user
Save repository element : intelligent_single_yuejuan_neiwang : Modification by user
Save database : Modification by user
Save repository element : school_yuejuan_base_archive : Modification by user
Save database : Modification by user
Save repository element : school_yuejuan_base_archive : Modification by user
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment