@ningboyz/types 1.0.187 → 1.0.189

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@ningboyz/types",
3
- "version": "1.0.187",
3
+ "version": "1.0.189",
4
4
  "private": false,
5
5
  "description": "宁波甬政类型库",
6
6
  "author": "nbyt-syq",
@@ -12,6 +12,9 @@ export const CONST_MYOA_MYOA_TYPC_TO_评审审批 = 1007; // #评审审批
12
12
  export const CONST_MYOA_MYOA_TYPC_TO_意见确认 = 1008; // #意见确认
13
13
  export const CONST_MYOA_MAIN_MYOA_TYPC_内部管理_盖章 = 1010 //#盖章
14
14
 
15
+ export const CONST_MYOA_MYOA_TYPC_TO_用印管理 = 1010; // #用印申请
16
+
17
+
15
18
  export const CONST_MYOA_MYOA_TYPN_HUYI = "会议申请"; // #会议申请
16
19
  export const CONST_MYOA_MYOA_TYPN_GOCH = "公车申请"; // #公车申请
17
20
  export const CONST_MYOA_MYOA_TYPN_QIJI = "请假申请"; // #请假申请
@@ -55,7 +55,7 @@ export interface IMyoaMainResponse {
55
55
  canClose: number; //#用车申请.是否归还
56
56
  closedBy: string; //#用车申请.归还用户
57
57
  closedAt: number; //#用车申请.归还时间 YYYYMMDDHHMMSS
58
- myoaUses: string; //#用车申请.用车事由
58
+ myoaUses: string; //#用车申请.用车事由.会议内容
59
59
  myoaMemo: string;
60
60
  sourceND: number;
61
61
  sourceDW: string;
@@ -68,6 +68,7 @@ export class TMyoaRoomResponse implements IMyoaRoomResponse {
68
68
  cardCode: string = "";
69
69
  /** 资产名称-会议室名称 */
70
70
  cardName: string = "";
71
+ /** 备注 */
71
72
  cardMemo: string = "";
72
73
  /** 资产面积-会议室面积 */
73
74
  cardArea: number = 0;