init
This commit is contained in:
15
src/main/resources/msgmapper1/java/ClrSysId2.java
Normal file
15
src/main/resources/msgmapper1/java/ClrSysId2.java
Normal file
@@ -0,0 +1,15 @@
|
||||
package com.example.message;
|
||||
|
||||
public class ClrSysId2 {
|
||||
|
||||
private String cd;
|
||||
|
||||
public String getCd() {
|
||||
return cd;
|
||||
}
|
||||
|
||||
public void setCd(String cd) {
|
||||
this.cd = cd;
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user