14 lines
285 B
C#
14 lines
285 B
C#
using JNPF.Common.Contracts;
|
|
using SqlSugar;
|
|
|
|
namespace JNPF.Systems.Entitys.Permission;
|
|
|
|
public partial class OrganizeEntity
|
|
{
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
[SugarColumn(ColumnName = "F_FEEDING_LOCATIONID")]
|
|
public string FeedingLocationId { get; set; }
|
|
|
|
} |