rsf-open-api/src/main/java/com/vincent/rsf/openApi/entity/params/ErpOpParams.java
@@ -32,7 +32,7 @@ @ApiModelProperty(value = "订单类型:1 出库单;2 入库单;3 调拨单", required = true) private Integer orderType; @ApiModelProperty(value = "业务类型,如:采购入库单、销售出库单、调拨申请单等", required = true) @ApiModelProperty(value = "业务类型 wk_type 字典/枚举对应", required = true) private String wkType; @ApiModelProperty(value = "添加时间,支持 yyyy-MM-dd HH:mm:ss 或时间戳(秒/毫秒)")