@ningboyz/types 1.3.137 → 1.3.138

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ningboyz/types",
3
3
  "type": "module",
4
- "version": "1.3.137",
4
+ "version": "1.3.138",
5
5
  "private": false,
6
6
  "description": "宁波甬政类型库",
7
7
  "author": "nbyt-syq",
@@ -257,7 +257,7 @@ export const CONST_SYS_TYPEU_专利软著_业务类型 = "专利软著-业务类
257
257
  export const CONST_SYS_TYPEU_甬农检_检验类型 = "甬农检-检验类型";
258
258
  export const CONST_SYS_TYPEU_甬农检_支付对象 = "甬农检-支付对象";
259
259
  export const CONST_SYS_TYPEU_甬农检_抽检_检验类型 = "甬农检-抽检-检验类型";
260
- export const CONST_SYS_TYPEU_甬农检_委托1_支付对象 = "甬农检-委托1-检验类型";
260
+ export const CONST_SYS_TYPEU_甬农检_委托1_检验类型 = "甬农检-委托1-检验类型";
261
261
  export const CONST_SYS_TYPEU_甬农检_时间要求 = "甬农检-时间要求";
262
262
  export const CONST_SYS_TYPEU_甬农检_副样处理方式 = "甬农检-副样处理方式";
263
263
  export const CONST_SYS_TYPEU_甬农检_报告领取方式 = "甬农检-报告领取方式";
@@ -279,7 +279,7 @@ export class THznjXmsyResponse implements IHznjXmsyResponse {
279
279
  result.notified = "";
280
280
  result.entityID = data.entityID;
281
281
  result.billMain = data.xmsyIndx;
282
- result.billCode = data.xmsyCode;
282
+ result.billCode = data.baseCode;
283
283
  result.billMemo = data.xmsyMemo;
284
284
  result.flowStat = data.xmsyStat;
285
285
  result.createAt = data.createAt;