Files
qhmes/jeecgboot-vue3/src/views/mes/autosmallmaterialdemandplan/index.vue
2026-06-17 15:47:53 +08:00

8 lines
245 B
Vue

<template>
<MesXslAutoSmallMaterialDemandPlanList />
</template>
<script lang="ts" setup>
import MesXslAutoSmallMaterialDemandPlanList from '../../xslmes/mesXslAutoSmallMaterialDemandPlan/MesXslAutoSmallMaterialDemandPlanList.vue';
</script>