bluejay
2025-04-14 1b6411703f22944eb0802d5e396c1a91fed19867
aps-modules/aps-core/src/main/java/com/aps/core/controller/ApsPlatePlanTempController.java
@@ -29,7 +29,7 @@
 * @date 2025-04-08
 */
@RestController
@RequestMapping("/ApsPlatePlanTemp")
@RequestMapping("/apsPlatePlanTemp")
public class ApsPlatePlanTempController extends BaseController
{
    @Autowired
@@ -38,11 +38,9 @@
    /**
     * 查询钣金计划临时表列表
     */
    @RequiresPermissions("ApsPlatePlan:ApsPlatePlanTemp:list")
    @GetMapping("/list")
    public TableDataInfo list(ApsPlatePlanTemp apsPlatePlanTemp)
    {
        startPage();
        List<ApsPlatePlanTemp> list = apsPlatePlanTempService.selectApsPlatePlanTempList(apsPlatePlanTemp);
        return getDataTable(list);
    }