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": {
"properties": [
{
"identifier": "9010",
"identifier": "p9010",
"dataType": {
"type": "text",
"specs": {
@ -1131,7 +1131,7 @@
"accessMode": "r"
},
{
"identifier": "9410",
"identifier": "p9410",
"dataType": {
"type": "text",
"specs": {

View File

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