CopperLineStockInFeedBackResponse.cs 270 B

12345678910111213
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Text;
  4. namespace wms.dto.response.hj
  5. {
  6. /// <summary>
  7. /// 镀铜满轮入库/550工字轮入库反馈响应
  8. /// </summary>
  9. public class CopperLineStockInFeedBackResponse : SRes
  10. {
  11. }
  12. }