grgw_wdcj_java/wsdjc/.svn/pristine/0d/0d806cd07a3f5e3ef6754c1e6b4...

22 lines
428 B
Plaintext
Raw Normal View History

2025-07-02 09:18:59 +08:00
package com.surfbird.business.bean;
public class Instrucation {
private String content; //<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.
private String instrucation; //<2F><><EFBFBD><EFBFBD>˵<EFBFBD><CBB5>.
public String getContent() {
return content;
}
public void setContent(String content) {
this.content = content;
}
public String getInstrucation() {
return instrucation;
}
public void setInstrucation(String instrucation) {
this.instrucation = instrucation;
}
}