wanshenmean
2024-09-11 2828bc37791fe9f23bfa46503e9ffd1e159d63fc
1
2
3
4
5
namespace WIDESEA_IStorageBasicService;
 
public interface IStockInfoDetailService : IService<DtStockInfoDetail>
{
}