Skip to content
Snippets Groups Projects
Commit 419ab78a authored by 黄晋's avatar 黄晋
Browse files

切换表名

parent 027d304a
Branches
No related merge requests found
......@@ -4,7 +4,7 @@ import lombok.Data;
import org.springframework.data.mongodb.core.mapping.Document;
@Data
@Document(collection="plan_module_hj")
@Document(collection="plan_module")
public class PlanModule {
private String key;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment