Commit fa87556e by 王衍超

预警执行记录增加备注字段;

parent 9edb5abd
......@@ -116,9 +116,10 @@ public class BaseBusinessWarn {
String[] noticePerson = warnSetting.getPersonnel();
String message = "message";
try {
if (isNotice)
notice(noticePerson,"message",warnSetting.getBillId());
notice(noticePerson, message, warnSetting.getBillId());
} catch (Exception e) {
e.printStackTrace();
}
......@@ -135,12 +136,19 @@ public class BaseBusinessWarn {
warnExeRecord.setMax(warnSetting.getMax());
warnExeRecord.setWarnSettingId(warnSetting.getSettingId());
warnExeRecord.setBillId(warnSetting.getBillId());
warnExeRecord.setMemo(warnSetting.getMemo());
return warnExeRecord;
}
/**
* 通知所有人员
* @param noticePerson
* @param message
* @param billId
* @throws Exception
*/
private void notice(String[] noticePerson,String message,UUID billId) throws Exception{
// 通知所有人员
Date currentTime = new Date();
String currentTimeStr = DateUtil.dateTime2String(currentTime);
JSONObject remObject = new JSONObject();
......@@ -148,7 +156,6 @@ public class BaseBusinessWarn {
remObject.put("id", remindId);
remObject.put("createTime", currentTimeStr);
remObject.put("remindContent", "合同预警通知");
remObject.put("remindTime", currentTimeStr);
remObject.put("data",billId );//param.getString("id")
......@@ -157,7 +164,6 @@ public class BaseBusinessWarn {
remObject.put("_type", CommonConstants.REMIND_ENTITY);
remObject.put("isToCustomer", false);
KObject kobject =(KObject)JSONObjectUtils.toObject(remObject.toString());
KObject creater = null;
List<KObject> list = staffDAO.listStaffByUsername("sysadmin");
......@@ -166,7 +172,6 @@ public class BaseBusinessWarn {
}else {
creater = list.get(0);
}
kobject.set("sender", creater);//
kobject.validate();
......@@ -176,7 +181,6 @@ public class BaseBusinessWarn {
part.put("participateId", person);
part.put("participateType", "person");
parts.put(part);
}
List<KObject> listRes = new ArrayList<KObject>();
for(int i=0;i<parts.length();i++) {
......@@ -195,7 +199,6 @@ public class BaseBusinessWarn {
String userId = userKObject.getString("id");
item.put(RemPartRelationConstants.PARTICIPATE_ID, userId);
}
KObject entity =(KObject) JSONObjectUtils.toObject(item.toString());
listRes.add(entity);
entity.validate();
......
......@@ -25,6 +25,7 @@ public class WarnExeRecord {
private String max;
private String min;
private String message;
private String memo;
......@@ -100,6 +101,12 @@ public class WarnExeRecord {
public void setMessage(String message) {
this.message = message;
}
public String getMemo() {
return memo;
}
public void setMemo(String memo) {
this.memo = memo;
}
......
......@@ -46,6 +46,9 @@
<attribute id='cbb5b983-299b-4259-97d9-6470651bb18b' name='min' columnName='min' title='指标下限' type='string' default='' precision='' isArray='false'>
<annotation id='ea154cb8-f939-4e9f-9793-9673d984161f' attributeId='ffc0a199-4038-4ebf-a94f-a0f12bfc76dd' name='length' value='100'></annotation>
</attribute>
<attribute id='cbb5b983-299b-4259-97d9-6470651bb18b' name='memo' columnName='memo' title='备注' type='string' default='' precision='' isArray='false'>
<annotation id='ea154cb8-f939-4e9f-9793-9673d984161f' attributeId='ffc0a199-4038-4ebf-a94f-a0f12bfc76dd' name='length' value='1000'></annotation>
</attribute>
<hibernate>/xyst.dinas.biz/src/main/resources/config/WarningExe.hbm.xml</hibernate>
</dataModel>
......
<?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>c95a248e-fdd8-446e-81a1-8b054909da97</id>
<id>e6d7d0ff-fe61-46ad-8b78-0131a00c7562</id>
<name>com.xyst.dinas.biz.bill.Organization$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>d7431605-19fe-4aac-b40a-b4dc4f44b30f</id>
<id>224131f8-a0e6-4936-8ad1-b70bff26d660</id>
<name>com.xyst.dinas.biz.bill.Organization$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>b7a595e4-8bd8-4e9f-971f-63aa8933ad2f</id>
<id>6c221479-4e8e-4a82-87f2-537d1c2d0496</id>
<name>com.xyst.dinas.biz.bill.Organization</name>
<title>组织机构</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-sequence">
<specification>1.0</specification>
<id>fec40432-96e8-4583-90b5-b926a7f21c76</id>
<id>f918d96c-7a93-41db-8811-519fb7b3b8c3</id>
<name>com.xyst.dinas.biz.bill.Position$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>0d37758e-66c6-4a11-8f6a-7483b2aeb7ac</id>
<id>af81f3c9-26df-4694-9291-aacbae5286b2</id>
<name>com.xyst.dinas.biz.bill.Position$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>66b50105-6ae9-43dd-891b-b920ea637c19</id>
<id>976cc9e6-3a6b-4d42-b438-f2310c043fb1</id>
<name>com.xyst.dinas.biz.bill.Position</name>
<title>岗位</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-sequence">
<specification>1.0</specification>
<id>5cd1a27b-bf97-4eaa-9ce5-e1d449254ccf</id>
<id>64bf3633-d1cc-4ccd-b802-cdd2eb43a062</id>
<name>com.xyst.dinas.biz.bill.ShipInfo$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>718034ed-f1a4-44bd-9e7e-98e34194b2e4</id>
<id>fa4c2c0c-a227-4b3d-83a1-a1caae813000</id>
<name>com.xyst.dinas.biz.bill.ShipInfo$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>a03f6e52-9a7c-49b0-95bc-247c29978903</id>
<id>6dc4d21f-8994-42dd-819e-01bec7efc102</id>
<name>com.xyst.dinas.biz.bill.ShipInfo</name>
<title>船舶备案</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-sequence">
<specification>1.0</specification>
<id>881b4728-d7f6-484d-b929-50dafbdb252b</id>
<id>a983d109-2118-4404-a632-18820e6c4449</id>
<name>com.xyst.dinas.biz.bill.Station$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>9b277039-347c-40b1-98c0-7fbfe4258258</id>
<id>fa742cd1-574a-46bd-8598-c1bca547ac37</id>
<name>com.xyst.dinas.biz.bill.Station$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>69964751-1fa0-452b-9a3a-1e5124b36171</id>
<id>bd76396a-737d-4596-9592-d254678bcf2e</id>
<name>com.xyst.dinas.biz.bill.Station</name>
<title>场站</title>
<description>场站</description>
......
......@@ -132,6 +132,20 @@
<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>1000</m:value>
</m:annotation>
</m:annotations>
<m:id>cbb5b983-299b-4259-97d9-6470651bb18b</m:id>
<m:name>memo</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>
......
......@@ -31,7 +31,10 @@
<property name="message" type="nstring" not-null="false">
<column name="message" length="100"></column>
</property>
<property name="memo" type="nstring" not-null="false">
<column name="memo" length="1000"></column>
</property>
<property name="billId" type="uuid-binary" not-null="false">
<column name="bill_id" length="16"></column>
</property>
......
......@@ -268,13 +268,21 @@ public class ContractServiceImpl implements ContractService {
private String getContractBaseInfo(KObject contract) {
String projectName = contract.get("project").getString("projectName");
KObject project = contract.get("project");
String projectName = project.getString("projectName");
KObject regionCompany = contract.get("regionCompany");
UUID regionalCompanyId = regionCompany!=null? regionCompany.getUuid("id"):UUID.fromString("");
String purchaseSandUnitName = contract.get("purchaseSandUnit").getString("name");
String contractName = contract.getString("contractName");
KObject station = contract.get("station");
UUID stationId = station!=null? station.getUuid("id"):UUID.fromString("");
JSONObject jsonObject = new JSONObject();
jsonObject.put("contractName", contractName);
jsonObject.put("projectName", projectName);
jsonObject.put("purchaseSandUnitName", purchaseSandUnitName);
jsonObject.put("regionalCompanyId", regionalCompanyId.toString());
jsonObject.put("stationId", stationId.toString());
return jsonObject.toString();
}
......@@ -295,6 +303,9 @@ public class ContractServiceImpl implements ContractService {
map.put("billId", KObj.getString("billId"));
return map;
}
public static void main(String[] args) {
System.out.println(UUID.randomUUID());
System.out.println(UUID.fromString(""));
}
}
......@@ -22,7 +22,7 @@ public class ContractWarnServiceImpl implements ContractWarnService{
private ContractInfoDao contractInfoDao;
@Override
// @Override
public void afterApproved(KObject contract) {
contract.set(ContractConstant.CONTRACT_STATE,ContractStateEnum.EXECUTING.name());
......
......@@ -14,5 +14,5 @@ public interface ContractWarnService {
* 审批通过后的回调
* @param object
*/
void afterApproved(KObject object);
// void afterApproved(KObject object);
}
<?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>d2d7ed24-6e02-4257-a4cb-ef6e797b3e91</id>
<id>c461433a-b709-47f6-bba5-3b83e6e2c10b</id>
<name>com.xyst.dinas.contract.bill.ContractBill$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>eb5c7a0c-3f4d-4f83-9679-eb2d1e621ef2</id>
<id>e638bfe9-57b0-4f00-a84a-bfa6dd7c0848</id>
<name>com.xyst.dinas.contract.bill.ContractBill$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>bde748fe-ee10-4027-806a-de8833be4f2d</id>
<id>eba2d45a-7579-497e-b3c9-28dcdbac1ae5</id>
<name>com.xyst.dinas.contract.bill.ContractBill</name>
<title>合同单据</title>
<description>合同单据</description>
......
......@@ -50,9 +50,9 @@
<m:desc></m:desc>
</m:field>
<m:field>
<m:name>target</m:name>
<m:title>预警指标</m:title>
<m:type>string</m:type>
<m:name>billId</m:name>
<m:title>业务id</m:title>
<m:type>uuid</m:type>
<m:ref>
<m:name></m:name>
<m:type></m:type>
......@@ -60,8 +60,8 @@
<m:desc></m:desc>
</m:field>
<m:field>
<m:name>min</m:name>
<m:title>实际值</m:title>
<m:name>target</m:name>
<m:title>预警指标</m:title>
<m:type>string</m:type>
<m:ref>
<m:name></m:name>
......@@ -70,9 +70,9 @@
<m:desc></m:desc>
</m:field>
<m:field>
<m:name>billId</m:name>
<m:title>业务id</m:title>
<m:type>uuid</m:type>
<m:name>memo</m:name>
<m:title>备注</m:title>
<m:type>string</m:type>
<m:ref>
<m:name></m:name>
<m:type></m:type>
......@@ -80,8 +80,8 @@
<m:desc></m:desc>
</m:field>
<m:field>
<m:name>personnel</m:name>
<m:title>通知人员</m:title>
<m:name>min</m:name>
<m:title>实际值</m:title>
<m:type>string</m:type>
<m:ref>
<m:name></m:name>
......@@ -90,8 +90,8 @@
<m:desc></m:desc>
</m:field>
<m:field>
<m:name>memo</m:name>
<m:title>备注</m:title>
<m:name>personnel</m:name>
<m:title>通知人员</m:title>
<m:type>string</m:type>
<m:ref>
<m:name></m:name>
......
<?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>78300200-17a6-45fa-a03a-a9e020f3eaf3</id>
<id>f86667d0-d39a-4f1b-90b9-362b5fdfcf42</id>
<name>com.xyst.dinas.oa.bill.BusinessTripApply$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>4dd0876c-6030-4fcb-a764-132c138f8747</id>
<id>c6ed834d-1e0d-410d-97ea-9f4683df880c</id>
<name>com.xyst.dinas.oa.bill.BusinessTripApply$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>c87da3cc-7053-479a-b5c8-56040f33b3b8</id>
<id>b861545f-04fe-4953-9965-b9497db7b525</id>
<name>com.xyst.dinas.oa.bill.BusinessTripApply</name>
<title>出差申请</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-sequence">
<specification>1.0</specification>
<id>9f07d98c-e8e9-4fdd-b28c-013ce9c35642</id>
<id>c7bd4ccf-685a-487f-9513-6bffc23c73b9</id>
<name>com.xyst.dinas.oa.bill.ProtocolDocument$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>db684ed1-350c-434a-89b7-87f83c2c847d</id>
<id>9a872f35-642c-4f5f-be74-498c206a5c11</id>
<name>com.xyst.dinas.oa.bill.ProtocolDocument$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>f915cf5c-cdb0-4a43-a834-492e73013f4b</id>
<id>871b3727-5d23-49d8-838b-5e99a436d18d</id>
<name>com.xyst.dinas.oa.bill.ProtocolDocument</name>
<title>拟文</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-sequence">
<specification>1.0</specification>
<id>b9ac64cc-5a4d-4b37-baee-043174e5c957</id>
<id>7ade5590-f158-4718-8c41-d5f929880483</id>
<name>com.xyst.dinas.oa.bill.SealBorrow$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>9537c6f7-8529-40e5-9e54-ef95f0e40315</id>
<id>f18b572e-3157-4dae-9de5-e0b1923afbac</id>
<name>com.xyst.dinas.oa.bill.SealBorrow$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>fd6357af-ed19-4805-9693-d6633e23eace</id>
<id>0847d9d5-d5a9-402d-890c-1cec204389a9</id>
<name>com.xyst.dinas.oa.bill.SealBorrow</name>
<title>证章借出</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-sequence">
<specification>1.0</specification>
<id>47d2d069-06cb-436a-99bb-f23464f931a0</id>
<id>3ade448e-5240-4715-b70d-2cdcabf0cc4d</id>
<name>com.xyst.dinas.oa.bill.UseCarApply$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>78642653-8d2e-4b8b-beee-8eabf3c511e9</id>
<id>d37f2da3-f7ae-40d6-9383-9ea736fc8fca</id>
<name>com.xyst.dinas.oa.bill.UseCarApply$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>748f1a4f-9f07-47e4-8cf3-9bcdef563d6d</id>
<id>f152e8e9-cb3a-4328-a1ea-eaea48aefe65</id>
<name>com.xyst.dinas.oa.bill.UseCarApply</name>
<title>用车申请</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-sequence">
<specification>1.0</specification>
<id>5111b9d5-3aeb-4e5a-9253-33bd6b8c5f67</id>
<id>02009963-d259-4d65-a69d-f249073dc64d</id>
<name>com.xyst.dinas.project.bill.ProjectFiled$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>66beaa3f-2da9-4cac-99ec-cc3ae6ee989d</id>
<id>c1a3a514-64e1-454e-bd12-3ce2c9b20851</id>
<name>com.xyst.dinas.project.bill.ProjectFiled$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>94a05ece-77b1-4f6f-b6a4-2b6d4f91d0d6</id>
<id>25266adc-b926-4c38-ac2e-9ca418de5844</id>
<name>com.xyst.dinas.project.bill.ProjectFiled</name>
<title>项目备案</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-sequence">
<specification>1.0</specification>
<id>4e67ff16-13b4-43c3-b56d-18554281b71e</id>
<id>200194e5-237d-4489-961e-1301d8465517</id>
<name>com.xyst.dinas.project.bill.PurchaseSandCompany$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>ff264e5f-a7b2-49af-99ff-3644c7790c16</id>
<id>995a8bd7-7589-414a-bfb6-8b56560611aa</id>
<name>com.xyst.dinas.project.bill.PurchaseSandCompany$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>58c24e8e-aab4-4672-8d2d-ef5c3035126c</id>
<id>8d2ab6d0-f139-47de-8251-4efd9de7f0a6</id>
<name>com.xyst.dinas.project.bill.PurchaseSandCompany</name>
<title>购砂单位</title>
<description>购砂单位</description>
......
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