11 lines
167 B
C#
11 lines
167 B
C#
namespace Application.Domain;
|
|
|
|
public static class GoodsEnum
|
|
{
|
|
public enum Code
|
|
{
|
|
Drug,//药品
|
|
Prop,//物品
|
|
Cargo,//货物
|
|
}
|
|
} |