WetLineBackInApplyResponse.cs 265 B

1234567891011121314
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Text;
  4. namespace wms.dto.response.hj
  5. {
  6. /// <summary>
  7. /// 湿拉生产退料/余料/空轮申请响应实体
  8. /// </summary>
  9. public class WetLineBackInApplyResponse : SRes
  10. {
  11. }
  12. }