File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
src/main/java/com/lark/project/service/workitem/model Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ public class FieldConf {
6060 private String label ;
6161
6262 @ SerializedName ("field_uuid" )
63- private String fieldUuid ;
63+ private String fieldUUID ;
6464
6565 @ SerializedName ("field_tips" )
6666 private String fieldTips ;
@@ -170,12 +170,12 @@ public void setLabel(String label) {
170170 this .label = label ;
171171 }
172172
173- public String getFieldUuid () {
174- return this .fieldUuid ;
173+ public String getFieldUUID () {
174+ return this .fieldUUID ;
175175 }
176176
177- public void setFieldUuid (String fieldUuid ) {
178- this .fieldUuid = fieldUuid ;
177+ public void setFieldUUID (String fieldUUID ) {
178+ this .fieldUUID = fieldUUID ;
179179 }
180180
181181 public String getFieldTips () {
You can’t perform that action at this time.
0 commit comments