|  |  |  | 
|---|
|  |  |  | * 单兵端申请查看指挥端位置或三一车辆位置对象 ard_app_application | 
|---|
|  |  |  | * | 
|---|
|  |  |  | * @author ard | 
|---|
|  |  |  | * @date 2024-01-23 | 
|---|
|  |  |  | * @date 2024-01-25 | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | public class ArdAppApplication extends BaseEntity | 
|---|
|  |  |  | { | 
|---|
|  |  |  | private static final long serialVersionUID = 1L; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | /** 申请主键 */ | 
|---|
|  |  |  | @Excel(name = "申请主键") | 
|---|
|  |  |  | private String applicationId; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | /** 指挥端或PC端主键 */ | 
|---|
|  |  |  | @Excel(name = "指挥端或PC端主键") | 
|---|
|  |  |  | private String commanderId; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | /** 单兵端主键 */ | 
|---|
|  |  |  | @Excel(name = "单兵端主键") | 
|---|
|  |  |  | 
|---|
|  |  |  | @Excel(name = "审批状态") | 
|---|
|  |  |  | private String state; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | public void setApplicationId(String applicationId) | 
|---|
|  |  |  | { | 
|---|
|  |  |  | this.applicationId = applicationId; | 
|---|
|  |  |  | } | 
|---|
|  |  |  | /** 单兵端查看标记 */ | 
|---|
|  |  |  | @Excel(name = "单兵端查看标记") | 
|---|
|  |  |  | private String soilderCheck; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | public String getApplicationId() | 
|---|
|  |  |  | { | 
|---|
|  |  |  | return applicationId; | 
|---|
|  |  |  | } | 
|---|
|  |  |  | public void setCommanderId(String commanderId) | 
|---|
|  |  |  | { | 
|---|
|  |  |  | this.commanderId = commanderId; | 
|---|
|  |  |  | } | 
|---|
|  |  |  | /** 申请主键 */ | 
|---|
|  |  |  | @Excel(name = "申请主键") | 
|---|
|  |  |  | private String applicationId; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | public String getCommanderId() | 
|---|
|  |  |  | { | 
|---|
|  |  |  | return commanderId; | 
|---|
|  |  |  | } | 
|---|
|  |  |  | /** 指挥端或PC端主键 */ | 
|---|
|  |  |  | @Excel(name = "指挥端或PC端主键") | 
|---|
|  |  |  | private String commanderId; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | public void setSoilderId(String soilderId) | 
|---|
|  |  |  | { | 
|---|
|  |  |  | this.soilderId = soilderId; | 
|---|
|  |  |  | 
|---|
|  |  |  | { | 
|---|
|  |  |  | return state; | 
|---|
|  |  |  | } | 
|---|
|  |  |  | public void setSoilderCheck(String soilderCheck) | 
|---|
|  |  |  | { | 
|---|
|  |  |  | this.soilderCheck = soilderCheck; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | public String getSoilderCheck() | 
|---|
|  |  |  | { | 
|---|
|  |  |  | return soilderCheck; | 
|---|
|  |  |  | } | 
|---|
|  |  |  | public void setApplicationId(String applicationId) | 
|---|
|  |  |  | { | 
|---|
|  |  |  | this.applicationId = applicationId; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | public String getApplicationId() | 
|---|
|  |  |  | { | 
|---|
|  |  |  | return applicationId; | 
|---|
|  |  |  | } | 
|---|
|  |  |  | public void setCommanderId(String commanderId) | 
|---|
|  |  |  | { | 
|---|
|  |  |  | this.commanderId = commanderId; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | public String getCommanderId() | 
|---|
|  |  |  | { | 
|---|
|  |  |  | return commanderId; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @Override | 
|---|
|  |  |  | public String toString() { | 
|---|
|  |  |  | return new ToStringBuilder(this,ToStringStyle.MULTI_LINE_STYLE) | 
|---|
|  |  |  | .append("applicationId", getApplicationId()) | 
|---|
|  |  |  | .append("commanderId", getCommanderId()) | 
|---|
|  |  |  | .append("soilderId", getSoilderId()) | 
|---|
|  |  |  | .append("reason", getReason()) | 
|---|
|  |  |  | .append("applicationType", getApplicationType()) | 
|---|
|  |  |  | .append("begin", getBegin()) | 
|---|
|  |  |  | .append("state", getState()) | 
|---|
|  |  |  | .append("soilderCheck", getSoilderCheck()) | 
|---|
|  |  |  | .append("applicationId", getApplicationId()) | 
|---|
|  |  |  | .append("commanderId", getCommanderId()) | 
|---|
|  |  |  | .toString(); | 
|---|
|  |  |  | } | 
|---|
|  |  |  | } | 
|---|