| | |
| | | package safeluck.drive.evaluation.platformMessage; |
| | | |
| | | import com.safeluck.aykj.annotation.Hex; |
| | | import com.safeluck.aykj.annotation.Int32; |
| | | import com.safeluck.aykj.annotation.Int8; |
| | | import com.safeluck.aykj.annotation.Length; |
| | | import com.safeluck.aykj.annotation.Order; |
| | |
| | | public int attach_message_id; |
| | | @Order(2) |
| | | @Int8 |
| | | public int attach_message_length; |
| | | public int attach_message_length = 4; |
| | | @Order(3) |
| | | @Length(lengthField = "attach_message_length") |
| | | @Hex |
| | | public String attach_data; |
| | | @Int32 |
| | | public int attach_data; |
| | | } |