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