Commit b7932911 authored by tangwei's avatar tangwei

增加单位

parent 8bf51a2e
......@@ -28,6 +28,10 @@ public class InstructionsZHDto {
@ApiModelProperty(value = "报送内容")
private String content;
@ApiModelProperty(value = "发送单位")
private String company="119值班中心";
public InstructionsZHDto(Long sequenceNbr, String type, Date submissionTime, String content) {
this.sequenceNbr = sequenceNbr;
......
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