Commit 2dfd531d authored by 李成龙's avatar 李成龙

气瓶预警消息对象

parent 6c1c09a5
package com.yeejoin.amos.boot.module.tzs.api.dto;
import java.io.Serializable;
import com.yeejoin.amos.component.rule.Label;
import com.yeejoin.amos.component.rule.RuleFact;
@RuleFact(value = "气瓶预警消息",project = "气瓶监管")
public class CylWarningMsgDto implements Serializable{
/**
*
*/
private static final long serialVersionUID = 1L;
@Label("企业名称")
private String companyName;
@Label("企业联系人")
private String people;
@Label("企业联系人电话")
private String phone;
@Label("使用人类型")
private String userType;
@Label("气瓶使用人")
private String userPeople;
@Label("使用人电话")
private String userPeoplephone;
@Label("出厂编号")
private String factory_num;
@Label("预警值")
private String num;
@Label("气瓶seq")
private String cylSeq;
}
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