syntax = "proto3";

message Department { 
	int32 department_id = 100;
	string name = 200;
}
