namespace FishFactoryDataModel.Models { public interface IReplenishModel { int ShopId { get; } int CannedId { get; } int Count { get; } } }