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