xin
2025-07-02 d109bebcdc43d9f9f3d0b3de164600d90a0663e3
oying-system/src/main/java/com/oying/modules/sh/domain/OrderOperationLog.java
@@ -51,7 +51,7 @@
    @NotNull
    @ApiModelProperty(value = "订单号")
    private Long orderNum;
    private String orderNum;
    public void copy(OrderOperationLog source){
        BeanUtil.copyProperties(source,this, CopyOptions.create().setIgnoreNullValue(true));