DetailRequest2Str.cs 197 B

1234567891011
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Text;
  4. namespace wms.dto.request.hj
  5. {
  6. public class DetailRequest2Str
  7. {
  8. public string Id { get; set; } = "0";
  9. }
  10. }