This website works better with JavaScript.
Explore
Help
Register
Sign In
xzsjob
/
problem_check_system
Watch
1
Star
0
Fork
You've already forked problem_check_system
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33
Commits
2
Branches
0
Tags
2.1 MiB
Tree:
b614000b77
dev
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'b614000b77'
${ noResults }
problem_check_system
/
lib
/
data
/
models
/
operation.dart
11 lines
90 B
Raw
Normal View
History
Unescape
Escape
feat : 不可变设计模式
1 week ago
enum
Operation
{
/// 创建
create
,
/// 修改
update
,
/// 删除
delete
,
}