using BPA.SAAS.Manage.Core.Base; using SqlSugar; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace BPA.SAAS.Manage.Core.Device { [SugarTable("bpa_warehousepostion")] public class BPA_WarehousePostion : IBaseEntity, IGroupId { public string TemplateId { get; set; } public string Code { get; set; } public string BatchingId { get; set; } public string GroupId { get; set; } } }