fix:物模型数据标识符修改
parent
70a6d9b058
commit
67c3cbb57e
|
@ -1120,7 +1120,7 @@
|
||||||
"model": {
|
"model": {
|
||||||
"properties": [
|
"properties": [
|
||||||
{
|
{
|
||||||
"identifier": "9010",
|
"identifier": "p9010",
|
||||||
"dataType": {
|
"dataType": {
|
||||||
"type": "text",
|
"type": "text",
|
||||||
"specs": {
|
"specs": {
|
||||||
|
@ -1131,7 +1131,7 @@
|
||||||
"accessMode": "r"
|
"accessMode": "r"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"identifier": "9410",
|
"identifier": "p9410",
|
||||||
"dataType": {
|
"dataType": {
|
||||||
"type": "text",
|
"type": "text",
|
||||||
"specs": {
|
"specs": {
|
||||||
|
|
|
@ -15,7 +15,6 @@ import java.io.Serializable;
|
||||||
@Data
|
@Data
|
||||||
@ExcelIgnoreUnannotated
|
@ExcelIgnoreUnannotated
|
||||||
@AutoMapper(target = Product.class)
|
@AutoMapper(target = Product.class)
|
||||||
|
|
||||||
public class ProductVo implements Serializable {
|
public class ProductVo implements Serializable {
|
||||||
|
|
||||||
private static final long serialVersionUID = -1L;
|
private static final long serialVersionUID = -1L;
|
||||||
|
@ -68,6 +67,4 @@ public class ProductVo implements Serializable {
|
||||||
@ExcelProperty(value = "用户ID")
|
@ExcelProperty(value = "用户ID")
|
||||||
private String uid;
|
private String uid;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue