12345678910111213141516171819202122232425 |
- using System;
- using System.Collections.Generic;
- using System.Text;
- namespace HengshanPaymentTerminal.Support
- {
-
-
-
-
- public class FuelingPointCode
- {
-
-
-
-
- public byte NozzleNo { get; set; }
-
-
-
-
- public byte PumpNo { get; set; }
- }
- }
|