案件
This commit is contained in:
@@ -408,4 +408,10 @@ public class CaseApplication extends BaseEntity {
|
||||
* 自定义字段
|
||||
*/
|
||||
private List<ColumnValue> columnValues;
|
||||
/**
|
||||
* 待办状态,0待办,1已办
|
||||
*/
|
||||
private Integer pendingStatus;
|
||||
/** e签宝流程id */
|
||||
private String signFlowId;;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user