1、车船模块fix bug

2、运力模块fix bug
3、新增设备台账
4、其他bug 修复
5、调整组织、人员模块
This commit is contained in:
2026-08-07 08:27:47 +08:00
parent a1eea5075b
commit f716b3fc63
107 changed files with 2269 additions and 341 deletions

View File

@@ -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;
/**
* 父部门编码
*/