Blame view

sys/Hh.Mes.POJO/EnumEntitys/EnumLog.cs 410 Bytes
赖素文 authored
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
using System;
using System.Collections.Generic;
using System.Text;

namespace Hh.Mes.POJO.EnumEntitys
{
    /// <summary>
    /// log日志类型
    /// </summary>
    public enum EnumLog
    {
        API = 0,

        PDA =20,

        中控全局错误 = 30,

        AOP全局错误 = 40,

        AOP脚本执行超过15 = 45,
22
        OA人员接口=100,
赖素文 authored
23
24
25
26
27

        WCS接口调用 = 400,
    }

}