ctu
This commit is contained in:
@@ -10,5 +10,11 @@ namespace Tnb.WarehouseMgr.Entities.Dto.Inputs
|
||||
public class CheckPutInput
|
||||
{
|
||||
public string point_code { get; set; }
|
||||
public int type { get; set; }
|
||||
}
|
||||
public enum exectype
|
||||
{
|
||||
放 = 0,
|
||||
取 = 1
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user