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 SchmeNm4 {
private String cd;
private String prtry;
public String getCd() {
return cd;
}
public void setCd(String cd) {
this.cd = cd;
}
public String getPrtry() {
return prtry;
}
public void setPrtry(String prtry) {
this.prtry = prtry;
}
}