生产入库接口
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Tnb.WarehouseMgr.Entities.Dto
|
||||
{
|
||||
public class WmsPrdInstockCodeInput
|
||||
{
|
||||
public decimal planqty { get; set; }
|
||||
public decimal pqty { get; set; }
|
||||
public string code_batch { get; set; }
|
||||
public string code { get; set; }
|
||||
public string unit_id { get; set; }
|
||||
public string carry_id { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user