using HybirdFrameworkCore.Autofac.Attribute; using Mapster; namespace Service.Execute.Model; public class DistributeTask { /// /// 入仓位选择 /// [Property(0, 16)] public ushort InBinNo { get; set; } /// /// 出仓仓位选择 /// [Property(16, 16)] public ushort OutBinNo { get; set; } }