export default class ActMix {
	constructor() {
		this.data = {
		trmtyp: "",
        trmcod: "",
        acttrmcod: "",
        acttrmtyp: "",
		nam: "",
		}
	}
}