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