公司/分部 列表展示列更新

pull/9/MERGE
dxfeng 3 years ago
parent 21cddc290f
commit e15168aa0a

@ -33,21 +33,20 @@ public class CompListDTO {
/** /**
* id * id
*/ */
@TableTitle(title = "id", dataIndex = "id", key = "id")
private Long id; private Long id;
/**
*
*/
@TableTitle(title = "编号", dataIndex = "compNo", key = "compNo")
private String compNo;
/** /**
* *
*/ */
@TableTitle(title = "名称", dataIndex = "compName", key = "compName") @TableTitle(title = "名称", dataIndex = "compName", key = "compName")
private String compName; private String compName;
/**
*
*/
@TableTitle(title = "编号", dataIndex = "compNo", key = "compNo")
private String compNo;
/** /**
* *
*/ */

Loading…
Cancel
Save