添加项目文件。
This commit is contained in:
15
XXCpzs/ViewModels/AddCustomerModel.cs
Normal file
15
XXCpzs/ViewModels/AddCustomerModel.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace XXCpzs.ViewModels
|
||||
{
|
||||
class AddCustomerModel : BaseViewModel
|
||||
{
|
||||
|
||||
public AddCustomerModel(int Uid)
|
||||
{
|
||||
Title = "添加新的客户";
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user