This website works better with JavaScript
Accueil
Explorer
Aide
S'inscrire
Connexion
zuolinhao
/
WcsFramework
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
1
Wiki
Aborescence:
8f423721ff
Branches
Tags
分拣中心数据处理
分拣二次码垛
分拣库
分拣库1南侧
分拣库数据采集
升级.net8.0
合金库
新异常记录方式测试
新数据库连接方式
时效库
盘条库
WcsFramework
/
PLC.Siemens
/
O
/
IBuildRequest.cs
IBuildRequest.cs
129 B
Historique
Raw
1
2
3
4
5
6
7
8
9
namespace PlcSiemens.O
{
public interface IBuildRequest
{
void Build();
ByteBuffer GetBuffer();
}
}