using System; using System.Collections.Generic; using System.Text; namespace wms.dto.response.hj { /// <summary> /// 特殊出库领料申请响应实体 /// </summary> public class SpecialPickMaterApplyResponse : SRes { } }