1234567891011121314151617 |
- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Text;
- using System.Threading.Tasks;
- namespace JLHHJSvr.Com.Model
- {
- public static class BillNames
- {
- public const string MattressQuote = nameof(MattressQuote);
- public const string BedNetQuote = nameof(BedNetQuote);
- public const string SoftBedQuote = nameof(SoftBedQuote);
- public const string MattressInterface = nameof(MattressInterface);
- public const string MattressInterfaceQd = nameof(MattressInterfaceQd);
- }
- }
|