中国算力平台算力登记系统2.0
YZFG
2024-09-30 43dc2996fd2033991539ed35a0429238829a5417
commit | author | age
43dc29 1 package com.odcc.cpzidc.common.enums;
Y 2
3 /**
4  * 操作状态
5  * 
6  * @author ruoyi
7  *
8  */
9 public enum BusinessStatus
10 {
11     /**
12      * 成功
13      */
14     SUCCESS,
15
16     /**
17      * 失败
18      */
19     FAIL,
20 }