- using System;
- using System.Collections.Generic;
- namespace Dfs.WayneChina.SpsDbManager.Models
- {
- public partial class TTankinit
- {
- public int TankId { get; set; }
- public int? TabVol { get; set; }
- public int? RealVol { get; set; }
- public int? Whight { get; set; }
- public int? OilHight { get; set; }
- }
- }
|