步步为盈

19 lines
223 B

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