SxPackingHelp.cs 265 B

1234567891011121314
  1. using System;
  2. using System.Collections.Generic;
  3. using System.ComponentModel.DataAnnotations;
  4. using System.Text;
  5. namespace wms.service.Help
  6. {
  7. /// <summary>
  8. /// 封装箱扩展
  9. /// </summary>
  10. public static class SxSpcPackingExtension
  11. {
  12. }
  13. }