12 lines
221 B
TypeScript
12 lines
221 B
TypeScript
/**
|
|
* @description 盘点管理
|
|
*
|
|
*/
|
|
import saveOrUpdateStocktaking from './saveOrUpdateStocktaking';
|
|
import stocktakingList from './stocktakingList';
|
|
|
|
export default {
|
|
saveOrUpdateStocktaking,
|
|
stocktakingList,
|
|
};
|