提交生成合同
This commit is contained in:
		| @@ -1,25 +0,0 @@ | ||||
| package com.ruoyi.common.core.domain.model; | ||||
|  | ||||
| public class Contract  { | ||||
|  | ||||
|     private String name; | ||||
|  | ||||
|     private String phone; | ||||
|  | ||||
|     public String getName() { | ||||
|         return name; | ||||
|     } | ||||
|  | ||||
|     public void setName(String name) { | ||||
|         this.name = name; | ||||
|     } | ||||
|  | ||||
|     public String getPhone() { | ||||
|         return phone; | ||||
|     } | ||||
|  | ||||
|     public void setPhone(String phone) { | ||||
|         this.phone = phone; | ||||
|     } | ||||
| } | ||||
|  | ||||
		Reference in New Issue
	
	Block a user