补招逻辑修改,手动补招和前端采用websokcet通讯
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
package com.njcn.dataProcess.dto;
|
||||
|
||||
import lombok.AllArgsConstructor;
|
||||
import lombok.Data;
|
||||
import lombok.RequiredArgsConstructor;
|
||||
|
||||
/**
|
||||
* Description:
|
||||
* Date: 2025/08/25 下午 2:42【需求编号】
|
||||
*
|
||||
* @author clam
|
||||
* @version V1.0.0
|
||||
*/
|
||||
@Data
|
||||
@RequiredArgsConstructor
|
||||
@AllArgsConstructor
|
||||
public class RecallReplyDTO {
|
||||
//code 200 完成,500错误;300补招进行中
|
||||
private Integer code;
|
||||
private String message;
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user