parent
7bfa9f6034
commit
459d06aa3f
3 changed files with 31 additions and 4 deletions
@ -0,0 +1,20 @@ |
||||
package com.daqing.framework.domain.guarantee.po; |
||||
|
||||
import lombok.Data; |
||||
import lombok.ToString; |
||||
|
||||
import java.util.List; |
||||
|
||||
/** |
||||
* @Author chen |
||||
* @DATE 2020/12/21 17:43 |
||||
* @Version 1.0 |
||||
*/ |
||||
@Data |
||||
@ToString |
||||
public class ProcessPO { |
||||
|
||||
private List<Integer> processIds; |
||||
|
||||
private Integer processId; |
||||
} |
Loading…
Reference in new issue