wangzhibo
4 天以前 c19f1f7e21c93d1f13b4f44a8a615f65af577559
src/modules/operation/entity/wastesale.ts
@@ -37,8 +37,8 @@
  totalPrice: number;
  @Index()
  @Column({ comment: '经手人ID', type: 'bigint' })
  handlerId: number;
  @Column({ comment: '经手人ID', length: 64 })
  handlerId: string;
  handlerName: string;