فهرست منبع

字典管理查询

zs 1 سال پیش
والد
کامیت
2478b78283
2فایلهای تغییر یافته به همراه18496 افزوده شده و 1 حذف شده
  1. 18493 0
      package-lock.json
  2. 3 1
      src/interface/system/dictType.interface.ts

تفاوت فایلی نمایش داده نمی شود زیرا این فایل بسیار بزرگ است
+ 18493 - 0
package-lock.json


+ 3 - 1
src/interface/system/dictType.interface.ts

@@ -27,10 +27,12 @@ export class FVO_dictType {
 export class QDTO_dictType extends SearchBase {
   constructor() {
     const like_prop = [];
-    const props = ['code', 'is_use'];
+    const props = ['title', 'code', 'is_use'];
     const mapping = [];
     super({ like_prop, props, mapping });
   }
+  @ApiProperty({ description: '字典类型名称' })
+  'title': string = undefined;
   @ApiProperty({ description: '编码' })
   'code': string = undefined;
   @ApiProperty({ description: '是否使用' })