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