圣珀
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
352 B

2 years ago
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Linq;
  4. using System.Text;
  5. namespace ICSSoft.Entity
  6. {
  7. /// <summary>
  8. /// 删除销售订单
  9. /// </summary>
  10. public class SoModel
  11. {
  12. public string Code;
  13. }
  14. public class RMAModel
  15. {
  16. public string RMACode;
  17. public string OrgCode;
  18. }
  19. }