@lm_fe/service 0.1.201 → 0.1.205

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.
@@ -1,7 +1,7 @@
1
1
  import { Dayjs } from "dayjs";
2
2
  export interface IZsy_CtgRecord {
3
3
  "id": 1;
4
- "applyNo": "申请单号";
4
+ "applyNo": "申请单号.";
5
5
  "docNo": "档案流水号";
6
6
  "outpatientNo": "门诊号";
7
7
  "inpatientNo": "住院号";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lm_fe/service",
3
- "version": "0.1.201",
3
+ "version": "0.1.205",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1",
@@ -23,12 +23,12 @@
23
23
  "author": "",
24
24
  "license": "MIT",
25
25
  "dependencies": {
26
- "@lm_fe/env": "^0.1.201",
27
- "@lm_fe/static": "*",
28
- "@lm_fe/utils": "^0.1.201"
26
+ "@lm_fe/env": "^0.1.205",
27
+ "@lm_fe/static": "0.1.201",
28
+ "@lm_fe/utils": "^0.1.205"
29
29
  },
30
30
  "devDependencies": {
31
31
  "rollup": "^2.70.2"
32
32
  },
33
- "gitHead": "ec1dcf6e3b2d06782779a21f536300bb2536ea6b"
33
+ "gitHead": "6c1a7b4c4f510ef46949c84e8e10f9b655ec1c55"
34
34
  }