公告板
版本库
filestore
活动
搜索
登录
main
/
M200
嘉彰自动检测线
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
MES功能添加强制上传成功,以及关闭NG产品上传功能合并
zhouquan
2025-07-23
dbf68d954db78f369b87e87212e1f82b5513a894
[M200.git]
/
src
/
Bro.M135.Common
/
IUpdateProductData.cs
1
2
3
4
5
6
7
namespace Bro.M135.Common
{
public interface IUpdateProductData
{
event Action<ProductModel> OnUpdateProductData;
}
}