Helius
2021-01-20 3c58510ca9d6d5178b924ac3afade5e9c745cac6
modify
2 files modified
8 ■■■■■ changed files
zq-erp/src/main/java/com/matrix/system/hive/bean/SysOrderFlow.java 4 ●●●● patch | view | raw | blame | history
zq-erp/src/main/resources/templates/views/admin/hive/beautySalon/orderXq-form.html 4 ●●●● patch | view | raw | blame | history
zq-erp/src/main/java/com/matrix/system/hive/bean/SysOrderFlow.java
@@ -1,5 +1,8 @@
package com.matrix.system.hive.bean;
import com.fasterxml.jackson.annotation.JsonFormat;
import com.matrix.core.tools.DateUtil;
import java.io.Serializable;
import java.math.BigDecimal;
import java.util.Date;
@@ -26,6 +29,7 @@
    private String createBy;
    @JsonFormat(pattern = DateUtil.DATE_FORMAT_MM, timezone = "GMT-8")
    private Date createTime;
    private String updateBy;
zq-erp/src/main/resources/templates/views/admin/hive/beautySalon/orderXq-form.html
@@ -381,6 +381,10 @@
                                width="300">
                        </el-table-column>
                        <el-table-column
                                prop="createTime"
                                label="交易时间">
                        </el-table-column>
                        <el-table-column
                                prop="flowType"
                                label="交易类型">
                        </el-table-column>