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
a7d65a10
Commit
a7d65a10
authored
May 27, 2021
by
高晓磊
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
运输记录添加编码(流水号)字段
parent
7b8ba62e
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
100 additions
and
0 deletions
+100
-0
TransportRecord$sequence.jmx
...om/xyst/dinas/transport/bill/TransportRecord$sequence.jmx
+20
-0
TransportRecord$serial.jmx
.../com/xyst/dinas/transport/bill/TransportRecord$serial.jmx
+30
-0
TransportRecord.jmx
...sources/com/xyst/dinas/transport/bill/TransportRecord.jmx
+27
-0
TransportRecord.jmx
...es/com/xyst/dinas/transport/datamodel/TransportRecord.jmx
+23
-0
No files found.
backend/xyst.dinas.transport/src/main/resources/com/xyst/dinas/transport/bill/TransportRecord$sequence.jmx
0 → 100644
View file @
a7d65a10
<?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>
20b2e697-e2a1-4c92-b4f8-67730959e3f8
</id>
<name>
com.xyst.dinas.transport.bill.TransportRecord$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>
999999
</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.transport/src/main/resources/com/xyst/dinas/transport/bill/TransportRecord$serial.jmx
0 → 100644
View file @
a7d65a10
<?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>
d4782727-ac8f-4ba8-a9c6-1b2feaf3ec17
</id>
<name>
com.xyst.dinas.transport.bill.TransportRecord$serial
</name>
<title>
运输记录$serial
</title>
<description>
运输记录
</description>
<define>
bcp.serial
</define>
<define-version>
1.0
</define-version>
<dependency>
com.xyst.dinas.transport.datamodel.TransportRecord
</dependency>
<dependency>
com.xyst.dinas.transport.bill.TransportRecord$sequence
</dependency>
<content>
<m:serial>
<m:input>
com.xyst.dinas.transport.datamodel.TransportRecord
</m:input>
<m:functionLibrarys/>
<m:segments>
<m:literal>
<m:value>
YS
</m:value>
</m:literal>
<m:sequence>
<m:length>
6
</m:length>
<m:pad-direction>
left
</m:pad-direction>
<m:pad-string>
0
</m:pad-string>
<m:key>
com.xyst.dinas.transport.bill.TransportRecord$serial
</m:key>
<m:sequenceName>
com.xyst.dinas.transport.bill.TransportRecord$sequence
</m:sequenceName>
</m:sequence>
</m:segments>
</m:serial>
</content>
</metadata>
backend/xyst.dinas.transport/src/main/resources/com/xyst/dinas/transport/bill/TransportRecord.jmx
0 → 100644
View file @
a7d65a10
<?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>
c378fe36-dfa1-44da-8f13-2121b3ba6fcc
</id>
<name>
com.xyst.dinas.transport.bill.TransportRecord
</name>
<title>
运输记录
</title>
<description>
运输记录
</description>
<define>
bcp.biz.Biztype
</define>
<define-version>
1.0
</define-version>
<dependency>
com.xyst.dinas.transport.bill.TransportRecord$serial
</dependency>
<dependency>
com.xyst.dinas.transport.datamodel.TransportRecord
</dependency>
<dependency>
com.beecode.bap.biztrait.BasicBillBiztrait
</dependency>
<content>
<m:biztype>
<m:type>
com.xyst.dinas.transport.datamodel.TransportRecord
</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.transport.bill.TransportRecord$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.transport/src/main/resources/com/xyst/dinas/transport/datamodel/TransportRecord.jmx
View file @
a7d65a10
...
...
@@ -239,6 +239,29 @@
<m:attribute>
<m:annotations>
<m:annotation>
<m:type>
bcp.type.constraint.StringLength
</m:type>
<m:value>
50
</m:value>
</m:annotation>
<m:annotation>
<m:type>
javax.persistence.Column
</m:type>
<m:properties>
<m:property>
<m:key>
name
</m:key>
<m:value>
bill_code
</m:value>
</m:property>
</m:properties>
</m:annotation>
</m:annotations>
<m:id>
315e4581-15ba-4fc8-ac4f-6f128d67d62d
</m:id>
<m:name>
billCode
</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.Column
</m:type>
<m:properties>
<m:property>
...
...
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