公告板
版本库
filestore
活动
搜索
登录
main
/
M200
嘉彰自动检测线
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
优化数据库字段的json传输 新增打印机
kingno
2025-04-03
a97ac998301461e6284595b1cf2c7b40ce5b2459
[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;
}
}