src/modules/report/entity/dailysite.ts
@@ -19,6 +19,12 @@ @Column({ comment: '站点名称' }) siteName: string; @Index() @Column({ comment: '部门ID' }) departmentId: number; departmentName: string; @Column({ comment: '总重量', type: 'decimal', precision: 15, scale: 2, default: 0.00 }) weightTotal: number;