This commit is contained in:
dlandy
2026-03-27 10:02:59 +08:00
commit 188b497e15
204 changed files with 17633 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
package com.example.message;
public class ClrSysMmbId3 {
private ClrSysId3 clrSysId;
private String mmbId;
public ClrSysId3 getClrSysId() {
return clrSysId;
}
public void setClrSysId(ClrSysId3 clrSysId) {
this.clrSysId = clrSysId;
}
public String getMmbId() {
return mmbId;
}
public void setMmbId(String mmbId) {
this.mmbId = mmbId;
}
}