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