@ningboyz/types 1.3.87 → 1.3.88

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.87",
4
+ "version": "1.3.88",
5
5
  "private": false,
6
6
  "description": "宁波甬政类型库",
7
7
  "author": "nbyt-syq",
@@ -252,7 +252,7 @@ export class TDataResponse implements IDataResponse {
252
252
  /**所属部门 */
253
253
  cardDeptText: string = "";
254
254
  /**单号 */
255
- BillCode: string = "";
255
+ billCode: string = "";
256
256
  /**经办人 */
257
257
  cardUser: number = 0;
258
258
  /**存放地点 */