公告板
版本库
filestore
活动
搜索
登录
main
/
JC26WMS
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
入库单明细不可为null
bklLiudl
2024-09-07
b9246f8f943730b9e027e06ecbbed6c0677e69ee
[JC26WMS.git]
/
Wms
/
Utility
/
Enum
/
TriggerTypeEnum.cs
1
2
3
4
5
6
7
8
9
10
11
12
13
using System;
using System.Collections.Generic;
using System.Text;
namespace Utility
{
public enum TriggerTypeEnum
{
None = 0,
Cron = 1,
Simple = 2,
}
}