Commit 30f3572b authored by suhuiguang's avatar suhuiguang

1.修改驼峰-tzs

parent 2dfd531d
...@@ -4,7 +4,10 @@ import java.io.Serializable; ...@@ -4,7 +4,10 @@ import java.io.Serializable;
import com.yeejoin.amos.component.rule.Label; import com.yeejoin.amos.component.rule.Label;
import com.yeejoin.amos.component.rule.RuleFact; import com.yeejoin.amos.component.rule.RuleFact;
import lombok.Data;
@RuleFact(value = "气瓶预警消息",project = "气瓶监管") @RuleFact(value = "气瓶预警消息",project = "气瓶监管")
@Data
public class CylWarningMsgDto implements Serializable{ public class CylWarningMsgDto implements Serializable{
/** /**
...@@ -22,9 +25,9 @@ public class CylWarningMsgDto implements Serializable{ ...@@ -22,9 +25,9 @@ public class CylWarningMsgDto implements Serializable{
@Label("气瓶使用人") @Label("气瓶使用人")
private String userPeople; private String userPeople;
@Label("使用人电话") @Label("使用人电话")
private String userPeoplephone; private String userPeoplePhone;
@Label("出厂编号") @Label("出厂编号")
private String factory_num; private String factoryNum;
@Label("预警值") @Label("预警值")
private String num; private String num;
@Label("气瓶seq") @Label("气瓶seq")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment