冀北重新发起,取消发起接口

This commit is contained in:
cdf
2024-06-03 20:41:51 +08:00
parent 188c0515d7
commit e22e5d7d86
43 changed files with 753 additions and 72 deletions

View File

@@ -0,0 +1,19 @@
package com.njcn.process.pojo.po;
import com.baomidou.mybatisplus.annotation.TableName;
import lombok.Data;
/**
* pqs
* 计划回退
* @author cdf
* @date 2024/5/30
*/
@Data
@TableName("")
public class SupvPlanReturn {
private String id;
private String planId;
private String rejectReason;
private String rejectComment;
}