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
cf26c437
Commit
cf26c437
authored
Mar 11, 2021
by
杨清松
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
用车申请
parent
1d2f25fa
Hide whitespace changes
Inline
Side-by-side
Showing
26 changed files
with
2055 additions
and
1 deletions
+2055
-1
CommonParticipant.jmx
...om/beecode/inz/workflow/participant/CommonParticipant.jmx
+33
-0
DepartmentPicByLevelParticipant.jmx
.../workflow/participant/DepartmentPicByLevelParticipant.jmx
+26
-0
FollowerMemberPicParticipant.jmx
...inz/workflow/participant/FollowerMemberPicParticipant.jmx
+26
-0
SubmitDeptPathAppointRoleParticipant.jmx
...flow/participant/SubmitDeptPathAppointRoleParticipant.jmx
+26
-0
ApprovalTask.jmx
...resources/com/beecode/inz/workflow/query/ApprovalTask.jmx
+215
-0
BizProcess.jmx
...n/resources/com/beecode/inz/workflow/query/BizProcess.jmx
+165
-0
WorkflowDefinition.jmx
...ces/com/beecode/inz/workflow/query/WorkflowDefinition.jmx
+182
-0
ApprovalTaskDefinition.jmx
.../com/beecode/inz/workflow/task/ApprovalTaskDefinition.jmx
+42
-0
UseCarApply.mk
...s.oa/src/main/model/com/xyst/dinas/oa/bill/UseCarApply.mk
+17
-0
UseCarApply.mk
...src/main/model/com/xyst/dinas/oa/datamodel/UseCarApply.mk
+64
-0
SealBorrow.mk
...s.oa/src/main/model/com/xyst/dinas/oa/query/SealBorrow.mk
+20
-1
UseCarApply.mk
....oa/src/main/model/com/xyst/dinas/oa/query/UseCarApply.mk
+209
-0
SealBorrow$sequence.jmx
.../resources/com/xyst/dinas/oa/bill/SealBorrow$sequence.jmx
+20
-0
SealBorrow$serial.jmx
...in/resources/com/xyst/dinas/oa/bill/SealBorrow$serial.jmx
+30
-0
SealBorrow.jmx
.../src/main/resources/com/xyst/dinas/oa/bill/SealBorrow.jmx
+27
-0
UseCarApply$sequence.jmx
...resources/com/xyst/dinas/oa/bill/UseCarApply$sequence.jmx
+20
-0
UseCarApply$serial.jmx
...n/resources/com/xyst/dinas/oa/bill/UseCarApply$serial.jmx
+30
-0
UseCarApply.jmx
...src/main/resources/com/xyst/dinas/oa/bill/UseCarApply.jmx
+27
-0
UseCarApply.jmx
...ain/resources/com/xyst/dinas/oa/datamodel/UseCarApply.jmx
+140
-0
CertificateName$listSelector.jmx
...s/com/xyst/dinas/oa/dict/CertificateName$listSelector.jmx
+55
-0
CertificateName.jmx
...main/resources/com/xyst/dinas/oa/dict/CertificateName.jmx
+20
-0
SealType$listSelector.jmx
...esources/com/xyst/dinas/oa/dict/SealType$listSelector.jmx
+55
-0
SealType.jmx
...oa/src/main/resources/com/xyst/dinas/oa/dict/SealType.jmx
+20
-0
SealBorrow.jmx
...src/main/resources/com/xyst/dinas/oa/query/SealBorrow.jmx
+276
-0
UseCarApply.jmx
...rc/main/resources/com/xyst/dinas/oa/query/UseCarApply.jmx
+236
-0
UseCarApply.hbm.xml
...st.dinas.oa/src/main/resources/config/UseCarApply.hbm.xml
+74
-0
No files found.
backend/inz.workflow/src/main/resources/com/beecode/inz/workflow/participant/CommonParticipant.jmx
0 → 100644
View file @
cf26c437
<?xml version="1.0" encoding="UTF-8"?>
<metadata
xmlns=
"http://www.beecode.cn/schema/amino-metadata"
xmlns:m=
"http://www.beecode.cn/schema/bcp-participant"
>
<specification>
1.0
</specification>
<id>
4fe95b1b-1a14-4af4-a57a-dc2f8abe4f54
</id>
<name>
com.beecode.inz.workflow.participant.CommonParticipant
</name>
<title>
普通审批参与者策略
</title>
<description>
支持按用户、部门、角色计算参与则,结果为职员
</description>
<define>
bcp.participant
</define>
<define-version>
1.0
</define-version>
<content>
<m:participation-strategy>
<m:input>
<m:name>
staffs
</m:name>
<m:title>
职员
</m:title>
<m:description>
json数组
</m:description>
<m:type>
string
</m:type>
</m:input>
<m:input>
<m:name>
departments
</m:name>
<m:title>
部门
</m:title>
<m:description>
json数组
</m:description>
<m:type>
string
</m:type>
</m:input>
<m:input>
<m:name>
roles
</m:name>
<m:title>
角色
</m:title>
<m:description>
json数组
</m:description>
<m:type>
string
</m:type>
</m:input>
<m:implementation
runtime=
"java"
>
com.beecode.inz.workflow.participant.CommomParticipantStrategy
</m:implementation>
</m:participation-strategy>
</content>
</metadata>
backend/inz.workflow/src/main/resources/com/beecode/inz/workflow/participant/DepartmentPicByLevelParticipant.jmx
0 → 100644
View file @
cf26c437
<?xml version="1.0" encoding="UTF-8"?>
<metadata
xmlns=
"http://www.beecode.cn/schema/amino-metadata"
xmlns:m=
"http://www.beecode.cn/schema/bcp-participant"
>
<specification>
1.0
</specification>
<id>
82fd946d-ec0e-4055-b507-8624e0c57556
</id>
<name>
com.beecode.inz.workflow.participant.DepartmentPicByLevelParticipant
</name>
<title>
层级负责人审批
</title>
<define>
bcp.participant
</define>
<define-version>
1.0
</define-version>
<content>
<m:participation-strategy>
<m:input>
<m:name>
submitterId
</m:name>
<m:title>
提交人Id
</m:title>
<m:description></m:description>
<m:type>
string
</m:type>
</m:input>
<m:input>
<m:name>
level
</m:name>
<m:title>
层级
</m:title>
<m:description></m:description>
<m:type>
int
</m:type>
</m:input>
<m:implementation
runtime=
"java"
>
com.beecode.inz.workflow.participant.DepartmentPicByLevelParticipantStrategy
</m:implementation>
</m:participation-strategy>
</content>
</metadata>
backend/inz.workflow/src/main/resources/com/beecode/inz/workflow/participant/FollowerMemberPicParticipant.jmx
0 → 100644
View file @
cf26c437
<?xml version="1.0" encoding="UTF-8"?>
<metadata
xmlns=
"http://www.beecode.cn/schema/amino-metadata"
xmlns:m=
"http://www.beecode.cn/schema/bcp-participant"
>
<specification>
1.0
</specification>
<id>
76357756-6acd-40cb-b230-40e9f2f23bbc
</id>
<name>
com.beecode.inz.workflow.participant.FollowerMemberPicParticipant
</name>
<title>
团队负责人审批
</title>
<define>
bcp.participant
</define>
<define-version>
1.0
</define-version>
<content>
<m:participation-strategy>
<m:input>
<m:name>
bizTypeName
</m:name>
<m:title>
业务类型标识
</m:title>
<m:description></m:description>
<m:type>
string
</m:type>
</m:input>
<m:input>
<m:name>
bizDataId
</m:name>
<m:title>
业务数据Id
</m:title>
<m:description></m:description>
<m:type>
uuid
</m:type>
</m:input>
<m:implementation
runtime=
"java"
>
com.beecode.inz.workflow.participant.FollowerMemberPicParticipantStrategy
</m:implementation>
</m:participation-strategy>
</content>
</metadata>
backend/inz.workflow/src/main/resources/com/beecode/inz/workflow/participant/SubmitDeptPathAppointRoleParticipant.jmx
0 → 100644
View file @
cf26c437
<?xml version="1.0" encoding="UTF-8"?>
<metadata
xmlns=
"http://www.beecode.cn/schema/amino-metadata"
xmlns:m=
"http://www.beecode.cn/schema/bcp-participant"
>
<specification>
1.0
</specification>
<id>
11e95b1b-1a14-4af4-a57a-dc2f8abe4f54
</id>
<name>
com.beecode.inz.workflow.participant.SubmitDeptPathAppointRoleParticipant
</name>
<title>
提交人所在部门路径上指定角色
</title>
<define>
bcp.participant
</define>
<define-version>
1.0
</define-version>
<content>
<m:participation-strategy>
<m:input>
<m:name>
submitterId
</m:name>
<m:title>
提交人Id
</m:title>
<m:description></m:description>
<m:type>
string
</m:type>
</m:input>
<m:input>
<m:name>
roles
</m:name>
<m:title>
角色
</m:title>
<m:description>
json数组
</m:description>
<m:type>
string
</m:type>
</m:input>
<m:implementation
runtime=
"java"
>
com.beecode.inz.workflow.participant.SubmitDeptPathAppointRoleParticipantStrategy
</m:implementation>
</m:participation-strategy>
</content>
</metadata>
backend/inz.workflow/src/main/resources/com/beecode/inz/workflow/query/ApprovalTask.jmx
0 → 100644
View file @
cf26c437
<?xml version="1.0" encoding="UTF-8"?>
<metadata
xmlns=
"http://www.beecode.cn/schema/amino-metadata"
xmlns:m=
"http://www.beecode.cn/schema/inz-query"
>
<specification>
1.0
</specification>
<id>
857fbab8-2715-4723-8cf7-be4941ba44de
</id>
<name>
com.beecode.inz.workflow.query.ApprovalTask
</name>
<title>
审批任务查询
</title>
<define>
inz.query.Query
</define>
<define-version>
1.0
</define-version>
<dependency>
com.beecode.inz.workflow.datamodel.InzApprovalTask
</dependency>
<content>
<m:query>
<m:type>
com.beecode.inz.workflow.datamodel.InzApprovalTask
</m:type>
<m:dataProcessor>
com.beecode.inz.workflow.query.InzApprovalTaskQueryDataProcessor
</m:dataProcessor>
<m:authorityItem></m:authorityItem>
<m:innerScenes>
<m:innerScene>
<m:id>
0c4b92d3-040f-4390-b9c0-8f0747dd0f9c
</m:id>
<m:title>
待处理
</m:title>
<m:javaImplement>
com.beecode.inz.workflow.internal.scene.ToDoTask
</m:javaImplement>
<m:defaultExecute></m:defaultExecute>
<m:hide></m:hide>
</m:innerScene>
<m:innerScene>
<m:id>
aae59d63-4cc9-412b-a9d8-604ecf8bfa82
</m:id>
<m:title>
已处理
</m:title>
<m:javaImplement>
com.beecode.inz.workflow.internal.scene.ProcessedTask
</m:javaImplement>
<m:defaultExecute></m:defaultExecute>
<m:hide></m:hide>
</m:innerScene>
</m:innerScenes>
<m:fields>
<m:field>
<m:name>
id
</m:name>
<m:title>
id
</m:title>
<m:type>
uuid
</m:type>
<m:ref>
<m:name></m:name>
<m:type></m:type>
</m:ref>
<m:desc></m:desc>
</m:field>
<m:field>
<m:name>
bizObjectName
</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>
bizTypeName
</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>
bizTypeTitle_v
</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>
bizDataId
</m:name>
<m:title>
业务数据id
</m:title>
<m:type>
uuid
</m:type>
<m:ref>
<m:name></m:name>
<m:type></m:type>
</m:ref>
<m:desc></m:desc>
</m:field>
<m:field>
<m:name>
startTime
</m:name>
<m:title>
收到审批时间
</m:title>
<m:type>
datetime
</m:type>
<m:ref>
<m:name></m:name>
<m:type></m:type>
</m:ref>
<m:desc></m:desc>
</m:field>
<m:field>
<m:name>
startTime
</m:name>
<m:title>
审批流程名称
</m:title>
<m:type>
datetime
</m:type>
<m:ref>
<m:name></m:name>
<m:type></m:type>
</m:ref>
<m:desc></m:desc>
</m:field>
<m:field>
<m:name>
finishTime
</m:name>
<m:title>
结束时间
</m:title>
<m:type>
datetime
</m:type>
<m:ref>
<m:name></m:name>
<m:type></m:type>
</m:ref>
<m:desc></m:desc>
</m:field>
<m:field>
<m:name>
taskName
</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>
title
</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>
taskState
</m:name>
<m:title>
任务状态
</m:title>
<m:type>
int
</m:type>
<m:ref>
<m:name></m:name>
<m:type></m:type>
</m:ref>
<m:desc></m:desc>
</m:field>
<m:field>
<m:name>
parameters
</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>
result
</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>
suggestion
</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>
processInstance.workflow.workflowDefinition.title
</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>
processInstance.id
</m:name>
<m:title>
流程实例id
</m:title>
<m:type>
uuid
</m:type>
<m:ref>
<m:name></m:name>
<m:type></m:type>
</m:ref>
<m:desc></m:desc>
</m:field>
<m:field>
<m:name>
bizProcess.submitter.name
</m:name>
<m:title>
流程发起人标题
</m:title>
<m:type>
uuid
</m:type>
<m:ref>
<m:name></m:name>
<m:type></m:type>
</m:ref>
<m:desc></m:desc>
</m:field>
<m:field>
<m:name>
bizProcess.bizTypeName
</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:fields>
</m:query>
</content>
</metadata>
backend/inz.workflow/src/main/resources/com/beecode/inz/workflow/query/BizProcess.jmx
0 → 100644
View file @
cf26c437
<?xml version="1.0" encoding="UTF-8"?>
<metadata
xmlns=
"http://www.beecode.cn/schema/amino-metadata"
xmlns:m=
"http://www.beecode.cn/schema/inz-query"
>
<specification>
1.0
</specification>
<id>
fa32de24-a3f8-4270-8c6b-7b537e9a119d
</id>
<name>
com.beecode.inz.workflow.query.BizProcess
</name>
<title>
工作流业务流程查询
</title>
<define>
inz.query.Query
</define>
<define-version>
1.0
</define-version>
<dependency>
com.beecode.inz.workflow.datamodel.InzBizProcess
</dependency>
<content>
<m:query>
<m:type>
com.beecode.inz.workflow.datamodel.InzBizProcess
</m:type>
<m:dataProcessor>
com.beecode.inz.workflow.query.InzBizProcessQueryDataProcessor
</m:dataProcessor>
<m:authorityItem></m:authorityItem>
<m:innerScenes>
<m:innerScene>
<m:id>
ecfb64aa-f7a7-46ea-a705-31cf9e4b7fe9
</m:id>
<m:title>
进行中
</m:title>
<m:javaImplement>
com.beecode.inz.workflow.internal.scene.UnderwayProcess
</m:javaImplement>
<m:defaultExecute></m:defaultExecute>
<m:hide></m:hide>
</m:innerScene>
<m:innerScene>
<m:id>
d5373cb4-4b63-43c4-8a5b-16d3f8079e57
</m:id>
<m:title>
已结束
</m:title>
<m:javaImplement>
com.beecode.inz.workflow.internal.scene.FinishedProcess
</m:javaImplement>
<m:defaultExecute></m:defaultExecute>
<m:hide></m:hide>
</m:innerScene>
</m:innerScenes>
<m:fields>
<m:field>
<m:name>
id
</m:name>
<m:title>
id
</m:title>
<m:type>
uuid
</m:type>
<m:ref>
<m:name></m:name>
<m:type></m:type>
</m:ref>
<m:desc></m:desc>
</m:field>
<m:field>
<m:name>
kclass
</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>
bizObjectName
</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>
bizTypeName
</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>
bizTypeTitle_v
</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>
triggerAction_v
</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>
bizDataId
</m:name>
<m:title>
业务数据id
</m:title>
<m:type>
uuid
</m:type>
<m:ref>
<m:name></m:name>
<m:type></m:type>
</m:ref>
<m:desc></m:desc>
</m:field>
<m:field>
<m:name>
workflowState
</m:name>
<m:title>
工作流状态
</m:title>
<m:type>
int
</m:type>
<m:ref>
<m:name></m:name>
<m:type></m:type>
</m:ref>
<m:desc></m:desc>
</m:field>
<m:field>
<m:name>
submitter.name
</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>
submitTime
</m:name>
<m:title>
提交时间
</m:title>
<m:type>
datetime
</m:type>
<m:ref>
<m:name></m:name>
<m:type></m:type>
</m:ref>
<m:desc></m:desc>
</m:field>
<m:field>
<m:name>
processInstance.lastTransferTime
</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>
processInstance.workflow.workflowDefinition.title
</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>
bizProcess.bizTypeName
</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:fields>
</m:query>
</content>
</metadata>
backend/inz.workflow/src/main/resources/com/beecode/inz/workflow/query/WorkflowDefinition.jmx
0 → 100644
View file @
cf26c437
<?xml version="1.0" encoding="UTF-8"?>
<metadata
xmlns=
"http://www.beecode.cn/schema/amino-metadata"
xmlns:m=
"http://www.beecode.cn/schema/inz-query"
>
<specification>
1.0
</specification>
<id>
8e5dfb20-1b4e-4d6b-a44b-438ef6d09e91
</id>
<name>
com.beecode.inz.workflow.query.WorkflowDefinition
</name>
<title>
工作流定义查询
</title>
<define>
inz.query.Query
</define>
<define-version>
1.0
</define-version>
<dependency>
com.beecode.inz.workflow.datamodel.InzWorkflowDefinition
</dependency>
<content>
<m:query>
<m:type>
com.beecode.inz.workflow.datamodel.InzWorkflowDefinition
</m:type>
<m:dataProcessor>
com.beecode.inz.workflow.query.InzWorkflowDefinitionQueryDataProcessor
</m:dataProcessor>
<m:authorityItem></m:authorityItem>
<m:innerScenes>
<m:innerScene>
<m:id>
0c4b92d3-040f-4390-b9c0-8f0747dd0f9c
</m:id>
<m:title>
使用中
</m:title>
<m:javaImplement>
com.beecode.inz.workflow.internal.scene.workflowdefinition.UsingScene
</m:javaImplement>
<m:defaultExecute></m:defaultExecute>
<m:hide></m:hide>
</m:innerScene>
<m:innerScene>
<m:id>
aae59d63-4cc9-412b-a9d8-604ecf8bfa82
</m:id>
<m:title>
已停用
</m:title>
<m:javaImplement>
com.beecode.inz.workflow.internal.scene.workflowdefinition.DisabledScene
</m:javaImplement>
<m:defaultExecute></m:defaultExecute>
<m:hide></m:hide>
</m:innerScene>
<m:innerScene>
<m:id>
aae59d63-4c11-412b-a9d8-114ecf8bfa11
</m:id>
<m:title>
已作废
</m:title>
<m:javaImplement>
com.beecode.inz.workflow.internal.scene.workflowdefinition.DiscardScene
</m:javaImplement>
<m:defaultExecute></m:defaultExecute>
<m:hide></m:hide>
</m:innerScene>
</m:innerScenes>
<m:fields>
<m:field>
<m:name>
id
</m:name>
<m:title>
id
</m:title>
<m:type>
uuid
</m:type>
<m:ref>
<m:name></m:name>
<m:type></m:type>
</m:ref>
<m:desc></m:desc>
</m:field>
<m:field>
<m:name>
name
</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>
title
</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>
<m:ref>
<m:name></m:name>
<m:type></m:type>
</m:ref>
<m:desc></m:desc>
</m:field>
<m:field>
<m:name>
creator.name
</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>
modifyTime
</m:name>
<m:title>
修改时间
</m:title>
<m:type>
datetime
</m:type>
<m:ref>
<m:name></m:name>
<m:type></m:type>
</m:ref>
<m:desc></m:desc>
</m:field>
<m:field>
<m:name>
modifier.name
</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>
definitionVersion
</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>
bizTypeName
</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>
workflowConfig
</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>
definitionContent
</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>
triggerAction_v
</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>
bizTypeTitle_v
</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>
definitionState
</m:name>
<m:title>
流程状态
</m:title>
<m:type>
int
</m:type>
<m:ref>
<m:name></m:name>
<m:type></m:type>
</m:ref>
<m:desc></m:desc>
</m:field>
</m:fields>
</m:query>
</content>
</metadata>
backend/inz.workflow/src/main/resources/com/beecode/inz/workflow/task/ApprovalTaskDefinition.jmx
0 → 100644
View file @
cf26c437
<?xml version="1.0" encoding="UTF-8"?>
<metadata
xmlns=
"http://www.beecode.cn/schema/amino-metadata"
xmlns:m=
"http://www.beecode.cn/schema/bcp-task"
>
<specification>
1.0
</specification>
<id>
b2a081fe-dcc8-457d-b899-ae6739773095
</id>
<name>
com.beecode.inz.workflow.task.ApprovalTaskDefinition
</name>
<title>
审批任务定义
</title>
<define>
bcp.task
</define>
<define-version>
1.0
</define-version>
<dependency>
com.beecode.inz.workflow.datamodel.InzApprovalTask
</dependency>
<content>
<m:task-definition>
<m:type>
com.beecode.inz.workflow.datamodel.InzApprovalTask
</m:type>
<m:taskEventListener>
com.beecode.inz.workflow.listener.TaskEventListenerImpl
</m:taskEventListener>
<m:parameters>
<m:input>
<m:name>
bizObjectName
</m:name>
<m:title>
业务对象名称
</m:title>
<m:description></m:description>
<m:type>
string
</m:type>
</m:input>
<m:input>
<m:name>
bizDataId
</m:name>
<m:title>
业务数据id
</m:title>
<m:description></m:description>
<m:type>
uuid
</m:type>
</m:input>
<m:input>
<m:name>
bizTypeName
</m:name>
<m:title>
业务类型标识
</m:title>
<m:description></m:description>
<m:type>
string
</m:type>
</m:input>
<m:output>
<m:name>
result
</m:name>
<m:title>
审批结果
</m:title>
<m:description></m:description>
<m:type>
int
</m:type>
</m:output>
</m:parameters>
</m:task-definition>
</content>
</metadata>
backend/xyst.dinas.oa/src/main/model/com/xyst/dinas/oa/bill/UseCarApply.mk
0 → 100644
View file @
cf26c437
<model>
<header>
<type>bcp.biz.Bill</type>
<package>com.xyst.dinas.oa.bill</package>
<title>用车申请</title>
<name>UseCarApply</name>
<description>用车申请</description>
</header>
<content>
<bill>
<data>
{"baseData":{"name":"UseCarApply","title":"用车申请","billModel":"com.beecode.bap.biztrait.BasicBillBiztrait","functionLibrarys":[],"description":"用车申请","dataModel":"com.xyst.dinas.oa.datamodel.UseCarApply"},"serial":{"serialData":[{"segment":"literal","segmentData":"EM"},{"segment":"sequence","segmentData":{"start-with":0,"increment":1,"min":0,"max":99999,"length":5,"cycle":true,"cut-direction":"left","pad-string":"0","pad-direction":"left","cache-size":10}}],"buildTime":"add"},"formula":[],"workflow":{"workflow":"","processParamConfig":[]},"print":[],"authority":[]}
</data>
</bill>
</content>
</model>
\ No newline at end of file
backend/xyst.dinas.oa/src/main/model/com/xyst/dinas/oa/datamodel/UseCarApply.mk
0 → 100644
View file @
cf26c437
<model>
<header>
<type>bcp.type.DataModel</type>
<package>com.xyst.dinas.oa.datamodel</package>
<title>用车申请</title>
<name>UseCarApply</name>
<tags></tags>
<description>用车申请</description>
<templateName>mk.ide.ui.editor.data.model.template.bill</templateName>
<tablePrefix>xyst_dinas_oa_</tablePrefix>
</header>
<content>
<dataModel id='c8f78a2d-45fd-45aa-8319-d5c3480e0cb3' multiVersion='' domainInherit='undefined' tableName='xyst_dinas_oa_use_car_apply'>
<parent>com.beecode.bap.biztrait.datamodel.BasicBillRequirement</parent>
<parent>com.beecode.inz.common.datamodel.BaseInfo</parent>
<attribute id='c17c3fdb-f2e6-409e-979e-aa0b94379ce0' name='proposer' columnName='proposer' title='申请人' type='com.beecode.bap.staff.datamodel.Staff' default='' precision='' isArray='false'>
<annotation id='98e9a1a5-1898-457e-a141-47eb37f2c53c' attributeId='4b1352be-d751-4677-8e45-0cd31cf89a6f' name='length' value='undefined'>
</annotation>
<annotation id='555866cb-af2b-492f-be70-767e86c40a4a' attributeId='37b366df-fad2-4460-b576-cf2182ba14c7' name='mappingType' value='many-to-one'>
</annotation>
</attribute>
<attribute id='05406038-b06e-4480-bfbc-295266b8bcd8' name='department' columnName='department' title='所属部门' type='com.beecode.bap.department.datamodel.Department' default='' precision='' isArray='false'>
<annotation id='eb8a891d-0009-4fbb-9093-5ad69b587e89' attributeId='04ce460e-d751-4016-9bb4-ab07301e65ed' name='length' value='undefined'>
</annotation>
<annotation id='0bef4e8c-eca9-424d-a5df-907a2f32785f' attributeId='53c075c8-48ac-471b-99a0-1116348dd969' name='mappingType' value='many-to-one'>
</annotation>
</attribute>
<attribute id='46b57353-8913-42ee-afc7-a497f54867ac' name='applyDate' columnName='apply_date' title='申请日期' type='datetime' default='' precision='' isArray='false'>
<annotation id='d24a4237-f9d7-4a4f-b0eb-e8a5e252661d' attributeId='02ccf3e3-04df-4482-b956-da82e32b0266' name='length' value='undefined'>
</annotation>
</attribute>
<attribute id='8ff388d1-b7a6-480a-b8ce-cf3a0385fb2d' name='licensePlateNumber' columnName='license_plate_number' title='车牌号' type='string' default='' precision='' isArray='false'>
<annotation id='765621bb-8b68-4645-8bba-f955ed0471bc' attributeId='d2e27ef9-84e0-4596-9f3c-f33dd5bb3c66' name='length' value='500'>
</annotation>
</attribute>
<attribute id='a7f6edf9-cf85-4476-9c6e-1af117faf33c' name='useCarTime' columnName='use_car_time' title='用车时间' type='datetime' default='' precision='' isArray='false'>
<annotation id='c1b431f5-6a22-4248-8dd8-83545ed36d05' attributeId='ed5d4869-ed25-4f02-92cb-fdc7696780bd' name='length' value='undefined'>
</annotation>
</attribute>
<attribute id='df156f48-647f-4260-8360-a9a4380ce912' name='predictReturnTime' columnName='predict_return_time' title='预计返还时间' type='datetime' default='' precision='' isArray='false'>
<annotation id='bfbb4407-f9bd-4794-87cb-ea1bfae6981f' attributeId='16e3f5a7-f554-4b5e-a49e-eb8343d937de' name='length' value='undefined'>
</annotation>
</attribute>
<attribute id='974dbdbe-1884-4280-9681-76d85d8c43f1' name='destination' columnName='destination' title='前往地点' type='string' default='' precision='' isArray='false'>
<annotation id='56c5690d-b3e5-4606-80df-55cce9fb634e' attributeId='fdc273cb-1af1-44a5-a6ef-0dcde02dce0c' name='length' value='100'>
</annotation>
</attribute>
<attribute id='98934ed4-1c72-41ff-8847-f20f0d0249f4' name='lendReason' columnName='lend_reason' title='借出事由' type='string' default='' precision='' isArray='false'>
<annotation id='0aa18e00-f21e-423e-9563-d939394aa60e' attributeId='2f39838b-84e9-4f31-a13a-808c4117d13e' name='length' value='500'>
</annotation>
</attribute>
<attribute id='778ab0ae-c5d0-475b-90f4-96e3c0c5883d' name='departmentManagerOpinion' columnName='department_manager_opinion' title='部门经理意见' type='string' default='' precision='' isArray='false'>
<annotation id='e4e13ad6-8653-452b-8640-53f9d2a8302a' attributeId='bfd21ea8-9d6e-42bf-a1e8-5800661aa268' name='length' value='500'>
</annotation>
</attribute>
<attribute id='3c4478c1-6255-4d89-b641-9a77e25ef6b5' name='leadershipOpinion' columnName='leadership_opinion' title='分管领导意见' type='string' default='' precision='' isArray='false'>
<annotation id='a4636d8d-452f-4cf3-a0de-e62968e6a22a' attributeId='c9f89d0a-e8dd-454d-bb82-9509d006825b' name='length' value='500'>
</annotation>
</attribute>
<hibernate>/xyst.dinas.oa/src/main/resources/config/UseCarApply.hbm.xml</hibernate>
</dataModel>
</content>
</model>
\ No newline at end of file
backend/xyst.dinas.oa/src/main/model/com/xyst/dinas/oa/query/SealBorrow.mk
View file @
cf26c437
...
...
@@ -5,7 +5,7 @@
<name>SealBorrow</name>
<title>证章借出</title>
<tags></tags>
<description>
日常费用
</description>
<description>
证章借出
</description>
</header>
<content>
<customQuery id='cddef037-c757-47cf-9429-83e4a4c043e7'>
...
...
@@ -221,6 +221,24 @@
</ref>
<description></description>
</field>
<field title='审批状态'>
<name>approveState</name>
<type>int</type>
<ref>
<type></type>
<name></name>
</ref>
<description></description>
</field>
<field title='单据编号'>
<name>billCode</name>
<type>string</type>
<ref>
<type></type>
<name></name>
</ref>
<description></description>
</field>
</customQuery>
</content>
</model>
\ No newline at end of file
backend/xyst.dinas.oa/src/main/model/com/xyst/dinas/oa/query/UseCarApply.mk
0 → 100644
View file @
cf26c437
<model>
<header>
<type>inz.query.Query</type>
<package>com.xyst.dinas.oa.query</package>
<name>UseCarApply</name>
<title>用车申请</title>
<tags></tags>
<description>用车申请</description>
</header>
<content>
<customQuery id='f4531ace-deec-4edb-924c-103a97a2dd45'>
<kclass>com.xyst.dinas.oa.datamodel.UseCarApply</kclass>
<authorityItem>com.xyst.dinas.oa.auth.UseCarApplyList</authorityItem>
<innerScene title='全部'>
<id>4236ec6b-d9fa-40dc-9759-bbdbba05368f</id>
<javaImplement>com.beecode.inz.common.scene.CommonAllScene</javaImplement>
<defaultExecute></defaultExecute>
<hide></hide>
</innerScene>
<innerScene title='已废弃'>
<id>4f4d29b7-783d-4ca0-baf4-bb337fdca206</id>
<javaImplement>com.beecode.inz.common.scene.DefaultDiscardScene</javaImplement>
<defaultExecute></defaultExecute>
<hide></hide>
</innerScene>
<field title='id'>
<name>id</name>
<type>uuid</type>
<ref>
<type></type>
<name></name>
</ref>
<description></description>
</field>
<field title='借用人id'>
<name>proposer.id</name>
<type>uuid</type>
<ref>
<type>一般引用</type>
<name>com.beecode.bap.staff.datamodel.Staff</name>
</ref>
<description></description>
</field>
<field title='借用人'>
<name>proposer.name</name>
<type>string</type>
<ref>
<type></type>
<name>com.beecode.bap.staff.datamodel.Staff</name>
</ref>
<description></description>
</field>
<field title='所属部门id'>
<name>department.id</name>
<type>uuid</type>
<ref>
<type></type>
<name>com.beecode.bap.department.datamodel.Department</name>
</ref>
<description></description>
</field>
<field title='所属部门名称'>
<name>department.name</name>
<type>string</type>
<ref>
<type></type>
<name>com.beecode.bap.department.datamodel.Department</name>
</ref>
<description></description>
</field>
<field title='申请日期'>
<name>applyDate</name>
<type>datetime</type>
<ref>
<type></type>
<name></name>
</ref>
<description></description>
</field>
<field title='用车时间'>
<name>useCarTime</name>
<type>datetime</type>
<ref>
<type></type>
<name></name>
</ref>
<description></description>
</field>
<field title='预计返还时间'>
<name>predictReturnTime</name>
<type>datetime</type>
<ref>
<type></type>
<name></name>
</ref>
<description></description>
</field>
<field title='创建时间'>
<name>createTime</name>
<type>datetime</type>
<ref>
<type></type>
<name></name>
</ref>
<description></description>
</field>
<field title='创建人'>
<name>creator.name</name>
<type>string</type>
<ref>
<type></type>
<name></name>
</ref>
<description></description>
</field>
<field title='修改时间'>
<name>modifyTime</name>
<type>datetime</type>
<ref>
<type></type>
<name></name>
</ref>
<description></description>
</field>
<field title='修改人'>
<name>modifier.name</name>
<type>string</type>
<ref>
<type></type>
<name></name>
</ref>
<description></description>
</field>
<field title='废弃'>
<name>discard</name>
<type>boolean</type>
<ref>
<type></type>
<name></name>
</ref>
<description></description>
</field>
<field title='借出事由'>
<name>lendReason</name>
<type>string</type>
<ref>
<type></type>
<name></name>
</ref>
<description></description>
</field>
<field title='车牌号'>
<name>licensePlateNumber</name>
<type>string</type>
<ref>
<type></type>
<name></name>
</ref>
<description></description>
</field>
<field title='前往地点'>
<name>destination</name>
<type>string</type>
<ref>
<type></type>
<name></name>
</ref>
<description></description>
</field>
<field title='部门经理意见'>
<name>departmentManagerOpinion</name>
<type>string</type>
<ref>
<type></type>
<name></name>
</ref>
<description></description>
</field>
<field title='分管领导意见'>
<name>leadershipOpinion</name>
<type>string</type>
<ref>
<type></type>
<name></name>
</ref>
<description></description>
</field>
<field title='审批状态'>
<name>approveState</name>
<type>int</type>
<ref>
<type></type>
<name></name>
</ref>
<description></description>
</field>
<field title='单据编号'>
<name>billCode</name>
<type>string</type>
<ref>
<type></type>
<name></name>
</ref>
<description></description>
</field>
</customQuery>
</content>
</model>
\ No newline at end of file
backend/xyst.dinas.oa/src/main/resources/com/xyst/dinas/oa/bill/SealBorrow$sequence.jmx
0 → 100644
View file @
cf26c437
<?xml version="1.0" encoding="UTF-8"?>
<metadata
xmlns=
"http://www.beecode.cn/schema/amino-metadata"
xmlns:m=
"http://www.beecode.cn/schema/bcp-sequence"
>
<specification>
1.0
</specification>
<id>
b5171b7a-d99f-40fa-ade1-435c47a0d1be
</id>
<name>
com.xyst.dinas.oa.bill.SealBorrow$sequence
</name>
<title>
证章借出$sequence
</title>
<description>
证章借出
</description>
<define>
bcp.sequence
</define>
<define-version>
1.0
</define-version>
<content>
<m:sequence>
<m:start-with>
0
</m:start-with>
<m:increment>
1
</m:increment>
<m:max>
99999
</m:max>
<m:min>
0
</m:min>
<m:cycle>
true
</m:cycle>
<m:cache-size>
10
</m:cache-size>
</m:sequence>
</content>
</metadata>
backend/xyst.dinas.oa/src/main/resources/com/xyst/dinas/oa/bill/SealBorrow$serial.jmx
0 → 100644
View file @
cf26c437
<?xml version="1.0" encoding="UTF-8"?>
<metadata
xmlns=
"http://www.beecode.cn/schema/amino-metadata"
xmlns:m=
"http://www.beecode.cn/schema/bcp-serial"
>
<specification>
1.0
</specification>
<id>
e99fb9b4-3411-42d4-bbeb-5bac24e652da
</id>
<name>
com.xyst.dinas.oa.bill.SealBorrow$serial
</name>
<title>
证章借出$serial
</title>
<description>
证章借出
</description>
<define>
bcp.serial
</define>
<define-version>
1.0
</define-version>
<dependency>
com.xyst.dinas.oa.datamodel.SealBorrow
</dependency>
<dependency>
com.xyst.dinas.oa.bill.SealBorrow$sequence
</dependency>
<content>
<m:serial>
<m:input>
com.xyst.dinas.oa.datamodel.SealBorrow
</m:input>
<m:functionLibrarys/>
<m:segments>
<m:literal>
<m:value>
EM
</m:value>
</m:literal>
<m:sequence>
<m:length>
5
</m:length>
<m:pad-direction>
left
</m:pad-direction>
<m:pad-string>
0
</m:pad-string>
<m:key>
com.xyst.dinas.oa.bill.SealBorrow$serial
</m:key>
<m:sequenceName>
com.xyst.dinas.oa.bill.SealBorrow$sequence
</m:sequenceName>
</m:sequence>
</m:segments>
</m:serial>
</content>
</metadata>
backend/xyst.dinas.oa/src/main/resources/com/xyst/dinas/oa/bill/SealBorrow.jmx
0 → 100644
View file @
cf26c437
<?xml version="1.0" encoding="UTF-8"?>
<metadata
xmlns=
"http://www.beecode.cn/schema/amino-metadata"
xmlns:m=
"http://www.beecode.cn/schema/bcp-biztype"
>
<specification>
1.0
</specification>
<id>
2847b9ed-24c4-4871-a3db-0303bb9c2b92
</id>
<name>
com.xyst.dinas.oa.bill.SealBorrow
</name>
<title>
证章借出
</title>
<description>
证章借出
</description>
<define>
bcp.biz.Biztype
</define>
<define-version>
1.0
</define-version>
<dependency>
com.xyst.dinas.oa.bill.SealBorrow$serial
</dependency>
<dependency>
com.xyst.dinas.oa.datamodel.SealBorrow
</dependency>
<dependency>
com.beecode.bap.biztrait.BasicBillBiztrait
</dependency>
<content>
<m:biztype>
<m:type>
com.xyst.dinas.oa.datamodel.SealBorrow
</m:type>
<m:inheritances>
<m:inheritance>
<m:biztrait>
com.beecode.bap.biztrait.BasicBillBiztrait
</m:biztrait>
<m:config
type=
"xml"
>
<m:content>
<
billBasictraitConfig
><
formulas/
><
parents
><
parent
><
billCodeConfig
><
serialName
>
com.xyst.dinas.oa.bill.SealBorrow$serial
<
/serialName
><
buildTime
>
add
<
/buildTime
><
/billCodeConfig
><
/parent
><
parent
><
workflowConfig
><
workflow
><
/workflow
><
/workflowConfig
><
/parent
><
parent
><
printConfig
><
templates/
><
/printConfig
><
/parent
><
/parents
><
functionLibrarys/
><
/billBasictraitConfig
>
</m:content>
</m:config>
</m:inheritance>
</m:inheritances>
<m:methodAuthorityItems/>
</m:biztype>
</content>
</metadata>
backend/xyst.dinas.oa/src/main/resources/com/xyst/dinas/oa/bill/UseCarApply$sequence.jmx
0 → 100644
View file @
cf26c437
<?xml version="1.0" encoding="UTF-8"?>
<metadata
xmlns=
"http://www.beecode.cn/schema/amino-metadata"
xmlns:m=
"http://www.beecode.cn/schema/bcp-sequence"
>
<specification>
1.0
</specification>
<id>
1145e52c-a53b-4cc8-8b64-2f9b26776c99
</id>
<name>
com.xyst.dinas.oa.bill.UseCarApply$sequence
</name>
<title>
用车申请$sequence
</title>
<description>
用车申请
</description>
<define>
bcp.sequence
</define>
<define-version>
1.0
</define-version>
<content>
<m:sequence>
<m:start-with>
0
</m:start-with>
<m:increment>
1
</m:increment>
<m:max>
99999
</m:max>
<m:min>
0
</m:min>
<m:cycle>
true
</m:cycle>
<m:cache-size>
10
</m:cache-size>
</m:sequence>
</content>
</metadata>
backend/xyst.dinas.oa/src/main/resources/com/xyst/dinas/oa/bill/UseCarApply$serial.jmx
0 → 100644
View file @
cf26c437
<?xml version="1.0" encoding="UTF-8"?>
<metadata
xmlns=
"http://www.beecode.cn/schema/amino-metadata"
xmlns:m=
"http://www.beecode.cn/schema/bcp-serial"
>
<specification>
1.0
</specification>
<id>
7e55230a-2fd5-48f8-985b-579400b34b69
</id>
<name>
com.xyst.dinas.oa.bill.UseCarApply$serial
</name>
<title>
用车申请$serial
</title>
<description>
用车申请
</description>
<define>
bcp.serial
</define>
<define-version>
1.0
</define-version>
<dependency>
com.xyst.dinas.oa.datamodel.UseCarApply
</dependency>
<dependency>
com.xyst.dinas.oa.bill.UseCarApply$sequence
</dependency>
<content>
<m:serial>
<m:input>
com.xyst.dinas.oa.datamodel.UseCarApply
</m:input>
<m:functionLibrarys/>
<m:segments>
<m:literal>
<m:value>
EM
</m:value>
</m:literal>
<m:sequence>
<m:length>
5
</m:length>
<m:pad-direction>
left
</m:pad-direction>
<m:pad-string>
0
</m:pad-string>
<m:key>
com.xyst.dinas.oa.bill.UseCarApply$serial
</m:key>
<m:sequenceName>
com.xyst.dinas.oa.bill.UseCarApply$sequence
</m:sequenceName>
</m:sequence>
</m:segments>
</m:serial>
</content>
</metadata>
backend/xyst.dinas.oa/src/main/resources/com/xyst/dinas/oa/bill/UseCarApply.jmx
0 → 100644
View file @
cf26c437
<?xml version="1.0" encoding="UTF-8"?>
<metadata
xmlns=
"http://www.beecode.cn/schema/amino-metadata"
xmlns:m=
"http://www.beecode.cn/schema/bcp-biztype"
>
<specification>
1.0
</specification>
<id>
c490c2eb-37ce-4e7a-ae41-e0eb45d72eb6
</id>
<name>
com.xyst.dinas.oa.bill.UseCarApply
</name>
<title>
用车申请
</title>
<description>
用车申请
</description>
<define>
bcp.biz.Biztype
</define>
<define-version>
1.0
</define-version>
<dependency>
com.xyst.dinas.oa.datamodel.UseCarApply
</dependency>
<dependency>
com.beecode.bap.biztrait.BasicBillBiztrait
</dependency>
<dependency>
com.xyst.dinas.oa.bill.UseCarApply$serial
</dependency>
<content>
<m:biztype>
<m:type>
com.xyst.dinas.oa.datamodel.UseCarApply
</m:type>
<m:inheritances>
<m:inheritance>
<m:biztrait>
com.beecode.bap.biztrait.BasicBillBiztrait
</m:biztrait>
<m:config
type=
"xml"
>
<m:content>
<
billBasictraitConfig
><
formulas/
><
parents
><
parent
><
billCodeConfig
><
serialName
>
com.xyst.dinas.oa.bill.UseCarApply$serial
<
/serialName
><
buildTime
>
add
<
/buildTime
><
/billCodeConfig
><
/parent
><
parent
><
workflowConfig
><
workflow
><
/workflow
><
/workflowConfig
><
/parent
><
parent
><
printConfig
><
templates/
><
/printConfig
><
/parent
><
/parents
><
functionLibrarys/
><
/billBasictraitConfig
>
</m:content>
</m:config>
</m:inheritance>
</m:inheritances>
<m:methodAuthorityItems/>
</m:biztype>
</content>
</metadata>
backend/xyst.dinas.oa/src/main/resources/com/xyst/dinas/oa/datamodel/UseCarApply.jmx
0 → 100644
View file @
cf26c437
<?xml version="1.0" encoding="UTF-8"?>
<metadata
xmlns=
"http://www.beecode.cn/schema/amino-metadata"
xmlns:m=
"http://www.beecode.cn/schema/bcp-type"
>
<specification>
1.0
</specification>
<id>
c8f78a2d-45fd-45aa-8319-d5c3480e0cb3
</id>
<name>
com.xyst.dinas.oa.datamodel.UseCarApply
</name>
<title>
用车申请
</title>
<description>
用车申请
</description>
<define>
bcp.type.Class
</define>
<define-version>
1.0
</define-version>
<dependency>
bcp.type.constraint.StringLength
</dependency>
<dependency>
com.beecode.inz.common.datamodel.BaseInfo
</dependency>
<dependency>
com.beecode.bap.staff.datamodel.Staff
</dependency>
<dependency>
com.beecode.bap.biztrait.datamodel.BasicBillRequirement
</dependency>
<dependency>
com.beecode.bap.department.datamodel.Department
</dependency>
<content>
<m:class>
<m:parents>
<m:parent>
com.beecode.bap.biztrait.datamodel.BasicBillRequirement
</m:parent>
<m:parent>
com.beecode.inz.common.datamodel.BaseInfo
</m:parent>
</m:parents>
<m:attributes>
<m:attribute>
<m:annotations/>
<m:id>
c17c3fdb-f2e6-409e-979e-aa0b94379ce0
</m:id>
<m:name>
proposer
</m:name>
<m:title>
申请人
</m:title>
<m:type>
com.beecode.bap.staff.datamodel.Staff
</m:type>
<m:description></m:description>
<m:default></m:default>
</m:attribute>
<m:attribute>
<m:annotations/>
<m:id>
05406038-b06e-4480-bfbc-295266b8bcd8
</m:id>
<m:name>
department
</m:name>
<m:title>
所属部门
</m:title>
<m:type>
com.beecode.bap.department.datamodel.Department
</m:type>
<m:description></m:description>
<m:default></m:default>
</m:attribute>
<m:attribute>
<m:annotations/>
<m:id>
46b57353-8913-42ee-afc7-a497f54867ac
</m:id>
<m:name>
applyDate
</m:name>
<m:title>
申请日期
</m:title>
<m:type>
datetime
</m:type>
<m:description></m:description>
<m:default></m:default>
</m:attribute>
<m:attribute>
<m:annotations>
<m:annotation>
<m:type>
bcp.type.constraint.StringLength
</m:type>
<m:value>
500
</m:value>
</m:annotation>
</m:annotations>
<m:id>
8ff388d1-b7a6-480a-b8ce-cf3a0385fb2d
</m:id>
<m:name>
licensePlateNumber
</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:id>
a7f6edf9-cf85-4476-9c6e-1af117faf33c
</m:id>
<m:name>
useCarTime
</m:name>
<m:title>
用车时间
</m:title>
<m:type>
datetime
</m:type>
<m:description></m:description>
<m:default></m:default>
</m:attribute>
<m:attribute>
<m:annotations/>
<m:id>
df156f48-647f-4260-8360-a9a4380ce912
</m:id>
<m:name>
predictReturnTime
</m:name>
<m:title>
预计返还时间
</m:title>
<m:type>
datetime
</m:type>
<m:description></m:description>
<m:default></m:default>
</m:attribute>
<m:attribute>
<m:annotations>
<m:annotation>
<m:type>
bcp.type.constraint.StringLength
</m:type>
<m:value>
100
</m:value>
</m:annotation>
</m:annotations>
<m:id>
974dbdbe-1884-4280-9681-76d85d8c43f1
</m:id>
<m:name>
destination
</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>
bcp.type.constraint.StringLength
</m:type>
<m:value>
500
</m:value>
</m:annotation>
</m:annotations>
<m:id>
98934ed4-1c72-41ff-8847-f20f0d0249f4
</m:id>
<m:name>
lendReason
</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>
bcp.type.constraint.StringLength
</m:type>
<m:value>
500
</m:value>
</m:annotation>
</m:annotations>
<m:id>
778ab0ae-c5d0-475b-90f4-96e3c0c5883d
</m:id>
<m:name>
departmentManagerOpinion
</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>
bcp.type.constraint.StringLength
</m:type>
<m:value>
500
</m:value>
</m:annotation>
</m:annotations>
<m:id>
3c4478c1-6255-4d89-b641-9a77e25ef6b5
</m:id>
<m:name>
leadershipOpinion
</m:name>
<m:title>
分管领导意见
</m:title>
<m:type>
string
</m:type>
<m:description></m:description>
<m:default></m:default>
</m:attribute>
</m:attributes>
</m:class>
</content>
</metadata>
backend/xyst.dinas.oa/src/main/resources/com/xyst/dinas/oa/dict/CertificateName$listSelector.jmx
0 → 100644
View file @
cf26c437
<?xml version="1.0" encoding="UTF-8"?>
<metadata
xmlns=
"http://www.beecode.cn/schema/amino-metadata"
xmlns:m=
"http://www.beecode.cn/schema/bcp-selector"
>
<specification>
1.0
</specification>
<id>
d8e0c0db-c261-4ccb-b6e7-18a1d8e61798
</id>
<name>
com.xyst.dinas.oa.dict.CertificateName$listSelector
</name>
<title>
listSelector
</title>
<define>
bcp.selector.ListSelector
</define>
<define-version>
1.0
</define-version>
<content>
<m:list-selector>
<m:columns>
<m:column>
<m:name>
name
</m:name>
<m:title>
名称
</m:title>
<m:type>
string
</m:type>
<m:output>
true
</m:output>
</m:column>
<m:column>
<m:name>
title
</m:name>
<m:title>
标题
</m:title>
<m:type>
string
</m:type>
<m:output>
true
</m:output>
</m:column>
<m:column>
<m:name>
shortName
</m:name>
<m:title>
助记码
</m:title>
<m:type>
string
</m:type>
<m:output>
true
</m:output>
</m:column>
<m:column>
<m:name>
memo
</m:name>
<m:title>
备注
</m:title>
<m:type>
string
</m:type>
<m:output>
true
</m:output>
</m:column>
<m:column>
<m:name>
pathCode
</m:name>
<m:title>
路径编码
</m:title>
<m:type>
string
</m:type>
<m:output>
true
</m:output>
</m:column>
<m:column>
<m:name>
path
</m:name>
<m:title>
路径
</m:title>
<m:type>
string
</m:type>
<m:output>
true
</m:output>
</m:column>
</m:columns>
<m:adapter>
<m:name>
com.beecode.bap.biztrait.BasicBillDictListSelectorAdaptor
</m:name>
</m:adapter>
<m:config>
com.xyst.dinas.oa.dict.CertificateName
</m:config>
</m:list-selector>
</content>
</metadata>
backend/xyst.dinas.oa/src/main/resources/com/xyst/dinas/oa/dict/CertificateName.jmx
0 → 100644
View file @
cf26c437
<?xml version="1.0" encoding="UTF-8"?>
<metadata
xmlns=
"http://www.beecode.cn/schema/amino-metadata"
xmlns:m=
"http://www.beecode.cn/schema/bcp-dict"
>
<specification>
1.0
</specification>
<id>
aa127a2c-b88e-4371-b963-23f463d51240
</id>
<name>
com.xyst.dinas.oa.dict.CertificateName
</name>
<title>
证件名称
</title>
<description>
证件名称
</description>
<define>
bcp.dict
</define>
<define-version>
1.0
</define-version>
<dependency>
com.xyst.dinas.oa.dict.datamodel.CertificateName
</dependency>
<content>
<m:dict>
<m:type>
com.xyst.dinas.oa.dict.datamodel.CertificateName
</m:type>
<m:config>
<m:structure>
list
</m:structure>
<m:code-rule></m:code-rule>
</m:config>
</m:dict>
</content>
</metadata>
backend/xyst.dinas.oa/src/main/resources/com/xyst/dinas/oa/dict/SealType$listSelector.jmx
0 → 100644
View file @
cf26c437
<?xml version="1.0" encoding="UTF-8"?>
<metadata
xmlns=
"http://www.beecode.cn/schema/amino-metadata"
xmlns:m=
"http://www.beecode.cn/schema/bcp-selector"
>
<specification>
1.0
</specification>
<id>
a86ba950-602a-41be-960d-026d2ace8aa2
</id>
<name>
com.xyst.dinas.oa.dict.SealType$listSelector
</name>
<title>
listSelector
</title>
<define>
bcp.selector.ListSelector
</define>
<define-version>
1.0
</define-version>
<content>
<m:list-selector>
<m:columns>
<m:column>
<m:name>
name
</m:name>
<m:title>
名称
</m:title>
<m:type>
string
</m:type>
<m:output>
true
</m:output>
</m:column>
<m:column>
<m:name>
title
</m:name>
<m:title>
标题
</m:title>
<m:type>
string
</m:type>
<m:output>
true
</m:output>
</m:column>
<m:column>
<m:name>
shortName
</m:name>
<m:title>
助记码
</m:title>
<m:type>
string
</m:type>
<m:output>
true
</m:output>
</m:column>
<m:column>
<m:name>
memo
</m:name>
<m:title>
备注
</m:title>
<m:type>
string
</m:type>
<m:output>
true
</m:output>
</m:column>
<m:column>
<m:name>
pathCode
</m:name>
<m:title>
路径编码
</m:title>
<m:type>
string
</m:type>
<m:output>
true
</m:output>
</m:column>
<m:column>
<m:name>
path
</m:name>
<m:title>
路径
</m:title>
<m:type>
string
</m:type>
<m:output>
true
</m:output>
</m:column>
</m:columns>
<m:adapter>
<m:name>
com.beecode.bap.biztrait.BasicBillDictListSelectorAdaptor
</m:name>
</m:adapter>
<m:config>
com.xyst.dinas.oa.dict.SealType
</m:config>
</m:list-selector>
</content>
</metadata>
backend/xyst.dinas.oa/src/main/resources/com/xyst/dinas/oa/dict/SealType.jmx
0 → 100644
View file @
cf26c437
<?xml version="1.0" encoding="UTF-8"?>
<metadata
xmlns=
"http://www.beecode.cn/schema/amino-metadata"
xmlns:m=
"http://www.beecode.cn/schema/bcp-dict"
>
<specification>
1.0
</specification>
<id>
8a00bc4f-65c2-490a-980a-ab0d442d550c
</id>
<name>
com.xyst.dinas.oa.dict.SealType
</name>
<title>
印章类型
</title>
<description>
印章类型
</description>
<define>
bcp.dict
</define>
<define-version>
1.0
</define-version>
<dependency>
com.xyst.dinas.oa.dict.datamodel.SealType
</dependency>
<content>
<m:dict>
<m:type>
com.xyst.dinas.oa.dict.datamodel.SealType
</m:type>
<m:config>
<m:structure>
list
</m:structure>
<m:code-rule></m:code-rule>
</m:config>
</m:dict>
</content>
</metadata>
backend/xyst.dinas.oa/src/main/resources/com/xyst/dinas/oa/query/SealBorrow.jmx
0 → 100644
View file @
cf26c437
<?xml version="1.0" encoding="UTF-8"?>
<metadata
xmlns=
"http://www.beecode.cn/schema/amino-metadata"
xmlns:m=
"http://www.beecode.cn/schema/inz-query"
>
<specification>
1.0
</specification>
<id>
cddef037-c757-47cf-9429-83e4a4c043e7
</id>
<name>
com.xyst.dinas.oa.query.SealBorrow
</name>
<title>
证章借出
</title>
<description>
证章借出
</description>
<define>
inz.query.Query
</define>
<define-version>
1.0
</define-version>
<dependency>
com.xyst.dinas.oa.datamodel.SealBorrow
</dependency>
<content>
<m:query>
<m:type>
com.xyst.dinas.oa.datamodel.SealBorrow
</m:type>
<m:dataProcessor></m:dataProcessor>
<m:authorityItem>
com.xyst.dinas.oa.auth.SealBorrowList
</m:authorityItem>
<m:innerScenes>
<m:innerScene>
<m:id>
bd26ae6f-e6c7-4948-a37d-ef85e0265ed3
</m:id>
<m:title>
全部
</m:title>
<m:javaImplement>
com.beecode.inz.common.scene.CommonAllScene
</m:javaImplement>
<m:defaultExecute></m:defaultExecute>
<m:hide></m:hide>
</m:innerScene>
<m:innerScene>
<m:id>
36277bdb-acbd-401c-bdc1-47ef1a99ee3e
</m:id>
<m:title>
已废弃
</m:title>
<m:javaImplement>
com.beecode.inz.common.scene.DefaultDiscardScene
</m:javaImplement>
<m:defaultExecute></m:defaultExecute>
<m:hide></m:hide>
</m:innerScene>
</m:innerScenes>
<m:fields>
<m:field>
<m:name>
id
</m:name>
<m:title>
id
</m:title>
<m:type>
uuid
</m:type>
<m:ref>
<m:name></m:name>
<m:type></m:type>
</m:ref>
<m:desc></m:desc>
</m:field>
<m:field>
<m:name>
borrower.id
</m:name>
<m:title>
借用人id
</m:title>
<m:type>
uuid
</m:type>
<m:ref>
<m:name>
com.beecode.bap.staff.datamodel.Staff
</m:name>
<m:type>
一般引用
</m:type>
</m:ref>
<m:desc></m:desc>
</m:field>
<m:field>
<m:name>
borrower.name
</m:name>
<m:title>
借用人
</m:title>
<m:type>
string
</m:type>
<m:ref>
<m:name>
com.beecode.bap.staff.datamodel.Staff
</m:name>
<m:type></m:type>
</m:ref>
<m:desc></m:desc>
</m:field>
<m:field>
<m:name>
department.id
</m:name>
<m:title>
所属部门id
</m:title>
<m:type>
uuid
</m:type>
<m:ref>
<m:name>
com.beecode.bap.department.datamodel.Department
</m:name>
<m:type></m:type>
</m:ref>
<m:desc></m:desc>
</m:field>
<m:field>
<m:name>
department.name
</m:name>
<m:title>
所属部门名称
</m:title>
<m:type>
string
</m:type>
<m:ref>
<m:name>
com.beecode.bap.department.datamodel.Department
</m:name>
<m:type></m:type>
</m:ref>
<m:desc></m:desc>
</m:field>
<m:field>
<m:name>
applyDate
</m:name>
<m:title>
申请日期
</m:title>
<m:type>
datetime
</m:type>
<m:ref>
<m:name></m:name>
<m:type></m:type>
</m:ref>
<m:desc></m:desc>
</m:field>
<m:field>
<m:name>
lendDate
</m:name>
<m:title>
借出日期
</m:title>
<m:type>
datetime
</m:type>
<m:ref>
<m:name></m:name>
<m:type></m:type>
</m:ref>
<m:desc></m:desc>
</m:field>
<m:field>
<m:name>
returnDate
</m:name>
<m:title>
归还日期
</m:title>
<m:type>
datetime
</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>
<m:ref>
<m:name></m:name>
<m:type></m:type>
</m:ref>
<m:desc></m:desc>
</m:field>
<m:field>
<m:name>
creator.name
</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>
modifyTime
</m:name>
<m:title>
修改时间
</m:title>
<m:type>
datetime
</m:type>
<m:ref>
<m:name></m:name>
<m:type></m:type>
</m:ref>
<m:desc></m:desc>
</m:field>
<m:field>
<m:name>
modifier.name
</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>
sealType.id
</m:name>
<m:title>
印章类型
</m:title>
<m:type>
uuid
</m:type>
<m:ref>
<m:name>
com.xyst.dinas.oa.dict.SealType
</m:name>
<m:type>
数据字典
</m:type>
</m:ref>
<m:desc></m:desc>
</m:field>
<m:field>
<m:name>
sealType.name
</m:name>
<m:title>
印章类型name
</m:title>
<m:type>
string
</m:type>
<m:ref>
<m:name>
com.xyst.dinas.oa.dict.SealType
</m:name>
<m:type></m:type>
</m:ref>
<m:desc></m:desc>
</m:field>
<m:field>
<m:name>
sealType.title
</m:name>
<m:title>
印章类型title
</m:title>
<m:type>
string
</m:type>
<m:ref>
<m:name>
com.xyst.dinas.oa.dict.SealType
</m:name>
<m:type></m:type>
</m:ref>
<m:desc></m:desc>
</m:field>
<m:field>
<m:name>
certificateName.id
</m:name>
<m:title>
证件名称
</m:title>
<m:type>
uuid
</m:type>
<m:ref>
<m:name>
com.xyst.dinas.oa.dict.CertificateName
</m:name>
<m:type>
数据字典
</m:type>
</m:ref>
<m:desc></m:desc>
</m:field>
<m:field>
<m:name>
certificateName.name
</m:name>
<m:title>
证件名称name
</m:title>
<m:type>
string
</m:type>
<m:ref>
<m:name>
com.xyst.dinas.oa.dict.certificateName
</m:name>
<m:type></m:type>
</m:ref>
<m:desc></m:desc>
</m:field>
<m:field>
<m:name>
certificateName.title
</m:name>
<m:title>
证件名称title
</m:title>
<m:type>
string
</m:type>
<m:ref>
<m:name>
com.xyst.dinas.oa.dict.certificateName
</m:name>
<m:type></m:type>
</m:ref>
<m:desc></m:desc>
</m:field>
<m:field>
<m:name>
discard
</m:name>
<m:title>
废弃
</m:title>
<m:type>
boolean
</m:type>
<m:ref>
<m:name></m:name>
<m:type></m:type>
</m:ref>
<m:desc></m:desc>
</m:field>
<m:field>
<m:name>
lendReason
</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>
departmentManagerOpinion
</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>
leadershipOpinion
</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>
approveState
</m:name>
<m:title>
审批状态
</m:title>
<m:type>
int
</m:type>
<m:ref>
<m:name></m:name>
<m:type></m:type>
</m:ref>
<m:desc></m:desc>
</m:field>
<m:field>
<m:name>
billCode
</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:fields>
</m:query>
</content>
</metadata>
backend/xyst.dinas.oa/src/main/resources/com/xyst/dinas/oa/query/UseCarApply.jmx
0 → 100644
View file @
cf26c437
<?xml version="1.0" encoding="UTF-8"?>
<metadata
xmlns=
"http://www.beecode.cn/schema/amino-metadata"
xmlns:m=
"http://www.beecode.cn/schema/inz-query"
>
<specification>
1.0
</specification>
<id>
f4531ace-deec-4edb-924c-103a97a2dd45
</id>
<name>
com.xyst.dinas.oa.query.UseCarApply
</name>
<title>
用车申请
</title>
<description>
用车申请
</description>
<define>
inz.query.Query
</define>
<define-version>
1.0
</define-version>
<dependency>
com.xyst.dinas.oa.datamodel.UseCarApply
</dependency>
<content>
<m:query>
<m:type>
com.xyst.dinas.oa.datamodel.UseCarApply
</m:type>
<m:dataProcessor></m:dataProcessor>
<m:authorityItem>
com.xyst.dinas.oa.auth.UseCarApplyList
</m:authorityItem>
<m:innerScenes>
<m:innerScene>
<m:id>
4236ec6b-d9fa-40dc-9759-bbdbba05368f
</m:id>
<m:title>
全部
</m:title>
<m:javaImplement>
com.beecode.inz.common.scene.CommonAllScene
</m:javaImplement>
<m:defaultExecute></m:defaultExecute>
<m:hide></m:hide>
</m:innerScene>
<m:innerScene>
<m:id>
4f4d29b7-783d-4ca0-baf4-bb337fdca206
</m:id>
<m:title>
已废弃
</m:title>
<m:javaImplement>
com.beecode.inz.common.scene.DefaultDiscardScene
</m:javaImplement>
<m:defaultExecute></m:defaultExecute>
<m:hide></m:hide>
</m:innerScene>
</m:innerScenes>
<m:fields>
<m:field>
<m:name>
id
</m:name>
<m:title>
id
</m:title>
<m:type>
uuid
</m:type>
<m:ref>
<m:name></m:name>
<m:type></m:type>
</m:ref>
<m:desc></m:desc>
</m:field>
<m:field>
<m:name>
proposer.id
</m:name>
<m:title>
借用人id
</m:title>
<m:type>
uuid
</m:type>
<m:ref>
<m:name>
com.beecode.bap.staff.datamodel.Staff
</m:name>
<m:type>
一般引用
</m:type>
</m:ref>
<m:desc></m:desc>
</m:field>
<m:field>
<m:name>
proposer.name
</m:name>
<m:title>
借用人
</m:title>
<m:type>
string
</m:type>
<m:ref>
<m:name>
com.beecode.bap.staff.datamodel.Staff
</m:name>
<m:type></m:type>
</m:ref>
<m:desc></m:desc>
</m:field>
<m:field>
<m:name>
department.id
</m:name>
<m:title>
所属部门id
</m:title>
<m:type>
uuid
</m:type>
<m:ref>
<m:name>
com.beecode.bap.department.datamodel.Department
</m:name>
<m:type></m:type>
</m:ref>
<m:desc></m:desc>
</m:field>
<m:field>
<m:name>
department.name
</m:name>
<m:title>
所属部门名称
</m:title>
<m:type>
string
</m:type>
<m:ref>
<m:name>
com.beecode.bap.department.datamodel.Department
</m:name>
<m:type></m:type>
</m:ref>
<m:desc></m:desc>
</m:field>
<m:field>
<m:name>
applyDate
</m:name>
<m:title>
申请日期
</m:title>
<m:type>
datetime
</m:type>
<m:ref>
<m:name></m:name>
<m:type></m:type>
</m:ref>
<m:desc></m:desc>
</m:field>
<m:field>
<m:name>
useCarTime
</m:name>
<m:title>
用车时间
</m:title>
<m:type>
datetime
</m:type>
<m:ref>
<m:name></m:name>
<m:type></m:type>
</m:ref>
<m:desc></m:desc>
</m:field>
<m:field>
<m:name>
predictReturnTime
</m:name>
<m:title>
预计返还时间
</m:title>
<m:type>
datetime
</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>
<m:ref>
<m:name></m:name>
<m:type></m:type>
</m:ref>
<m:desc></m:desc>
</m:field>
<m:field>
<m:name>
creator.name
</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>
modifyTime
</m:name>
<m:title>
修改时间
</m:title>
<m:type>
datetime
</m:type>
<m:ref>
<m:name></m:name>
<m:type></m:type>
</m:ref>
<m:desc></m:desc>
</m:field>
<m:field>
<m:name>
modifier.name
</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>
discard
</m:name>
<m:title>
废弃
</m:title>
<m:type>
boolean
</m:type>
<m:ref>
<m:name></m:name>
<m:type></m:type>
</m:ref>
<m:desc></m:desc>
</m:field>
<m:field>
<m:name>
lendReason
</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>
licensePlateNumber
</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>
destination
</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>
departmentManagerOpinion
</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>
leadershipOpinion
</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>
approveState
</m:name>
<m:title>
审批状态
</m:title>
<m:type>
int
</m:type>
<m:ref>
<m:name></m:name>
<m:type></m:type>
</m:ref>
<m:desc></m:desc>
</m:field>
<m:field>
<m:name>
billCode
</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:fields>
</m:query>
</content>
</metadata>
backend/xyst.dinas.oa/src/main/resources/config/UseCarApply.hbm.xml
0 → 100644
View file @
cf26c437
<?xml version="1.0" encoding="UTF-8"?>
<hibernate-mapping
xmlns=
"http://www.hibernate.org/xsd/hibernate-mapping"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://www.hibernate.org/xsd/hibernate-mapping
http://www.hibernate.org/xsd/hibernate-mapping/hibernate-mapping-4.0.xsd"
>
<class
entity-name=
"com.xyst.dinas.oa.datamodel.UseCarApply"
table=
"xyst_dinas_oa_use_car_apply"
optimistic-lock=
"version"
>
<tuplizer
entity-mode=
"dynamic-map"
class=
"com.beecode.bcp.store.hibernate.KObjectEntityTuplizer"
/>
<id
name=
"id"
type=
"uuid-binary"
column=
"id"
length=
"16"
>
<generator
class=
"assigned"
/>
</id>
<version
name=
"version"
type=
"int"
column=
"version"
/>
<property
name=
"createTime"
type=
"timestamp"
not-null=
"false"
>
<column
name=
"create_time"
></column>
</property>
<many-to-one
name=
"creator"
entity-name=
"com.beecode.bap.staff.datamodel.Staff"
fetch=
"select"
>
<column
name=
"creator_id"
not-null=
"false"
/>
</many-to-one>
<property
name=
"modifyTime"
type=
"timestamp"
not-null=
"false"
>
<column
name=
"modify_time"
></column>
</property>
<many-to-one
name=
"modifier"
entity-name=
"com.beecode.bap.staff.datamodel.Staff"
fetch=
"select"
>
<column
name=
"modifier_id"
not-null=
"false"
/>
</many-to-one>
<property
name=
"billState"
type=
"nstring"
not-null=
"false"
>
<column
name=
"bill_state"
length=
"100"
></column>
</property>
<many-to-one
name=
"bizProcess"
entity-name=
"com.beecode.bap.workflow.datamodel.BizProcess"
fetch=
"select"
>
<column
name=
"biz_process_id"
not-null=
"false"
/>
</many-to-one>
<property
name=
"billCode"
type=
"nstring"
not-null=
"false"
>
<column
name=
"bill_code"
length=
"200"
></column>
</property>
<property
name=
"discard"
type=
"boolean"
not-null=
"false"
>
<column
name=
"discard"
></column>
</property>
<property
name=
"del"
type=
"boolean"
not-null=
"false"
>
<column
name=
"del"
></column>
</property>
<property
name=
"approveState"
type=
"integer"
not-null=
"false"
>
<column
name=
"approve_state"
></column>
</property>
<many-to-one
name=
"proposer"
entity-name=
"com.beecode.bap.staff.datamodel.Staff"
fetch=
"select"
>
<column
name=
"proposer"
not-null=
"false"
/>
</many-to-one>
<many-to-one
name=
"department"
entity-name=
"com.beecode.bap.department.datamodel.Department"
fetch=
"select"
>
<column
name=
"department"
not-null=
"false"
/>
</many-to-one>
<property
name=
"applyDate"
type=
"timestamp"
not-null=
"false"
>
<column
name=
"apply_date"
/>
</property>
<property
name=
"licensePlateNumber"
type=
"nstring"
not-null=
"false"
>
<column
name=
"license_plate_number"
length=
"500"
></column>
</property>
<property
name=
"useCarTime"
type=
"timestamp"
not-null=
"false"
>
<column
name=
"use_car_time"
/>
</property>
<property
name=
"predictReturnTime"
type=
"timestamp"
not-null=
"false"
>
<column
name=
"predict_return_time"
/>
</property>
<property
name=
"destination"
type=
"nstring"
not-null=
"false"
>
<column
name=
"destination"
length=
"100"
></column>
</property>
<property
name=
"lendReason"
type=
"nstring"
not-null=
"false"
>
<column
name=
"lend_reason"
length=
"500"
></column>
</property>
<property
name=
"departmentManagerOpinion"
type=
"nstring"
not-null=
"false"
>
<column
name=
"department_manager_opinion"
length=
"500"
></column>
</property>
<property
name=
"leadershipOpinion"
type=
"nstring"
not-null=
"false"
>
<column
name=
"leadership_opinion"
length=
"500"
></column>
</property>
</class>
</hibernate-mapping>
\ No newline at end of file
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