|
|
|
@ -24,7 +24,8 @@ import lombok.NoArgsConstructor;
|
|
|
|
|
"t.create_time," +
|
|
|
|
|
"t.update_time",
|
|
|
|
|
fromSql = "FROM jcl_org_scheme t ",
|
|
|
|
|
orderby = "id desc",
|
|
|
|
|
orderby = "scheme_no",
|
|
|
|
|
sortway = "asc",
|
|
|
|
|
primarykey = "id",
|
|
|
|
|
operates = {
|
|
|
|
|
@OrganizationTableOperate(index = "0", text = "编辑"),
|
|
|
|
@ -49,7 +50,7 @@ public class SchemeTableVO {
|
|
|
|
|
/**
|
|
|
|
|
* 方案编号
|
|
|
|
|
*/
|
|
|
|
|
@OrganizationTableColumn(text = "编号", width = "25%", column = "scheme_no")
|
|
|
|
|
@OrganizationTableColumn(text = "编号", width = "25%", column = "scheme_no", orderkey = "scheme_no")
|
|
|
|
|
private String schemeNo;
|
|
|
|
|
/**
|
|
|
|
|
* 方案名称
|
|
|
|
|