Files
2023-11-06 19:35:59 +08:00

13 lines
255 B
C#

using SqlSugar;
namespace JNPF.Systems.Entitys.Permission;
public partial class OrganizeEntity
{
/// <summary>
///
/// </summary>
[SugarColumn(ColumnName = "F_FEEDING_LOCATIONID")]
public string FeedingLocationId { get; set; }
}