init
This commit is contained in:
24
src/main/resources/msgmapper1/java/ClrSysMmbId3.java
Normal file
24
src/main/resources/msgmapper1/java/ClrSysMmbId3.java
Normal 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;
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user