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