Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
cloud-fb
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
王衍超
cloud-fb
Commits
64ccccad
Commit
64ccccad
authored
Apr 07, 2022
by
shiwenbo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
组织机构增加销售计划生成时间字段
parent
dfef8199
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
40 additions
and
0 deletions
+40
-0
xystOrganization.mk
...in/model/com/xyst/dinas/biz/datamodel/xystOrganization.mk
+4
-0
xystOrganization.jmx
...sources/com/xyst/dinas/biz/datamodel/xystOrganization.jmx
+23
-0
xystOrganization.jmx
...n/resources/com/xyst/dinas/biz/query/xystOrganization.jmx
+10
-0
Organization.hbm.xml
....dinas.biz/src/main/resources/config/Organization.hbm.xml
+3
-0
No files found.
backend/xyst.dinas.biz/src/main/model/com/xyst/dinas/biz/datamodel/xystOrganization.mk
View file @
64ccccad
...
...
@@ -41,6 +41,10 @@
<annotation id='n544a6100-2a92-42e9-8558-6c5e5833c217' attributeId='n2d966eb7-8acf-431b-87fe-147167a15f47' name='length' value='100'>
</annotation>
</attribute>
<attribute id='10bccca6-1883-4f8a-bdce-e5d339da32b1' name='generateSalePlanTime' columnName='generate_sale_plan_time' title='销售计划生成时间' type='string' default='' precision='' isArray='false'>
<annotation id='78ce8451-849a-41ed-90dc-2fd3d8a632a9' attributeId='9e58ba4c-2ec3-492c-8ec5-9e1b64cc1852' name='length' value='100'>
</annotation>
</attribute>
<attribute id='8a9c2549-d7fd-4874-970f-a38c7eaf4955' name='department' columnName='department' title='部门' type='com.beecode.bap.department.datamodel.Department' default='' precision='' isArray='false'>
<annotation id='31b269b5-aa63-440d-8ca0-6e9a8d54e5d3' attributeId='b6231426-0fb5-47c3-a7ce-75408c4135b0' name='mappingType' value='many-to-one'>
</annotation>
...
...
backend/xyst.dinas.biz/src/main/resources/com/xyst/dinas/biz/datamodel/xystOrganization.jmx
View file @
64ccccad
...
...
@@ -202,6 +202,29 @@
<m:attribute>
<m:annotations>
<m:annotation>
<m:type>
bcp.type.constraint.StringLength
</m:type>
<m:value>
100
</m:value>
</m:annotation>
<m:annotation>
<m:type>
javax.persistence.Column
</m:type>
<m:properties>
<m:property>
<m:key>
name
</m:key>
<m:value>
generate_sale_plan_time
</m:value>
</m:property>
</m:properties>
</m:annotation>
</m:annotations>
<m:id>
10bccca6-1883-4f8a-bdce-e5d339da32b1
</m:id>
<m:name>
generateSalePlanTime
</m:name>
<m:title>
销售计划生成时间
</m:title>
<m:type>
string
</m:type>
<m:description></m:description>
<m:default></m:default>
</m:attribute>
<m:attribute>
<m:annotations>
<m:annotation>
<m:type>
javax.persistence.ManyToOne
</m:type>
</m:annotation>
<m:annotation>
...
...
backend/xyst.dinas.biz/src/main/resources/com/xyst/dinas/biz/query/xystOrganization.jmx
View file @
64ccccad
...
...
@@ -101,6 +101,16 @@
<m:desc></m:desc>
</m:field>
<m:field>
<m:name>
generateSalePlanTime
</m:name>
<m:title>
销售计划生成时间
</m:title>
<m:type>
string
</m:type>
<m:ref>
<m:name></m:name>
<m:type></m:type>
</m:ref>
<m:desc></m:desc>
</m:field>
<m:field>
<m:name>
createTime
</m:name>
<m:title>
创建时间
</m:title>
<m:type>
datetime
</m:type>
...
...
backend/xyst.dinas.biz/src/main/resources/config/Organization.hbm.xml
View file @
64ccccad
...
...
@@ -57,6 +57,9 @@
<property
name=
"planningCycle"
type=
"nstring"
not-null=
"false"
>
<column
name=
"planning_cycle"
length=
"100"
></column>
</property>
<property
name=
"generateSalePlanTime"
type=
"nstring"
not-null=
"false"
>
<column
name=
"generate_sale_plan_time"
length=
"100"
></column>
</property>
<many-to-one
name=
"department"
entity-name=
"com.beecode.bap.department.datamodel.Department"
fetch=
"select"
>
<column
name=
"department"
not-null=
"false"
/>
</many-to-one>
...
...
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