zcloud-gbs-pro-dispatch-react/src/pages/Container/PersonnelDispatch/index.js

4 lines
78 B
JavaScript
Raw Normal View History

2026-08-22 09:30:25 +08:00
export default function PersonnelDispatch(props) {
return props.children;
}