调整出库申请,终止点位代码逻辑

This commit is contained in:
alex
2023-09-05 17:40:35 +08:00
parent 9fb0e0eba8
commit a6fdf64681
5 changed files with 71 additions and 6 deletions

View File

@@ -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>
/// 机构上级.

View File

@@ -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; }
}