单应用项目,可以创建很多独立工具类页面 ,不用登录 初始化的页面
zhangchen
2025-09-15 d6a773d0b90e64622289eb0362803420efb193b1
src/api/patient_hemo_med_start/types/index.type.ts
@@ -9,8 +9,8 @@
  doneGl: string;
  doneGlName: string;
  doneGlSpecName: string;
  id: number;
  isDeleted: number;
  id: number | null;
  isDeleted: number | null;
  monitorDataCode: string;
  recordCode: string;
  remark: string;
@@ -29,8 +29,8 @@
  startCcZhenVName: string;
  startCcZhenVSpecName: string;
  startEntranceType: string;
  startIsCcOrHy: number;
  startIsSave: number;
  startIsCcOrHy: number | null;
  startIsSave: number | null;
  startMedNurse: string;
  startMedNurseName: string;
  startTime: string | null;