CopperLineResponse.cs 268 B

123456789101112131415
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Text;
  4. namespace wms.dto.response
  5. {
  6. /// <summary>
  7. /// 镀铜补空/取满指令响应实体(包含550工字轮)
  8. /// </summary>
  9. public class CopperLineResponse: SRes
  10. {
  11. }
  12. }