2
This commit is contained in:
@@ -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>
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user