仪表盘
版本库
文件存储
活动
搜索
登录
HuaYiZhongHeng
/
BaiBuSanlou
百步三楼
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
添加MOM异常信息页面,OCV管理页面,优化WCS不能添加用户信息问题,优化分容空框回流写入线体信息失败问题
huangxiaoqiang
2025-04-02
a5ca8352f035f95d23717e49b74a6c6aea8a9fc9
[HuaYiZhongHeng/BaiBuSanlou.git]
/
CodeManagement
/
WCS
/
WIDESEAWCS_Server
/
WIDESEAWCS_Common
/
AreaInfo.cs
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
{
public enum AreaInfo
{
CLOutAreaA,
CLOutAreaB,
CLOutAreaC
}
}