1、车船模块fix bug
2、运力模块fix bug 3、新增设备台账 4、其他bug 修复 5、调整组织、人员模块
This commit is contained in:
@@ -134,6 +134,30 @@ public class Dept extends TenantEntity {
|
||||
*/
|
||||
@Schema(description = "部门编码")
|
||||
private String deptCode;
|
||||
|
||||
/**
|
||||
* 组织简称
|
||||
*/
|
||||
@Schema(description = "组织简称")
|
||||
private String shortName;
|
||||
|
||||
/**
|
||||
* 拼音助记码
|
||||
*/
|
||||
@Schema(description = "拼音助记码")
|
||||
private String pinyinMnemonic;
|
||||
|
||||
/**
|
||||
* 助记码
|
||||
*/
|
||||
@Schema(description = "助记码")
|
||||
private String mnemonicCode;
|
||||
|
||||
/**
|
||||
* 承运商客商档案主键
|
||||
*/
|
||||
@Schema(description = "承运商客商档案主键")
|
||||
private Long carrierCustomerId;
|
||||
/**
|
||||
* 父部门编码
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user