huminmin
2026-08-13 23735b6e060d48f333d9ad91796c2cb6a42a1d9e
yudao-module-mes/src/main/java/cn/iocoder/yudao/module/mes/service/wm/productsales/MesWmProductSalesService.java
@@ -12,7 +12,7 @@
/**
 * MES 销售出库单 Service 接口
 *
 * @author 芋道源码
 * @author 超级管理员
 */
public interface MesWmProductSalesService {
@@ -124,5 +124,13 @@
     */
    MesWmProductSalesDO validateProductSalesExistsAndDraft(Long id);
    /**
     * 更新销售出库单状态
     *
     * @param id     编号
     * @param status 状态
     */
    void updateStatus(Long id, Integer status);
}