jiazx0107@163.com
2023-09-12 5ed9bc9da6d49918eedc33ccb82545f42a5bbfc2
1
2
3
4
5
6
7
8
9
10
11
12
13
14
package com.ld.igds.protocol.quantity.shuhan.command;
 
import lombok.Data;
 
/**
 *
 */
@Data
public class Message {
        private String sn;
        private String functionId;
        private String orderId ;
        private MessageContent content;
}