步步为盈

11 lines
216 B

using BBWY.Common.Models;
using System;
using System.Collections.Generic;
using System.Text;
namespace BBWY.Client.ViewModels.PackTask
{
public class StorePickSelfViewModel:BaseVM,IDenpendency
{
}
}