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