yantian yue
2023-12-29 fdda48e034b2da82fb100ec04f5b51351477e2bb
提交 | 用户 | 时间
e46d3b 1 using System;
2 using System.Collections.Generic;
3 using System.Linq;
4 using System.Text;
5
6 namespace YX
7 {
8    public enum OperationType
9     {
10         Add=0, //添加
11         Edit=1 //修改
12     }
13 }