修改字段类型
This commit is contained in:
parent
cbfececbf8
commit
dea9598363
|
|
@ -91,8 +91,8 @@ public class ShiroConfig {
|
|||
}
|
||||
|
||||
filterChainDefinitionMap.put("/api/tplink/videoStorage/**", "anon"); //视频缓存存储接口
|
||||
filterChainDefinitionMap.put("/api/pad/invoicing/**", "anon"); //测试进销存对应的接口
|
||||
filterChainDefinitionMap.put("/api/pad/qingling/**", "anon"); //测试请领对应的接口
|
||||
// filterChainDefinitionMap.put("/api/pad/invoicing/**", "anon"); //测试进销存对应的接口
|
||||
// filterChainDefinitionMap.put("/api/pad/qingling/**", "anon"); //测试请领对应的接口
|
||||
filterChainDefinitionMap.put("/iot/tq/api/electricityMeter/**", "anon"); //电表回调
|
||||
filterChainDefinitionMap.put("/api/pad/baseInfo/**", "anon"); //电表回调
|
||||
filterChainDefinitionMap.put("/iot/tq/api/waterMeter/**", "anon"); //水表回调
|
||||
|
|
|
|||
|
|
@ -15,6 +15,7 @@ import org.jeecgframework.poi.excel.annotation.Excel;
|
|||
import org.springframework.format.annotation.DateTimeFormat;
|
||||
|
||||
import java.io.Serializable;
|
||||
import java.math.BigDecimal;
|
||||
import java.util.List;
|
||||
|
||||
/**
|
||||
|
|
@ -74,7 +75,7 @@ public class QgdInfoEntity implements Serializable {
|
|||
private String nuId;
|
||||
|
||||
/**参考单价*/
|
||||
private String referenceUnitPrice;
|
||||
private BigDecimal referenceUnitPrice;
|
||||
private String dhbl;
|
||||
|
||||
private String kcsl;
|
||||
|
|
|
|||
Loading…
Reference in New Issue