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