fix:物模型数据标识符修改

V0.5.x
xiwa 2023-07-11 00:25:14 +08:00
parent 70a6d9b058
commit 67c3cbb57e
2 changed files with 32 additions and 35 deletions

View File

@ -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": {

View File

@ -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;
} }