公告板
版本库
filestore
活动
搜索
登录
main
/
M200
嘉彰自动检测线
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
双击圆点出图
kingno
2025-06-17
11219b1b266c7b98dde39eb710faaa83b4a37924
[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;
}
}