quanzhou
2025-08-27 69ee76c13978285f07e183e013bd601cb72afc92
1
2
3
4
5
6
7
namespace Bro.M135.Common
{
    public interface IUpdateProductData
    {
        event Action<ProductModel> OnUpdateProductData;
    }
}