1
huangxiaoqiang
2025-03-18 e7fc6298782d9f22f1e5fd357d28efa57623add7
1
2
3
4
5
namespace WIDESEA_StorageBasicServices;
 
public interface IProductionService : IService<ProductionModel>
{
}