调整出库申请,终止点位代码逻辑
This commit is contained in:
@@ -10,7 +10,7 @@ namespace JNPF.Systems.Entitys.Permission;
|
||||
/// 日 期:2017.09.20.
|
||||
/// </summary>
|
||||
[SugarTable("BASE_ORGANIZE")]
|
||||
public class OrganizeEntity : CLDEntityBase
|
||||
public partial class OrganizeEntity : CLDEntityBase
|
||||
{
|
||||
/// <summary>
|
||||
/// 机构上级.
|
||||
|
||||
@@ -0,0 +1,14 @@
|
||||
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; }
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user