工作流模块提交
This commit is contained in:
@@ -21,16 +21,16 @@
|
||||
<dependencies>
|
||||
|
||||
<!--pq-device-boot和pms-device-boot只能选择一个-->
|
||||
<!-- <dependency>
|
||||
<dependency>
|
||||
<groupId>com.njcn</groupId>
|
||||
<artifactId>pq-device-boot</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>-->
|
||||
<dependency>
|
||||
<groupId>com.njcn</groupId>
|
||||
<artifactId>pms-device-boot</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
<!-- <dependency>-->
|
||||
<!-- <groupId>com.njcn</groupId>-->
|
||||
<!-- <artifactId>pms-device-boot</artifactId>-->
|
||||
<!-- <version>${project.version}</version>-->
|
||||
<!-- </dependency>-->
|
||||
|
||||
<dependency>
|
||||
<groupId>com.njcn</groupId>
|
||||
|
||||
@@ -134,7 +134,7 @@ public class OracleTerminalExcel implements Serializable {
|
||||
@Excel(name = "合同号", width = 15)
|
||||
private String contract;
|
||||
|
||||
@Excel(name = "电度功能", replace = {"关闭_0", "开启_1"}, width = 15)
|
||||
@Excel(name = "电度功能", replace = {"关闭_0", "开启_1","null_0"}, width = 15)
|
||||
private Integer electroplate;
|
||||
|
||||
@Excel(name = "母线", width = 15)
|
||||
|
||||
Reference in New Issue
Block a user