wanshenmean
13 小时以前 f423e1277f91427f0a767bd1224c1260dcb73086
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
 
namespace WIDESEAWCS_Common.HttpEnum
{
    public enum Category
    {
        ERP,
        WMS,
        MES,
    }
}