lrf402788946 4 years ago
parent
commit
8865fe08b2
1 changed files with 1 additions and 0 deletions
  1. 1 0
      app/model/order.js

+ 1 - 0
app/model/order.js

@@ -88,6 +88,7 @@ const out_bill = new Schema({
   sh_ys: { type: Number, maxLength: 200 }, // 税后应收
   sh_ys: { type: Number, maxLength: 200 }, // 税后应收
   sh_ss: { type: Number, maxLength: 200 }, // 税后实收
   sh_ss: { type: Number, maxLength: 200 }, // 税后实收
   is_js: { type: Boolean, default: false }, // 是否结算
   is_js: { type: Boolean, default: false }, // 是否结算
+  remark: { type: String, maxlength: 200 },
 });
 });