peizhiyong
2025-08-01 73d6d058983ff914e5092bba4b2c403eef2caec5
1
2
3
4
5
6
7
namespace Bro.M135.Common
{
    public interface IUpdateProductData
    {
        event Action<ProductModel> OnUpdateProductData;
    }
}