From adc0a1df2d5bc0842b5d4b950380a5b7ce469711 Mon Sep 17 00:00:00 2001
From: master <master@163.com>
Date: 星期五, 25 三月 2022 10:22:59 +0800
Subject: [PATCH] 2022-03-25 10:22:00

---
 src/app/modules/business/entity/periodicsetting.ts |   48 ++++++++++++++++++++++++------------------------
 1 files changed, 24 insertions(+), 24 deletions(-)

diff --git a/src/app/modules/business/entity/periodicsetting.ts b/src/app/modules/business/entity/periodicsetting.ts
index 4180468..dce098f 100644
--- a/src/app/modules/business/entity/periodicsetting.ts
+++ b/src/app/modules/business/entity/periodicsetting.ts
@@ -2,38 +2,38 @@
 import { BaseEntity } from '@cool-midway/core';
 import { Column, Double } from 'typeorm';
 /**
-聽 聽 聽 聽 * 鍒嗙粍浠诲姟鍙傛暟璁剧疆
-聽 聽 聽 聽 */
-@EntityModel('t_task_periodic_setting') 
-export class Periodicsetting extends BaseEntity { 
-@Column({ comment:'鍛ㄦ湡浠诲姟', type:'varchar', default:'null', length:255})
-crontab_rule: string;
+        * 鍒嗙粍浠诲姟鍙傛暟璁剧疆
+        */
+@EntityModel('t_task_periodic_setting')
+export class Periodicsetting extends BaseEntity {
+  @Column({ comment: '鍛ㄦ湡浠诲姟', type: 'varchar', default: '', length: 255 })
+  crontab_rule: string;
 
-@Column({ comment:'浠诲姟缁撴潫鏃堕棿', type:'datetime'})
-end_time: Date;
+  @Column({ comment: '浠诲姟缁撴潫鏃堕棿', type: 'datetime' })
+  end_time: Date;
 
-@Column({ comment:'璁惧鍒嗙粍ID', type:'int', default:null, width:0})
-group_id: number;
+  @Column({ comment: '璁惧鍒嗙粍ID', type: 'int', default: null, width: 0 })
+  group_id: number;
 
-@Column({ comment:'璁剧疆浜�', type:'varchar', default:'null', length:255})
-operator: string;
+  @Column({ comment: '璁剧疆浜�', type: 'varchar', default: '', length: 255 })
+  operator: string;
 
-@Column({ comment:'澶囨敞', type:'varchar', default:'null', length:255})
-remark: string;
+  @Column({ comment: '澶囨敞', type: 'varchar', default: '', length: 255 })
+  remark: string;
 
-@Column({ comment:'鐘舵��', type:'tinyint', default:1, width:0})
-status: number;
+  @Column({ comment: '鐘舵��', type: 'tinyint', default: 1, width: 0 })
+  status: number;
 
-@Column({ comment:'浠诲姟鍛戒护鏍煎紡', type:'varchar', default:'null', length:255})
-task_command: string;
+  @Column({ comment: '浠诲姟鍛戒护鏍煎紡', type: 'varchar', default: '', length: 255 })
+  task_command: string;
 
-@Column({ comment:'浠诲姟鍐呭鎻忚堪', type:'varchar', default:'null', length:255})
-task_content: string;
+  @Column({ comment: '浠诲姟鍐呭鎻忚堪', type: 'varchar', default: '', length: 255 })
+  task_content: string;
 
-@Column({ comment:'浠诲姟鍙傛暟', type:'varchar', default:'null', length:255})
-task_params: string;
+  @Column({ comment: '浠诲姟鍙傛暟', type: 'varchar', default: '', length: 255 })
+  task_params: string;
 
-@Column({ comment:'浠诲姟绫诲瀷', type:'int', default:null, width:0})
-task_type: number;
+  @Column({ comment: '浠诲姟绫诲瀷', type: 'int', default: null, width: 0 })
+  task_type: number;
 
 }
\ No newline at end of file

--
Gitblit v1.9.1