There is a struct name Model defined as follows:
Model
struct Model { 1: string a, 2: string b, 3: long c }
And I have only st
st