BillName.cs 548 B

1234567891011121314151617
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Linq;
  4. using System.Text;
  5. using System.Threading.Tasks;
  6. namespace JLHHJSvr.Com.Model
  7. {
  8. public static class BillNames
  9. {
  10. public const string MattressQuote = nameof(MattressQuote);
  11. public const string BedNetQuote = nameof(BedNetQuote);
  12. public const string SoftBedQuote = nameof(SoftBedQuote);
  13. public const string MattressInterface = nameof(MattressInterface);
  14. public const string MattressInterfaceQd = nameof(MattressInterfaceQd);
  15. }
  16. }