chen.lin
7 天以前 460b1c8473e08a3449bff35d7a34cbf16ad1c79a
rsf-server/src/main/java/com/vincent/rsf/server/manager/entity/TransferOrder.java
@@ -20,13 +20,12 @@
    @TableId(value = "id", type = IdType.AUTO)
    private Long id;
    @ApiModelProperty("单据类型:in: 入库, out:出库")
    private String type;
    @ApiModelProperty("调拔单ID")
    private Long transferId;
    @ApiModelProperty("订单ID")
    private Long orderId;
    @ApiModelProperty("执行状态")
    private Integer exceStatus;
}