quanzhou
2026-01-19 57e86e9be5d5fa6f854761ca915a64ee67869724
1
2
3
4
5
6
7
namespace Bro.M135.Common
{
    public interface IUpdateProductData
    {
        event Action<ProductModel> OnUpdateProductData;
    }
}