1234567891011121314151617 |
- using System;
- using System.Collections.Generic;
- using System.Text;
- namespace Dfs.WayneChina.SpsDbManager.ResultSet
- {
- public class PumpInfoResult
- {
- public int VersionId { get; set; }
- public int PosId { get; set; }
- public int DelayPara { get; set; }
- public int LogicId { get; set; }
- }
- }
|