This commit is contained in:
qianjiawei
2023-12-15 09:49:44 +08:00
3 changed files with 131 additions and 105 deletions

View File

@@ -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
}
}