update V 2.4.3.0
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
namespace FASS.Service.Consts.Warehouse
|
||||
{
|
||||
public class ContainerConst
|
||||
{
|
||||
public class Type
|
||||
{
|
||||
public const string Default = "Default";
|
||||
}
|
||||
public class State
|
||||
{
|
||||
public const string EmptyMaterial = "EmptyMaterial";
|
||||
public const string FullMaterial = "FullMaterial";
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user