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

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

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