namespace iWareSda_QQJF.WCSNEW.EDM { using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using System.ComponentModel.DataAnnotations.Schema; using System.Data.Entity.Spatial; public partial class RECORD_WAREHOUSEINFO { public int Id { get; set; } public int? itemOver { get; set; } public int? placeFull { get; set; } public int? containerFull { get; set; } public int? containerEmpty { get; set; } public int? itemNum { get; set; } public DateTime? time { get; set; } } }