wangzhibo
2026-07-18 708f980f0f351bfe47d7936151bf52ed4d4a7bc4
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;