【步骤成员ID】

This commit is contained in:
weizhihong 2022-08-16 16:55:51 +08:00
parent 11b124efc6
commit ed441f7b06

View File

@ -12,6 +12,8 @@ import java.util.List;
public class Step2VO {
private Integer id;
private String memberId;
private String description;
private List<Operation2VO> operations;