14 lines
271 B
C#
14 lines
271 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
using System.Threading.Tasks;
|
|
using 常用工具集.Base;
|
|
|
|
namespace 常用工具集.ViewModel._05其他
|
|
{
|
|
public class 人民币转大写ViewModel : ViewModelBase
|
|
{
|
|
}
|
|
}
|