using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace kg
{
class Program
{
static void Main(string[] args)
{
Storage st = new Storage();
st.Initial();
st.ShowMenu();
Console.ReadLine();
}
}
}
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace kg
{
class Goods
{
private int GoodPleased;//满意度
public int GoodPleased1
{
get { return GoodPleased; }
set { GoodPleased = value; }
}
private String GoodsName;//名