13 lines
255 B
C#
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; }
|
|
|
|
} |