using System; using System.Collections.Generic; using System.Text; namespace wms.dto.response.hj { /// <summary> /// 特殊出库领料反馈响应 /// </summary> public class SpecialPickMaterFeedBackResponse : SRes { } }