调拨订单同步生成原材料/成品调拨出库 物料签收接口
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Tnb.WarehouseMgr.Entities.Dto.Inputs
|
||||
{
|
||||
public class CarryCodeUnbindCodeInput
|
||||
{
|
||||
public string? carry_code_id { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user