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