mirror of
https://gitcode.com/ageerle/ruoyi-ai.git
synced 2026-03-23 01:23:43 +08:00
pdf文件解析成异步处理
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
package org.ruoyi.constant;
|
||||
|
||||
/**
|
||||
* @Description:
|
||||
* @Date: 2025/5/14 下午2:04
|
||||
*/
|
||||
public class DealStatus {
|
||||
//未开始
|
||||
public static final Integer STATUS_10 = 10;
|
||||
//进行中
|
||||
public static final Integer STATUS_20 = 20;
|
||||
//已结束
|
||||
public static final Integer STATUS_30 = 30;
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user