Commit f193cefa by yanHeng

[新增] 运船量方

parent 8e27a890
......@@ -30,17 +30,17 @@ public class ShipQuantityConfiguration {
//ShipQuantityDaoImpl相关bean配置
@Bean
public ShipQuantityController vehicleAmountPartyController(){
public ShipQuantityController shipQuantityController(){
return new ShipQuantityController();
}
@Bean
public ShipQuantityService vehicleAmountPartyService(){
public ShipQuantityService shipQuantityService(){
return new ShipQuantityServiceImpl();
}
@Bean
public ShipQuantityDao vehicleAmountPartyDao(){
public ShipQuantityDao shipQuantityDao(){
return new ShipQuantityDaoImpl();
}
......
......@@ -3,7 +3,7 @@
<type>bcp.authz.Privilege</type>
<package>com.xyst.dinas.sales.auth</package>
<name>ShipQuantityCoefficient</name>
<title>折方系数</title>
<title>折方系数配置</title>
<tags></tags>
<description></description>
</header>
......
......@@ -3,7 +3,7 @@
<type>bcp.authz.Privilege</type>
<package>com.xyst.dinas.sales.auth</package>
<name>ShipQuantityPrice</name>
<title>折方单价</title>
<title>折方单价配置</title>
<tags></tags>
<description></description>
</header>
......
......@@ -11,7 +11,7 @@
</header>
<content>
<dataModel id='620d12bd-2763-4dbc-bb17-9a1d6cfac370' multiVersion='' domainInherit='undefined'
tableName='xyst_dinas_vehicle_amount_party'>
tableName='xyst_dinas_ship_quantity'>
<parent>com.beecode.bap.biztrait.datamodel.BasicBillRequirement</parent>
<parent>com.beecode.inz.common.datamodel.BaseInfo</parent>
<attribute id='7cd74073-959e-4df1-a648-277cc2c37f56' name='regionalCompany' columnName='regional_company_id' title='区域公司' type='com.xyst.dinas.biz.datamodel.xystOrganization' default='' precision='' isArray='false'>
......
......@@ -3,7 +3,7 @@
<specification>1.0</specification>
<id>8b67e91f-5a3e-4e83-b0aa-1527ab9bfad8</id>
<name>com.xyst.dinas.sales.auth.ShipQuantityCoefficient</name>
<title>折方系数</title>
<title>折方系数配置</title>
<define>bcp.authz.privilege</define>
<define-version>1.0.0</define-version>
<content>
......
......@@ -3,7 +3,7 @@
<specification>1.0</specification>
<id>22357852-7323-4b8f-abca-e0638ea0f8fa</id>
<name>com.xyst.dinas.sales.auth.ShipQuantityPrice</name>
<title>折方单价</title>
<title>折方单价配置</title>
<define>bcp.authz.privilege</define>
<define-version>1.0.0</define-version>
<content>
......
<?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>546e4e05-82e8-45a3-af98-6aa0ce05c4cd</id>
<id>4e49c978-43a5-4c04-b2f2-91698e44c5d6</id>
<name>com.xyst.dinas.sales.bill.ShipQuantity$sequence</name>
<title>运船量方$sequence</title>
<description>运船量方</description>
......
<?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>369746fe-bc03-4870-8477-da06d57e03bf</id>
<id>c5ccc513-61cf-4239-8736-41a48e85c9ef</id>
<name>com.xyst.dinas.sales.bill.ShipQuantity$serial</name>
<title>运船量方$serial</title>
<description>运船量方</description>
......
<?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>99c0e2ae-b1e6-4f0b-8fe0-6829fa9286e1</id>
<id>677f5674-905d-4449-b01d-349cd8df45fa</id>
<name>com.xyst.dinas.sales.bill.ShipQuantity</name>
<title>运船量方</title>
<description>运船量方</description>
......
......@@ -33,7 +33,7 @@
<m:properties>
<m:property>
<m:key>name</m:key>
<m:value>xyst_dinas_vehicle_amount_party</m:value>
<m:value>xyst_dinas_ship_quantity</m:value>
</m:property>
</m:properties>
</m:annotation>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment