This commit is contained in:
2024-09-25 15:13:49 +08:00
parent 5d5bc5598d
commit 5d70e1689a
16 changed files with 372 additions and 419 deletions
+3 -1
View File
@@ -17,6 +17,7 @@ namespace BLL
= 40,
= 50,
= 60,
= 70,
}
public enum Category : int
{
@@ -39,7 +40,8 @@ namespace BLL
{ "其他入库" ,(int)TypeInt.},
{ "领料出库" ,(int)TypeInt.},
{ "补料出库" ,(int)TypeInt.},
{ "其他出库" ,(int)TypeInt.}
{ "其他出库" ,(int)TypeInt.},
{ "散件出库" ,(int)TypeInt.}
};
public static Dictionary<string, int> StateMap = new Dictionary<string, int>
{