任务组代码优化
This commit is contained in:
@ -21,5 +21,25 @@ package com.arialyy.annotations;
|
||||
|
||||
public interface AriaConstance {
|
||||
String NO_URL = "";
|
||||
|
||||
/**
|
||||
* 注解方法为普通任务下载
|
||||
*/
|
||||
int DOWNLOAD = 0xa1;
|
||||
|
||||
/**
|
||||
* 注解方法为任务组下载
|
||||
*/
|
||||
int DOWNLOAD_GROUP = 0xa2;
|
||||
|
||||
/**
|
||||
* 注解方法为普通任务上传
|
||||
*/
|
||||
int UPLOAD = 0xb1;
|
||||
|
||||
/**
|
||||
* 注解方法为任务组上传
|
||||
*/
|
||||
int UPLOAD_GROUP = 0xb2;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user