新增案件或者批量导入时自动生成案件编号
This commit is contained in:
@@ -13,7 +13,7 @@ public class CaseApplication extends BaseEntity {
|
||||
/** ID */
|
||||
private Long id;
|
||||
/** 案件编号 */
|
||||
@Excel(name = "案件编号")
|
||||
// @Excel(name = "案件编号")
|
||||
private String caseNum;
|
||||
/** 案件标的 */
|
||||
@Excel(name = "案件标的")
|
||||
|
||||
Reference in New Issue
Block a user