公告板
版本库
filestore
活动
搜索
登录
main
/
cy_scdz
川印生产对账
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
完成系统设置页面,创建设置字典
liaoxujun@qq.com
2024-02-19
c32275f697e1541694836c47e1682e3291673dbc
[cy_scdz.git]
/
cy_scdz.Model
/
Enums.cs
1
2
3
4
5
6
7
8
9
10
11
using System;
using System.ComponentModel.DataAnnotations;
namespace cy_scdz.Model
{
public class RefDicNameAttribute : Attribute
{
public string Name { get; set; }
}
}