rx
2024-10-08 36e7eed5fec38533b9ced6b976d8b9a81364f370
phi-warehouse-feign/src/main/java/com/hx/warehouse/dto/order/stock/StockBackDto.java
@@ -29,6 +29,10 @@
    private Integer commonType;
    /************************非必填******************************/
    /**提货单的标识*/
    private String id;
    /**操作人类型-系统*/
    public static Integer OP_TYPE_SYS = 0;
    /**操作人类型-员工*/
@@ -38,4 +42,9 @@
    /**操作人类型-管理员*/
    public static Integer OP_TYPE_ADMIN = 3;
    /**类型:出库单退回*/
    public static Integer COMMON_TYPE_OUT = 0;
    /**类型:入库单退回*/
    public static Integer COMMON_TYPE_IN = 1;
}