huangxiaoqiang
2025-02-10 8378915638d6692b57f36620a752ab1fe59a2e4c
1
2
3
4
5
namespace WIDESEA_StorageBasicServices;
 
public interface IProductionService : IService<ProductionModel>
{
}