调整出库申请,终止点位代码逻辑
This commit is contained in:
@@ -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