package com.qianwen.smartman.modules.coproduction.dto; import java.util.List; public class ProductionCraftVersionDTO { List bomIds; }