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
7332f7d6
Commit
7332f7d6
authored
Apr 22, 2021
by
杨清松
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
银行充值明细和费用调整模型
parent
eb0ac591
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
26 changed files
with
1926 additions
and
8 deletions
+1926
-8
RechargeStatusEnum.java
...om/xyst/dinas/finance/enumeration/RechargeStatusEnum.java
+36
-0
BankRechargeDetail.mk
...n/model/com/xyst/dinas/finance/bill/BankRechargeDetail.mk
+17
-0
ExpenseAdjust.mk
...c/main/model/com/xyst/dinas/finance/bill/ExpenseAdjust.mk
+17
-0
ArtificialRecharge.mk
...el/com/xyst/dinas/finance/datamodel/ArtificialRecharge.mk
+1
-1
BankRechargeDetail.mk
...el/com/xyst/dinas/finance/datamodel/BankRechargeDetail.mk
+72
-0
ExpenseAdjust.mk
...n/model/com/xyst/dinas/finance/datamodel/ExpenseAdjust.mk
+56
-0
ArtificialRecharge.mk
.../model/com/xyst/dinas/finance/query/ArtificialRecharge.mk
+1
-1
ExpenseAdjust.mk
.../main/model/com/xyst/dinas/finance/query/ExpenseAdjust.mk
+189
-0
RankRechargeDetail.mk
.../model/com/xyst/dinas/finance/query/RankRechargeDetail.mk
+225
-0
ArtificialRecharge$sequence.jmx
...m/xyst/dinas/finance/bill/ArtificialRecharge$sequence.jmx
+1
-1
ArtificialRecharge$serial.jmx
...com/xyst/dinas/finance/bill/ArtificialRecharge$serial.jmx
+1
-1
ArtificialRecharge.jmx
...ources/com/xyst/dinas/finance/bill/ArtificialRecharge.jmx
+1
-1
BankRechargeDetail$sequence.jmx
...m/xyst/dinas/finance/bill/BankRechargeDetail$sequence.jmx
+19
-0
BankRechargeDetail$serial.jmx
...com/xyst/dinas/finance/bill/BankRechargeDetail$serial.jmx
+29
-0
BankRechargeDetail.jmx
...ources/com/xyst/dinas/finance/bill/BankRechargeDetail.jmx
+26
-0
ExpenseAdjust$sequence.jmx
...es/com/xyst/dinas/finance/bill/ExpenseAdjust$sequence.jmx
+19
-0
ExpenseAdjust$serial.jmx
...rces/com/xyst/dinas/finance/bill/ExpenseAdjust$serial.jmx
+29
-0
ExpenseAdjust.jmx
...n/resources/com/xyst/dinas/finance/bill/ExpenseAdjust.jmx
+26
-0
ArtificialRecharge.jmx
...s/com/xyst/dinas/finance/datamodel/ArtificialRecharge.jmx
+1
-1
BankRechargeDetail.jmx
...s/com/xyst/dinas/finance/datamodel/BankRechargeDetail.jmx
+322
-0
ExpenseAdjust.jmx
...ources/com/xyst/dinas/finance/datamodel/ExpenseAdjust.jmx
+230
-0
ArtificialRecharge.jmx
...urces/com/xyst/dinas/finance/query/ArtificialRecharge.jmx
+2
-2
BankRechargeDetail.jmx
...urces/com/xyst/dinas/finance/query/BankRechargeDetail.jmx
+252
-0
ExpenseAdjust.jmx
.../resources/com/xyst/dinas/finance/query/ExpenseAdjust.jmx
+212
-0
BankRechargeDetail.hbm.xml
...ance/src/main/resources/config/BankRechargeDetail.hbm.xml
+77
-0
ExpenseAdjust.hbm.xml
...s.finance/src/main/resources/config/ExpenseAdjust.hbm.xml
+65
-0
No files found.
backend/xyst.dinas.finance/src/main/java/com/xyst/dinas/finance/enumeration/RechargeStatusEnum.java
0 → 100644
View file @
7332f7d6
package
com
.
xyst
.
dinas
.
finance
.
enumeration
;
/**
* 充值状态
*
*/
public
enum
RechargeStatusEnum
{
ALREADY_ENTER_ACCOUNT
(
"已入账"
,
0
),
STAY_ENTER_ACCOUNT
(
"待入账"
,
1
);
String
title
;
int
value
;
RechargeStatusEnum
(
String
title
,
int
value
){
this
.
title
=
title
;
this
.
value
=
value
;
}
public
String
getTitle
()
{
return
title
;
}
public
void
setTitle
(
String
title
)
{
this
.
title
=
title
;
}
public
int
getValue
()
{
return
value
;
}
public
void
setValue
(
int
value
)
{
this
.
value
=
value
;
}
}
backend/xyst.dinas.finance/src/main/model/com/xyst/dinas/finance/bill/BankRechargeDetail.mk
0 → 100644
View file @
7332f7d6
<model>
<header>
<type>bcp.biz.Bill</type>
<package>com.xyst.dinas.finance.bill</package>
<title>银行充值明细</title>
<name>BankRechargeDetail</name>
<description></description>
</header>
<content>
<bill>
<data>
{"baseData":{"name":"BankRechargeDetail","title":"银行充值明细","billModel":"com.beecode.bap.biztrait.BasicBillBiztrait","functionLibrarys":[],"description":"银行充值明细","dataModel":"com.xyst.dinas.finance.datamodel.BankRechargeDetail"},"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.finance/src/main/model/com/xyst/dinas/finance/bill/ExpenseAdjust.mk
0 → 100644
View file @
7332f7d6
<model>
<header>
<type>bcp.biz.Bill</type>
<package>com.xyst.dinas.finance.bill</package>
<title>费用调整</title>
<name>ExpenseAdjust</name>
<description></description>
</header>
<content>
<bill>
<data>
{"baseData":{"name":"ExpenseAdjust","title":"费用调整","billModel":"com.beecode.bap.biztrait.BasicBillBiztrait","functionLibrarys":[],"description":"费用调整","dataModel":"com.xyst.dinas.finance.datamodel.ExpenseAdjust"},"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.finance/src/main/model/com/xyst/dinas/finance/datamodel/ArtificialRecharge.mk
View file @
7332f7d6
...
...
@@ -13,7 +13,7 @@
<dataModel id='12573eae-457e-4c67-a393-f30302f7b6c1' multiVersion='' domainInherit='undefined' tableName='xyst_dinas_finance_artificial_recharge'>
<parent>com.beecode.bap.biztrait.datamodel.BasicBillRequirement</parent>
<parent>com.beecode.inz.common.datamodel.BaseInfo</parent>
<attribute id='
12573eae-457e-4c67-a393-f30302f7b6c1
' name='regionalCompany' columnName='regional_company' title='区域公司' type='com.xyst.dinas.biz.datamodel.xystOrganization' default='' precision='' isArray='false'>
<attribute id='
0d0fd0c2-2697-4233-9862-148955ee8eb8
' name='regionalCompany' columnName='regional_company' title='区域公司' type='com.xyst.dinas.biz.datamodel.xystOrganization' default='' precision='' isArray='false'>
<annotation id='6d545db2-0dab-4f6d-936e-1b76a0553976' attributeId='a549dbc9-2b49-4334-851f-ee549760ff5b' name='length' value='undefined'>
</annotation>
<annotation id='c3fc93e1-525a-4b8a-a992-1c58011b03af' attributeId='9f95c060-edf9-4514-b10a-f0a477738093' name='mappingType' value='many-to-one'>
...
...
backend/xyst.dinas.finance/src/main/model/com/xyst/dinas/finance/datamodel/BankRechargeDetail.mk
0 → 100644
View file @
7332f7d6
<model>
<header>
<type>bcp.type.DataModel</type>
<package>com.xyst.dinas.finance.datamodel</package>
<title>银行充值明细</title>
<name>BankRechargeDetail</name>
<tags></tags>
<description>银行充值明细</description>
<templateName>mk.ide.ui.editor.data.model.template.bill</templateName>
<tablePrefix>xyst_dinas_finance_</tablePrefix>
</header>
<content>
<dataModel id='4214f5f3-69d4-4529-8778-80383e53d011' multiVersion='' domainInherit='undefined' tableName='xyst_dinas_finance_bank_recharge_detail'>
<parent>com.beecode.bap.biztrait.datamodel.BasicBillRequirement</parent>
<parent>com.beecode.inz.common.datamodel.BaseInfo</parent>
<attribute id='b6a2837c-81f1-40a3-87c6-90701976be01' name='regionalCompany' columnName='regional_company' title='区域公司' type='com.xyst.dinas.biz.datamodel.xystOrganization' default='' precision='' isArray='false'>
<annotation id='86b48f1f-4bf0-4f75-9968-dbaa05380fd1' attributeId='e938e464-cd2a-4c04-a41d-4db59b7ae658' name='length' value='undefined'>
</annotation>
<annotation id='af914df3-49e8-4e15-a18e-2fc82a90cb28' attributeId='5f1f570a-2800-40f5-bbc9-386fa9814d3b' name='mappingType' value='many-to-one'>
</annotation>
</attribute>
<attribute id='aabc0b20-b024-4cc4-80e6-6578f8d189ba' name='project' columnName='project' title='项目' type='com.xyst.dinas.project.datamodel.ProjectFiled' default='' precision='' isArray='false'>
<annotation id='001d0a11-1f10-4f5a-97cf-032a09907b14' attributeId='cb8b5d86-d642-4515-82cc-e415f3d81407' name='length' value='undefined'>
</annotation>
<annotation id='dcc512a2-c43d-4541-8211-18d581a69f1d' attributeId='b51556b3-bd6a-42e2-a74d-90ec8b7d170c' name='mappingType' value='many-to-one'>
</annotation>
</attribute>
<attribute id='5d72505c-42b3-4b61-a8a9-013375bf8bf3' name='contract' columnName='contract' title='合同' type='com.xyst.dinas.contract.datamodel.Contract' default='' precision='' isArray='false'>
<annotation id='ed29c635-d000-4226-8476-cb861a4829fd' attributeId='9cbb9525-60bd-4e9f-8769-8798f71489a2' name='length' value='undefined'>
</annotation>
<annotation id='61d415ee-5f64-4a7d-8ad7-b04b28a7f7a8' attributeId='8ab67691-5df1-4899-954a-0793847a91ad' name='mappingType' value='many-to-one'>
</annotation>
</attribute>
<attribute id='7cce3184-6650-407b-8970-ad6724c51bc5' name='purchaseSandUnit' columnName='purchase_sand_unit' title='购砂单位' type='com.xyst.dinas.project.datamodel.PurchaseSandCompany' default='' precision='' isArray='false'>
<annotation id='78b10c59-70ee-4f6b-b2f1-0bf0b7f9e2fc' attributeId='19e0754a-2beb-4dea-97de-d23450481b3f' name='length' value='undefined'>
</annotation>
<annotation id='566199e9-6325-4d0e-84b4-6e17fe055cd7' attributeId='7d859af9-8ee8-4501-935e-d270ffe865d2' name='mappingType' value='many-to-one'>
</annotation>
</attribute>
<attribute id='6b5b3645-124f-451f-8740-6a2dcceb8c46' name='rechargeAmount' columnName='recharge_amount' title='充值金额' type='fixnum' default='' precision='' isArray='false'>
<annotation id='64a25959-ff75-448f-8256-3edf90e09a04' attributeId='5e2b7822-f2d4-4fb5-a006-9016650de943' name='length' value='undefined'>
</annotation>
</attribute>
<attribute id='b1c02299-522c-4cd8-96c5-768bf26f5b3c' name='fundType' columnName='fund_type' title='资金类型' type='string' default='' precision='' isArray='false'>
<annotation id='275bffb4-7fea-4325-b186-e22b217b24a8' attributeId='a6afcb65-b571-44d6-a446-b49ab88e7803' name='length' value='100'>
</annotation>
</attribute>
<attribute id='d7d11649-1a00-42df-a78e-6a9fe151647e' name='rechargeStatus' columnName='recharge_status' title='充值状态' type='string' default='' precision='' isArray='false'>
<annotation id='6de3d80b-5951-4cc5-b5ed-e9b080e4e5a7' attributeId='cdf0ff65-bca9-4a61-8ad4-f5ec81245445' name='length' value='100'>
</annotation>
</attribute>
<attribute id='f809ff3e-6101-4afb-b73c-bdcf696f2a7d' name='bankName' columnName='bank_name' title='银行名称' type='string' default='' precision='' isArray='false'>
<annotation id='fa58210d-beae-44de-b3bd-6011d89fd14a' attributeId='0b5d79c7-d695-404a-b8fa-2685053e86af' name='length' value='100'>
</annotation>
</attribute>
<attribute id='d144e1d4-0375-4808-86f6-481efbeda4ae' name='paymentAccountNumber' columnName='payment_account_number' title='付款账号' type='string' default='' precision='' isArray='false'>
<annotation id='40e71e86-0f4b-423b-87b1-6aec059755f7' attributeId='bee6958b-0063-40aa-8057-dcc8788d7ee9' name='length' value='100'>
</annotation>
</attribute>
<attribute id='594a9f93-98f2-44a1-8f38-d00e1feeb849' name='shroffAccountNumber' columnName='shroff_account_number' title='收款账号' type='string' default='' precision='' isArray='false'>
<annotation id='ea5a0c31-5041-45ce-89a7-cca533df8d9f' attributeId='49a2baac-88d6-4d2e-a3ac-d8c980a586de' name='length' value='100'>
</annotation>
</attribute>
<attribute id='3c9cf5a1-6018-4dc3-9488-8a351376dbb0' name='remark' columnName='remark' title='备注' type='string' default='' precision='' isArray='false'>
<annotation id='2c7d9e9a-c300-4735-a93a-af0d933129b9' attributeId='8d2d156b-346e-4604-977f-2887dda677a1' name='length' value='500'>
</annotation>
</attribute>
<hibernate>/xyst.dinas.finance/src/main/resources/config/BankRechargeDetail.hbm.xml</hibernate>
</dataModel>
</content>
</model>
\ No newline at end of file
backend/xyst.dinas.finance/src/main/model/com/xyst/dinas/finance/datamodel/ExpenseAdjust.mk
0 → 100644
View file @
7332f7d6
<model>
<header>
<type>bcp.type.DataModel</type>
<package>com.xyst.dinas.finance.datamodel</package>
<title>费用调整</title>
<name>ExpenseAdjust</name>
<tags></tags>
<description>费用调整</description>
<templateName>mk.ide.ui.editor.data.model.template.bill</templateName>
<tablePrefix>xyst_dinas_finance_</tablePrefix>
</header>
<content>
<dataModel id='7a8403ab-5ccf-49db-8627-1a76cb112755' multiVersion='' domainInherit='undefined' tableName='xyst_dinas_finance_expense_adjust'>
<parent>com.beecode.bap.biztrait.datamodel.BasicBillRequirement</parent>
<parent>com.beecode.inz.common.datamodel.BaseInfo</parent>
<attribute id='149b500e-5b85-4996-9798-0c233221c3cb' name='regionalCompany' columnName='regional_company' title='区域公司' type='com.xyst.dinas.biz.datamodel.xystOrganization' default='' precision='' isArray='false'>
<annotation id='bdf589d1-4784-49df-9d83-2a184ed8e329' attributeId='1363f0ba-ba8c-4fa7-a665-d399e848d28c' name='length' value='undefined'>
</annotation>
<annotation id='c9be928d-9d76-4f67-b0ad-1548629f044f' attributeId='99aa45ba-e660-4319-95e4-bbfcfe86ce6f' name='mappingType' value='many-to-one'>
</annotation>
</attribute>
<attribute id='98d725bf-f614-47db-a301-51615d8b1fa0' name='project' columnName='project' title='项目' type='com.xyst.dinas.project.datamodel.ProjectFiled' default='' precision='' isArray='false'>
<annotation id='233b6699-a7ee-40bc-bc23-27f1a9d7a1f9' attributeId='32bfdf55-86a6-47f8-9d4a-06ee6736e6de' name='length' value='undefined'>
</annotation>
<annotation id='7eef87b3-3daf-4b86-ba8b-eb5f073c888f' attributeId='178adebd-7df4-43db-a84b-ec7f4c394fb7' name='mappingType' value='many-to-one'>
</annotation>
</attribute>
<attribute id='d1e01bc6-46e5-4a30-bb04-4906776c61cd' name='contract' columnName='contract' title='合同' type='com.xyst.dinas.contract.datamodel.Contract' default='' precision='' isArray='false'>
<annotation id='4831cbb8-3b67-409b-9bcf-928157fb1d47' attributeId='3c918496-36d7-494d-8eeb-7d534245c239' name='length' value='undefined'>
</annotation>
<annotation id='3399f602-f5c6-4a97-8a14-a3872146c915' attributeId='5566df75-4a82-4c58-a0f5-5397306e6395' name='mappingType' value='many-to-one'>
</annotation>
</attribute>
<attribute id='d9c7a960-0aa8-4390-92b6-42f410a54c8f' name='purchaseSandUnit' columnName='purchase_sand_unit' title='购砂单位' type='com.xyst.dinas.project.datamodel.PurchaseSandCompany' default='' precision='' isArray='false'>
<annotation id='cf251487-fb80-4831-aa19-221f9e9ae678' attributeId='324c2d11-65e0-4eed-b1cd-8ac721cabacb' name='length' value='undefined'>
</annotation>
<annotation id='c2e8e36f-39a4-4ad3-af1c-267fc9204c4b' attributeId='eb613cc2-9975-40f9-8d14-a672545546ea' name='mappingType' value='many-to-one'>
</annotation>
</attribute>
<attribute id='b1a24aa9-38a3-4753-825a-af3f08c564e5' name='fundType' columnName='fund_type' title='资金类型' type='string' default='' precision='' isArray='false'>
<annotation id='bd6ab03b-dd3b-4a18-a0e4-e194a4f4c2ff' attributeId='b414f6ce-6077-4dcd-91da-7de6ae39240f' name='length' value='100'>
</annotation>
</attribute>
<attribute id='2fbb7d8d-a528-47e1-8dcf-6c383117c09e' name='expenseAdjustAmount' columnName='expense_adjust_amount' title='费用调整金额' type='fixnum' default='' precision='' isArray='false'>
<annotation id='c36aa293-3bdb-49d9-8bf0-acafc9ccbf6c' attributeId='22048b3b-a06b-4014-81e4-bd73d63bbba6' name='length' value='undefined'>
</annotation>
</attribute>
<attribute id='a4f32ff1-4e2d-40b6-8b53-fca26055ebc2' name='remark' columnName='remark' title='备注' type='string' default='' precision='' isArray='false'>
<annotation id='8152789a-4800-41c4-8f6e-d35e8d124e3e' attributeId='206e3572-593c-4d81-bcad-8bfb57f7c6c2' name='length' value='500'>
</annotation>
</attribute>
<hibernate>/xyst.dinas.finance/src/main/resources/config/ExpenseAdjust.hbm.xml</hibernate>
</dataModel>
</content>
</model>
\ No newline at end of file
backend/xyst.dinas.finance/src/main/model/com/xyst/dinas/finance/query/ArtificialRecharge.mk
View file @
7332f7d6
...
...
@@ -9,7 +9,7 @@
</header>
<content>
<customQuery id='d87fb1b8-6583-40a8-a0d5-4fc8b26074c2'>
<kclass>com.xyst.dinas.finance.datamodel.
FinanceRefund
</kclass>
<kclass>com.xyst.dinas.finance.datamodel.
ArtificialRecharge
</kclass>
<dataProcessor></dataProcessor>
<authorityItem></authorityItem>
<innerScene title='全部'>
...
...
backend/xyst.dinas.finance/src/main/model/com/xyst/dinas/finance/query/ExpenseAdjust.mk
0 → 100644
View file @
7332f7d6
<model>
<header>
<type>inz.query.Query</type>
<package>com.xyst.dinas.finance.query</package>
<name>ExpenseAdjust</name>
<title>费用调整</title>
<tags></tags>
<description></description>
</header>
<content>
<customQuery id='38f3b273-b445-4bb1-8294-b9dff81c8389'>
<kclass>com.xyst.dinas.finance.datamodel.ExpenseAdjust</kclass>
<dataProcessor></dataProcessor>
<authorityItem></authorityItem>
<innerScene title='全部'>
<id>389a4612-7383-4ef2-b125-66811c3f60bc</id>
<javaImplement>com.beecode.inz.common.scene.CommonAllScene</javaImplement>
<defaultExecute></defaultExecute>
<hide></hide>
</innerScene>
<innerScene title='已废弃'>
<id>86e1b45e-1bc3-4016-8ca8-625032b953ef</id>
<javaImplement>com.beecode.inz.common.scene.DefaultDiscardScene</javaImplement>
<defaultExecute></defaultExecute>
<hide></hide>
</innerScene>
<innerScene title='权限过滤'>
<id>15e70b45-4845-47a1-b4dd-cbd311d61310</id>
<javaImplement>com.xyst.dinas.biz.scene.XystDinasCommonAllScene</javaImplement>
<defaultExecute>true</defaultExecute>
<hide>true</hide>
</innerScene>
<field title='id'>
<name>id</name>
<type>uuid</type>
<ref>
<type></type>
<name></name>
</ref>
<description></description>
</field>
<field title='区域公司'>
<name>regionalCompany.id</name>
<type>uuid</type>
<ref>
<type></type>
<name>com.xyst.dinas.biz.datamodel.xystOrganization</name>
</ref>
<description></description>
</field>
<field title='区域公司name'>
<name>regionalCompany.name</name>
<type>string</type>
<ref>
<type></type>
<name>com.xyst.dinas.biz.datamodel.xystOrganization</name>
</ref>
<description></description>
</field>
<field title='购砂单位'>
<name>purchaseSandCompany.id</name>
<type>uuid</type>
<ref>
<type></type>
<name>com.xyst.dinas.project.datamodel.PurchaseSandCompany</name>
</ref>
<description></description>
</field>
<field title='购砂单位name'>
<name>purchaseSandCompany.name</name>
<type>string</type>
<ref>
<type></type>
<name>com.xyst.dinas.project.datamodel.PurchaseSandCompany</name>
</ref>
<description></description>
</field>
<field title='项目'>
<name>project.id</name>
<type>uuid</type>
<ref>
<type></type>
<name>com.xyst.dinas.project.datamodel.ProjectFiled</name>
</ref>
<description></description>
</field>
<field title='项目名称'>
<name>projectName</name>
<type>string</type>
<ref>
<type></type>
<name></name>
</ref>
<description></description>
</field>
<field title='合同'>
<name>contract.id</name>
<type>uuid</type>
<ref>
<type></type>
<name>com.xyst.dinas.contract.datamodel.Contract</name>
</ref>
<description></description>
</field>
<field title='合同名称'>
<name>contract.contractName</name>
<type>string</type>
<ref>
<type></type>
<name></name>
</ref>
<description></description>
</field>
<field title='资金类型'>
<name>fundType</name>
<type>string</type>
<ref>
<type></type>
<name></name>
</ref>
<description></description>
</field>
<field title='费用调整金额'>
<name>expenseAdjustAmount</name>
<type>float</type>
<ref>
<type></type>
<name></name>
</ref>
<description></description>
</field>
<field title='备注'>
<name>remark</name>
<type>string</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>
</customQuery>
</content>
</model>
\ No newline at end of file
backend/xyst.dinas.finance/src/main/model/com/xyst/dinas/finance/query/RankRechargeDetail.mk
0 → 100644
View file @
7332f7d6
<model>
<header>
<type>inz.query.Query</type>
<package>com.xyst.dinas.finance.query</package>
<name>BankRechargeDetail</name>
<title>银行充值明细</title>
<tags></tags>
<description></description>
</header>
<content>
<customQuery id='8e68e695-ed68-4e99-8c9a-da210f034f74'>
<kclass>com.xyst.dinas.finance.datamodel.BankRechargeDetail</kclass>
<dataProcessor></dataProcessor>
<authorityItem></authorityItem>
<innerScene title='全部'>
<id>4621b888-9df5-4f09-a32d-edbf09407320</id>
<javaImplement>com.beecode.inz.common.scene.CommonAllScene</javaImplement>
<defaultExecute></defaultExecute>
<hide></hide>
</innerScene>
<innerScene title='已废弃'>
<id>266fdc42-bc0c-42f1-a0a7-1f1e6779c2f8</id>
<javaImplement>com.beecode.inz.common.scene.DefaultDiscardScene</javaImplement>
<defaultExecute></defaultExecute>
<hide></hide>
</innerScene>
<innerScene title='权限过滤'>
<id>fc552bc3-f741-4fba-ac66-fc4b4ef27fe1</id>
<javaImplement>com.xyst.dinas.biz.scene.XystDinasCommonAllScene</javaImplement>
<defaultExecute>true</defaultExecute>
<hide>true</hide>
</innerScene>
<field title='id'>
<name>id</name>
<type>uuid</type>
<ref>
<type></type>
<name></name>
</ref>
<description></description>
</field>
<field title='区域公司'>
<name>regionalCompany.id</name>
<type>uuid</type>
<ref>
<type></type>
<name>com.xyst.dinas.biz.datamodel.xystOrganization</name>
</ref>
<description></description>
</field>
<field title='区域公司name'>
<name>regionalCompany.name</name>
<type>string</type>
<ref>
<type></type>
<name>com.xyst.dinas.biz.datamodel.xystOrganization</name>
</ref>
<description></description>
</field>
<field title='购砂单位'>
<name>purchaseSandCompany.id</name>
<type>uuid</type>
<ref>
<type></type>
<name>com.xyst.dinas.project.datamodel.PurchaseSandCompany</name>
</ref>
<description></description>
</field>
<field title='购砂单位name'>
<name>purchaseSandCompany.name</name>
<type>string</type>
<ref>
<type></type>
<name>com.xyst.dinas.project.datamodel.PurchaseSandCompany</name>
</ref>
<description></description>
</field>
<field title='项目'>
<name>project.id</name>
<type>uuid</type>
<ref>
<type></type>
<name>com.xyst.dinas.project.datamodel.ProjectFiled</name>
</ref>
<description></description>
</field>
<field title='项目名称'>
<name>projectName</name>
<type>string</type>
<ref>
<type></type>
<name></name>
</ref>
<description></description>
</field>
<field title='合同'>
<name>contract.id</name>
<type>uuid</type>
<ref>
<type></type>
<name>com.xyst.dinas.contract.datamodel.Contract</name>
</ref>
<description></description>
</field>
<field title='合同名称'>
<name>contract.contractName</name>
<type>string</type>
<ref>
<type></type>
<name></name>
</ref>
<description></description>
</field>
<field title='资金类型'>
<name>fundType</name>
<type>string</type>
<ref>
<type></type>
<name></name>
</ref>
<description></description>
</field>
<field title='充值金额'>
<name>rechargeAmount</name>
<type>float</type>
<ref>
<type></type>
<name></name>
</ref>
<description></description>
</field>
<field title='备注'>
<name>remark</name>
<type>string</type>
<ref>
<type></type>
<name></name>
</ref>
<description></description>
</field>
<field title='银行名称'>
<name>bankName</name>
<type>string</type>
<ref>
<type></type>
<name></name>
</ref>
<description></description>
</field>
<field title='付款账号'>
<name>paymentAccountNumber</name>
<type>string</type>
<ref>
<type></type>
<name></name>
</ref>
<description></description>
</field>
<field title='收款账号'>
<name>shroffAccountNumber</name>
<type>string</type>
<ref>
<type></type>
<name></name>
</ref>
<description></description>
</field>
<field title='充值状态'>
<name>rechargeStatus</name>
<type>string</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>
</customQuery>
</content>
</model>
\ No newline at end of file
backend/xyst.dinas.finance/src/main/resources/com/xyst/dinas/finance/bill/ArtificialRecharge$sequence.jmx
View file @
7332f7d6
<?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>
540858e5-b46f-407f-b2b3-1fa935acf4c1
</id>
<id>
e7be018f-9dd1-41a6-b030-a4ce6b2d4a36
</id>
<name>
com.xyst.dinas.finance.bill.ArtificialRecharge$sequence
</name>
<title>
人工充值$sequence
</title>
<define>
bcp.sequence
</define>
...
...
backend/xyst.dinas.finance/src/main/resources/com/xyst/dinas/finance/bill/ArtificialRecharge$serial.jmx
View file @
7332f7d6
<?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>
c53cf548-19a7-4576-b80a-fdd76057a3bb
</id>
<id>
16e1cfd4-477e-48e3-9f14-27db4de6e520
</id>
<name>
com.xyst.dinas.finance.bill.ArtificialRecharge$serial
</name>
<title>
人工充值$serial
</title>
<define>
bcp.serial
</define>
...
...
backend/xyst.dinas.finance/src/main/resources/com/xyst/dinas/finance/bill/ArtificialRecharge.jmx
View file @
7332f7d6
<?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>
7bfc74b9-cc09-437a-ab06-4d1aee686bf3
</id>
<id>
67218661-3b6d-490a-85bc-e26fe9890d5c
</id>
<name>
com.xyst.dinas.finance.bill.ArtificialRecharge
</name>
<title>
人工充值
</title>
<define>
bcp.biz.Biztype
</define>
...
...
backend/xyst.dinas.finance/src/main/resources/com/xyst/dinas/finance/bill/BankRechargeDetail$sequence.jmx
0 → 100644
View file @
7332f7d6
<?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>
925011f2-be62-4adb-9dc5-000bc5e43d80
</id>
<name>
com.xyst.dinas.finance.bill.BankRechargeDetail$sequence
</name>
<title>
银行充值明细$sequence
</title>
<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.finance/src/main/resources/com/xyst/dinas/finance/bill/BankRechargeDetail$serial.jmx
0 → 100644
View file @
7332f7d6
<?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>
7880e086-5187-41a8-bc4e-cbaa9b8b1bce
</id>
<name>
com.xyst.dinas.finance.bill.BankRechargeDetail$serial
</name>
<title>
银行充值明细$serial
</title>
<define>
bcp.serial
</define>
<define-version>
1.0
</define-version>
<dependency>
com.xyst.dinas.finance.datamodel.BankRechargeDetail
</dependency>
<dependency>
com.xyst.dinas.finance.bill.BankRechargeDetail$sequence
</dependency>
<content>
<m:serial>
<m:input>
com.xyst.dinas.finance.datamodel.BankRechargeDetail
</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.finance.bill.BankRechargeDetail$serial
</m:key>
<m:sequenceName>
com.xyst.dinas.finance.bill.BankRechargeDetail$sequence
</m:sequenceName>
</m:sequence>
</m:segments>
</m:serial>
</content>
</metadata>
backend/xyst.dinas.finance/src/main/resources/com/xyst/dinas/finance/bill/BankRechargeDetail.jmx
0 → 100644
View file @
7332f7d6
<?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>
6ae3320a-3ad9-4a6b-94df-aa87d4aa8eba
</id>
<name>
com.xyst.dinas.finance.bill.BankRechargeDetail
</name>
<title>
银行充值明细
</title>
<define>
bcp.biz.Biztype
</define>
<define-version>
1.0
</define-version>
<dependency>
com.xyst.dinas.finance.bill.BankRechargeDetail$serial
</dependency>
<dependency>
com.xyst.dinas.finance.datamodel.BankRechargeDetail
</dependency>
<dependency>
com.beecode.bap.biztrait.BasicBillBiztrait
</dependency>
<content>
<m:biztype>
<m:type>
com.xyst.dinas.finance.datamodel.BankRechargeDetail
</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.finance.bill.BankRechargeDetail$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.finance/src/main/resources/com/xyst/dinas/finance/bill/ExpenseAdjust$sequence.jmx
0 → 100644
View file @
7332f7d6
<?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>
5596be96-c074-41c6-a18f-0c8a77095255
</id>
<name>
com.xyst.dinas.finance.bill.ExpenseAdjust$sequence
</name>
<title>
费用调整$sequence
</title>
<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.finance/src/main/resources/com/xyst/dinas/finance/bill/ExpenseAdjust$serial.jmx
0 → 100644
View file @
7332f7d6
<?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>
06f66fc3-f93a-418c-920f-4b5696c8524f
</id>
<name>
com.xyst.dinas.finance.bill.ExpenseAdjust$serial
</name>
<title>
费用调整$serial
</title>
<define>
bcp.serial
</define>
<define-version>
1.0
</define-version>
<dependency>
com.xyst.dinas.finance.datamodel.ExpenseAdjust
</dependency>
<dependency>
com.xyst.dinas.finance.bill.ExpenseAdjust$sequence
</dependency>
<content>
<m:serial>
<m:input>
com.xyst.dinas.finance.datamodel.ExpenseAdjust
</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.finance.bill.ExpenseAdjust$serial
</m:key>
<m:sequenceName>
com.xyst.dinas.finance.bill.ExpenseAdjust$sequence
</m:sequenceName>
</m:sequence>
</m:segments>
</m:serial>
</content>
</metadata>
backend/xyst.dinas.finance/src/main/resources/com/xyst/dinas/finance/bill/ExpenseAdjust.jmx
0 → 100644
View file @
7332f7d6
<?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>
6a43a5e0-0c19-435c-b403-61618e6e271e
</id>
<name>
com.xyst.dinas.finance.bill.ExpenseAdjust
</name>
<title>
费用调整
</title>
<define>
bcp.biz.Biztype
</define>
<define-version>
1.0
</define-version>
<dependency>
com.xyst.dinas.finance.datamodel.ExpenseAdjust
</dependency>
<dependency>
com.beecode.bap.biztrait.BasicBillBiztrait
</dependency>
<dependency>
com.xyst.dinas.finance.bill.ExpenseAdjust$serial
</dependency>
<content>
<m:biztype>
<m:type>
com.xyst.dinas.finance.datamodel.ExpenseAdjust
</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.finance.bill.ExpenseAdjust$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.finance/src/main/resources/com/xyst/dinas/finance/datamodel/ArtificialRecharge.jmx
View file @
7332f7d6
...
...
@@ -61,7 +61,7 @@
</m:properties>
</m:annotation>
</m:annotations>
<m:id>
12573eae-457e-4c67-a393-f30302f7b6c1
</m:id>
<m:id>
0d0fd0c2-2697-4233-9862-148955ee8eb8
</m:id>
<m:name>
regionalCompany
</m:name>
<m:title>
区域公司
</m:title>
<m:type>
com.xyst.dinas.biz.datamodel.xystOrganization
</m:type>
...
...
backend/xyst.dinas.finance/src/main/resources/com/xyst/dinas/finance/datamodel/BankRechargeDetail.jmx
0 → 100644
View file @
7332f7d6
This diff is collapsed.
Click to expand it.
backend/xyst.dinas.finance/src/main/resources/com/xyst/dinas/finance/datamodel/ExpenseAdjust.jmx
0 → 100644
View file @
7332f7d6
<?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>
7a8403ab-5ccf-49db-8627-1a76cb112755
</id>
<name>
com.xyst.dinas.finance.datamodel.ExpenseAdjust
</name>
<title>
费用调整
</title>
<description>
费用调整
</description>
<define>
bcp.type.Class
</define>
<define-version>
1.0
</define-version>
<dependency>
javax.persistence.Entity
</dependency>
<dependency>
bcp.type.constraint.StringLength
</dependency>
<dependency>
javax.persistence.ManyToOne
</dependency>
<dependency>
com.beecode.inz.common.datamodel.BaseInfo
</dependency>
<dependency>
bcp.type.constraint.Numeric
</dependency>
<dependency>
javax.persistence.JoinColumn
</dependency>
<dependency>
javax.persistence.OneToMany
</dependency>
<dependency>
com.xyst.dinas.contract.datamodel.Contract
</dependency>
<dependency>
com.xyst.dinas.biz.datamodel.xystOrganization
</dependency>
<dependency>
com.xyst.dinas.project.datamodel.PurchaseSandCompany
</dependency>
<dependency>
javax.persistence.Column
</dependency>
<dependency>
javax.persistence.Table
</dependency>
<dependency>
com.beecode.bap.biztrait.datamodel.BasicBillRequirement
</dependency>
<dependency>
com.xyst.dinas.project.datamodel.ProjectFiled
</dependency>
<content>
<m:class>
<m:annotations>
<m:annotation>
<m:type>
javax.persistence.Entity
</m:type>
</m:annotation>
<m:annotation>
<m:type>
javax.persistence.Table
</m:type>
<m:properties>
<m:property>
<m:key>
name
</m:key>
<m:value>
xyst_dinas_finance_expense_adjust
</m:value>
</m:property>
</m:properties>
</m:annotation>
</m:annotations>
<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:annotation>
<m:type>
javax.persistence.ManyToOne
</m:type>
</m:annotation>
<m:annotation>
<m:type>
javax.persistence.JoinColumn
</m:type>
<m:properties>
<m:property>
<m:key>
name
</m:key>
<m:value>
regional_company
</m:value>
</m:property>
<m:property>
<m:key>
referencedColumnName
</m:key>
<m:value>
ID
</m:value>
</m:property>
</m:properties>
</m:annotation>
</m:annotations>
<m:id>
149b500e-5b85-4996-9798-0c233221c3cb
</m:id>
<m:name>
regionalCompany
</m:name>
<m:title>
区域公司
</m:title>
<m:type>
com.xyst.dinas.biz.datamodel.xystOrganization
</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>
<m:type>
javax.persistence.JoinColumn
</m:type>
<m:properties>
<m:property>
<m:key>
name
</m:key>
<m:value>
project
</m:value>
</m:property>
<m:property>
<m:key>
referencedColumnName
</m:key>
<m:value>
ID
</m:value>
</m:property>
</m:properties>
</m:annotation>
</m:annotations>
<m:id>
98d725bf-f614-47db-a301-51615d8b1fa0
</m:id>
<m:name>
project
</m:name>
<m:title>
项目
</m:title>
<m:type>
com.xyst.dinas.project.datamodel.ProjectFiled
</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>
<m:type>
javax.persistence.JoinColumn
</m:type>
<m:properties>
<m:property>
<m:key>
name
</m:key>
<m:value>
contract
</m:value>
</m:property>
<m:property>
<m:key>
referencedColumnName
</m:key>
<m:value>
ID
</m:value>
</m:property>
</m:properties>
</m:annotation>
</m:annotations>
<m:id>
d1e01bc6-46e5-4a30-bb04-4906776c61cd
</m:id>
<m:name>
contract
</m:name>
<m:title>
合同
</m:title>
<m:type>
com.xyst.dinas.contract.datamodel.Contract
</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>
<m:type>
javax.persistence.JoinColumn
</m:type>
<m:properties>
<m:property>
<m:key>
name
</m:key>
<m:value>
purchase_sand_unit
</m:value>
</m:property>
<m:property>
<m:key>
referencedColumnName
</m:key>
<m:value>
ID
</m:value>
</m:property>
</m:properties>
</m:annotation>
</m:annotations>
<m:id>
d9c7a960-0aa8-4390-92b6-42f410a54c8f
</m:id>
<m:name>
purchaseSandUnit
</m:name>
<m:title>
购砂单位
</m:title>
<m:type>
com.xyst.dinas.project.datamodel.PurchaseSandCompany
</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:annotation>
<m:type>
javax.persistence.Column
</m:type>
<m:properties>
<m:property>
<m:key>
name
</m:key>
<m:value>
fund_type
</m:value>
</m:property>
</m:properties>
</m:annotation>
</m:annotations>
<m:id>
b1a24aa9-38a3-4753-825a-af3f08c564e5
</m:id>
<m:name>
fundType
</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.Numeric
</m:type>
<m:properties>
<m:property>
<m:key>
precision
</m:key>
<m:value>
0
</m:value>
</m:property>
<m:property>
<m:key>
scale
</m:key>
<m:value>
0
</m:value>
</m:property>
</m:properties>
</m:annotation>
<m:annotation>
<m:type>
javax.persistence.Column
</m:type>
<m:properties>
<m:property>
<m:key>
name
</m:key>
<m:value>
expense_adjust_amount
</m:value>
</m:property>
</m:properties>
</m:annotation>
</m:annotations>
<m:id>
2fbb7d8d-a528-47e1-8dcf-6c383117c09e
</m:id>
<m:name>
expenseAdjustAmount
</m:name>
<m:title>
费用调整金额
</m:title>
<m:type>
fixnum
</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:annotation>
<m:type>
javax.persistence.Column
</m:type>
<m:properties>
<m:property>
<m:key>
name
</m:key>
<m:value>
remark
</m:value>
</m:property>
</m:properties>
</m:annotation>
</m:annotations>
<m:id>
a4f32ff1-4e2d-40b6-8b53-fca26055ebc2
</m:id>
<m:name>
remark
</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.finance/src/main/resources/com/xyst/dinas/finance/query/ArtificialRecharge.jmx
View file @
7332f7d6
...
...
@@ -6,10 +6,10 @@
<title>
人工充值
</title>
<define>
inz.query.Query
</define>
<define-version>
1.0
</define-version>
<dependency>
com.xyst.dinas.finance.datamodel.
FinanceRefund
</dependency>
<dependency>
com.xyst.dinas.finance.datamodel.
ArtificialRecharge
</dependency>
<content>
<m:query>
<m:type>
com.xyst.dinas.finance.datamodel.
FinanceRefund
</m:type>
<m:type>
com.xyst.dinas.finance.datamodel.
ArtificialRecharge
</m:type>
<m:dataProcessor></m:dataProcessor>
<m:authorityItem></m:authorityItem>
<m:innerScenes>
...
...
backend/xyst.dinas.finance/src/main/resources/com/xyst/dinas/finance/query/BankRechargeDetail.jmx
0 → 100644
View file @
7332f7d6
<?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>
8e68e695-ed68-4e99-8c9a-da210f034f74
</id>
<name>
com.xyst.dinas.finance.query.BankRechargeDetail
</name>
<title>
银行充值明细
</title>
<define>
inz.query.Query
</define>
<define-version>
1.0
</define-version>
<dependency>
com.xyst.dinas.finance.datamodel.BankRechargeDetail
</dependency>
<content>
<m:query>
<m:type>
com.xyst.dinas.finance.datamodel.BankRechargeDetail
</m:type>
<m:dataProcessor></m:dataProcessor>
<m:authorityItem></m:authorityItem>
<m:innerScenes>
<m:innerScene>
<m:id>
4621b888-9df5-4f09-a32d-edbf09407320
</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>
266fdc42-bc0c-42f1-a0a7-1f1e6779c2f8
</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:innerScene>
<m:id>
fc552bc3-f741-4fba-ac66-fc4b4ef27fe1
</m:id>
<m:title>
权限过滤
</m:title>
<m:javaImplement>
com.xyst.dinas.biz.scene.XystDinasCommonAllScene
</m:javaImplement>
<m:defaultExecute>
true
</m:defaultExecute>
<m:hide>
true
</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>
regionalCompany.id
</m:name>
<m:title>
区域公司
</m:title>
<m:type>
uuid
</m:type>
<m:ref>
<m:name>
com.xyst.dinas.biz.datamodel.xystOrganization
</m:name>
<m:type></m:type>
</m:ref>
<m:desc></m:desc>
</m:field>
<m:field>
<m:name>
regionalCompany.name
</m:name>
<m:title>
区域公司name
</m:title>
<m:type>
string
</m:type>
<m:ref>
<m:name>
com.xyst.dinas.biz.datamodel.xystOrganization
</m:name>
<m:type></m:type>
</m:ref>
<m:desc></m:desc>
</m:field>
<m:field>
<m:name>
purchaseSandCompany.id
</m:name>
<m:title>
购砂单位
</m:title>
<m:type>
uuid
</m:type>
<m:ref>
<m:name>
com.xyst.dinas.project.datamodel.PurchaseSandCompany
</m:name>
<m:type></m:type>
</m:ref>
<m:desc></m:desc>
</m:field>
<m:field>
<m:name>
purchaseSandCompany.name
</m:name>
<m:title>
购砂单位name
</m:title>
<m:type>
string
</m:type>
<m:ref>
<m:name>
com.xyst.dinas.project.datamodel.PurchaseSandCompany
</m:name>
<m:type></m:type>
</m:ref>
<m:desc></m:desc>
</m:field>
<m:field>
<m:name>
project.id
</m:name>
<m:title>
项目
</m:title>
<m:type>
uuid
</m:type>
<m:ref>
<m:name>
com.xyst.dinas.project.datamodel.ProjectFiled
</m:name>
<m:type></m:type>
</m:ref>
<m:desc></m:desc>
</m:field>
<m:field>
<m:name>
projectName
</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>
contract.id
</m:name>
<m:title>
合同
</m:title>
<m:type>
uuid
</m:type>
<m:ref>
<m:name>
com.xyst.dinas.contract.datamodel.Contract
</m:name>
<m:type></m:type>
</m:ref>
<m:desc></m:desc>
</m:field>
<m:field>
<m:name>
contract.contractName
</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>
fundType
</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>
rechargeAmount
</m:name>
<m:title>
充值金额
</m:title>
<m:type>
float
</m:type>
<m:ref>
<m:name></m:name>
<m:type></m:type>
</m:ref>
<m:desc></m:desc>
</m:field>
<m:field>
<m:name>
remark
</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>
bankName
</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>
paymentAccountNumber
</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>
shroffAccountNumber
</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>
rechargeStatus
</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>
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:fields>
</m:query>
</content>
</metadata>
backend/xyst.dinas.finance/src/main/resources/com/xyst/dinas/finance/query/ExpenseAdjust.jmx
0 → 100644
View file @
7332f7d6
<?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>
38f3b273-b445-4bb1-8294-b9dff81c8389
</id>
<name>
com.xyst.dinas.finance.query.ExpenseAdjust
</name>
<title>
费用调整
</title>
<define>
inz.query.Query
</define>
<define-version>
1.0
</define-version>
<dependency>
com.xyst.dinas.finance.datamodel.ExpenseAdjust
</dependency>
<content>
<m:query>
<m:type>
com.xyst.dinas.finance.datamodel.ExpenseAdjust
</m:type>
<m:dataProcessor></m:dataProcessor>
<m:authorityItem></m:authorityItem>
<m:innerScenes>
<m:innerScene>
<m:id>
389a4612-7383-4ef2-b125-66811c3f60bc
</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>
86e1b45e-1bc3-4016-8ca8-625032b953ef
</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:innerScene>
<m:id>
15e70b45-4845-47a1-b4dd-cbd311d61310
</m:id>
<m:title>
权限过滤
</m:title>
<m:javaImplement>
com.xyst.dinas.biz.scene.XystDinasCommonAllScene
</m:javaImplement>
<m:defaultExecute>
true
</m:defaultExecute>
<m:hide>
true
</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>
regionalCompany.id
</m:name>
<m:title>
区域公司
</m:title>
<m:type>
uuid
</m:type>
<m:ref>
<m:name>
com.xyst.dinas.biz.datamodel.xystOrganization
</m:name>
<m:type></m:type>
</m:ref>
<m:desc></m:desc>
</m:field>
<m:field>
<m:name>
regionalCompany.name
</m:name>
<m:title>
区域公司name
</m:title>
<m:type>
string
</m:type>
<m:ref>
<m:name>
com.xyst.dinas.biz.datamodel.xystOrganization
</m:name>
<m:type></m:type>
</m:ref>
<m:desc></m:desc>
</m:field>
<m:field>
<m:name>
purchaseSandCompany.id
</m:name>
<m:title>
购砂单位
</m:title>
<m:type>
uuid
</m:type>
<m:ref>
<m:name>
com.xyst.dinas.project.datamodel.PurchaseSandCompany
</m:name>
<m:type></m:type>
</m:ref>
<m:desc></m:desc>
</m:field>
<m:field>
<m:name>
purchaseSandCompany.name
</m:name>
<m:title>
购砂单位name
</m:title>
<m:type>
string
</m:type>
<m:ref>
<m:name>
com.xyst.dinas.project.datamodel.PurchaseSandCompany
</m:name>
<m:type></m:type>
</m:ref>
<m:desc></m:desc>
</m:field>
<m:field>
<m:name>
project.id
</m:name>
<m:title>
项目
</m:title>
<m:type>
uuid
</m:type>
<m:ref>
<m:name>
com.xyst.dinas.project.datamodel.ProjectFiled
</m:name>
<m:type></m:type>
</m:ref>
<m:desc></m:desc>
</m:field>
<m:field>
<m:name>
projectName
</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>
contract.id
</m:name>
<m:title>
合同
</m:title>
<m:type>
uuid
</m:type>
<m:ref>
<m:name>
com.xyst.dinas.contract.datamodel.Contract
</m:name>
<m:type></m:type>
</m:ref>
<m:desc></m:desc>
</m:field>
<m:field>
<m:name>
contract.contractName
</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>
fundType
</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>
expenseAdjustAmount
</m:name>
<m:title>
费用调整金额
</m:title>
<m:type>
float
</m:type>
<m:ref>
<m:name></m:name>
<m:type></m:type>
</m:ref>
<m:desc></m:desc>
</m:field>
<m:field>
<m:name>
remark
</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>
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:fields>
</m:query>
</content>
</metadata>
backend/xyst.dinas.finance/src/main/resources/config/BankRechargeDetail.hbm.xml
0 → 100644
View file @
7332f7d6
<?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.finance.datamodel.BankRechargeDetail"
table=
"xyst_dinas_finance_bank_recharge_detail"
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=
"regionalCompany"
entity-name=
"com.xyst.dinas.biz.datamodel.xystOrganization"
fetch=
"select"
>
<column
name=
"regional_company"
not-null=
"false"
></column>
</many-to-one>
<many-to-one
name=
"project"
entity-name=
"com.xyst.dinas.project.datamodel.ProjectFiled"
fetch=
"select"
>
<column
name=
"project"
not-null=
"false"
></column>
</many-to-one>
<many-to-one
name=
"contract"
entity-name=
"com.xyst.dinas.contract.datamodel.Contract"
fetch=
"select"
>
<column
name=
"contract"
not-null=
"false"
></column>
</many-to-one>
<many-to-one
name=
"purchaseSandUnit"
entity-name=
"com.xyst.dinas.project.datamodel.PurchaseSandCompany"
fetch=
"select"
>
<column
name=
"purchase_sand_unit"
not-null=
"false"
/>
</many-to-one>
<property
name=
"rechargeAmount"
type=
"big_decimal"
not-null=
"false"
>
<column
name=
"recharge_amount"
precision=
"12"
scale=
"2"
></column>
</property>
<property
name=
"fundType"
type=
"nstring"
not-null=
"false"
>
<column
name=
"fund_type"
length=
"100"
></column>
</property>
<property
name=
"rechargeStatus"
type=
"nstring"
not-null=
"false"
>
<column
name=
"recharge_status"
length=
"100"
></column>
</property>
<property
name=
"bankName"
type=
"nstring"
not-null=
"false"
>
<column
name=
"bank_name"
length=
"100"
></column>
</property>
<property
name=
"paymentAccountNumber"
type=
"nstring"
not-null=
"false"
>
<column
name=
"payment_account_number"
length=
"100"
></column>
</property>
<property
name=
"shroffAccountNumber"
type=
"nstring"
not-null=
"false"
>
<column
name=
"shroff_account_number"
length=
"100"
></column>
</property>
<property
name=
"remark"
type=
"nstring"
not-null=
"false"
>
<column
name=
"remark"
length=
"500"
></column>
</property>
</class>
</hibernate-mapping>
\ No newline at end of file
backend/xyst.dinas.finance/src/main/resources/config/ExpenseAdjust.hbm.xml
0 → 100644
View file @
7332f7d6
<?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.finance.datamodel.ExpenseAdjust"
table=
"xyst_dinas_finance_expense_adjust"
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=
"regionalCompany"
entity-name=
"com.xyst.dinas.biz.datamodel.xystOrganization"
fetch=
"select"
>
<column
name=
"regional_company"
not-null=
"false"
></column>
</many-to-one>
<many-to-one
name=
"project"
entity-name=
"com.xyst.dinas.project.datamodel.ProjectFiled"
fetch=
"select"
>
<column
name=
"project"
not-null=
"false"
></column>
</many-to-one>
<many-to-one
name=
"contract"
entity-name=
"com.xyst.dinas.contract.datamodel.Contract"
fetch=
"select"
>
<column
name=
"contract"
not-null=
"false"
></column>
</many-to-one>
<many-to-one
name=
"purchaseSandUnit"
entity-name=
"com.xyst.dinas.project.datamodel.PurchaseSandCompany"
fetch=
"select"
>
<column
name=
"purchase_sand_unit"
not-null=
"false"
/>
</many-to-one>
<property
name=
"fundType"
type=
"nstring"
not-null=
"false"
>
<column
name=
"fund_type"
length=
"100"
></column>
</property>
<property
name=
"expenseAdjustAmount"
type=
"big_decimal"
not-null=
"false"
>
<column
name=
"expense_adjust_amount"
precision=
"12"
scale=
"2"
></column>
</property>
<property
name=
"remark"
type=
"nstring"
not-null=
"false"
>
<column
name=
"remark"
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