OrderProvinceZmhd.cs 306 B

1234567891011121314151617
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Linq;
  4. using System.Text;
  5. using System.Threading.Tasks;
  6. using XF.Domain.Repository;
  7. namespace Hotline.Orders
  8. {
  9. /// <summary>
  10. /// 政民互动公开
  11. /// </summary>
  12. public class OrderProvinceZmhd: CreationEntity
  13. {
  14. }
  15. }