提交 e7a355d4 编写于 作者: q289089000's avatar q289089000

8-20

上级 fd6877bf
......@@ -34,12 +34,13 @@ export class ShipperBill extends Document {
default:0
})
box: number
//收货
//验收
@Prop({
default:0
})
got: number
//重量
@Prop({
default:0
......@@ -51,6 +52,7 @@ export class ShipperBill extends Document {
})
size: number
//计费单价
@Prop({
default:0
......
......@@ -24,6 +24,7 @@ export class Shipper extends Document {
default:0,
})
paytype:number
//计费单价
@Prop({
default:0,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册