Update PmsSkuStockController.java

This commit is contained in:
macro 2020-11-20 20:51:02 +08:00
parent 1aa086f9f3
commit dac4a84253

View File

@ -12,7 +12,7 @@ import org.springframework.web.bind.annotation.*;
import java.util.List;
/**
* sku库存Controller
* 商品SKU库存管理Controller
* Created by macro on 2018/4/27.
*/
@Controller