src/main/java/cc/mrbird/febs/mall/entity/MallOrderInfo.java @@ -91,4 +91,6 @@ //配送方式 1:快递寄送2:到店自提 private Integer deliverType; private Long shopId; }