Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
Compass
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zong
Compass
Commits
7b50ce28
Commit
7b50ce28
authored
Feb 13, 2020
by
biao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
c5266ab9
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
17 deletions
+0
-17
AccountMst.inc
src/cn/compass/entity/AccountMst.inc
+0
-4
CourseMst.inc
src/cn/compass/entity/CourseMst.inc
+0
-13
No files found.
src/cn/compass/entity/AccountMst.inc
View file @
7b50ce28
<?php
/**
* AccountMst Entity
<<<<<<< HEAD
* $Id: AccountMst.inc,v 1.1 2020/2/13 10:54:23 Exp $
=======
* $Id: AccountMst.inc,v 1.1 2020/2/13 11:17:48 Exp $
>>>>>>> eb3e8ee3acfddebcb6320578b220a01256ab4ab3
* @author lixq
* @package jp.compass.entity
* @access public
...
...
src/cn/compass/entity/CourseMst.inc
View file @
7b50ce28
...
...
@@ -25,25 +25,12 @@ class CourseMst extends CompassDynamicData
{
parent
::
constructor
(
$record
);
<<<<<<<
HEAD
=======
<<<<<<<
HEAD
>>>>>>>
eb3e8ee3acfddebcb6320578b220a01256ab4ab3
$this
->
parent_category_id
=
$record
[
"parent_category_id"
];
$this
->
sub_category_id
=
$record
[
"sub_category_id"
];
$this
->
title
=
$record
[
"title"
];
$this
->
front_image
=
$record
[
"front_image"
];
$this
->
teacher_profile
=
$record
[
"teacher_profile"
];
$this
->
delete_flg
=
$record
[
"delete_flg"
];
<<<<<<<
HEAD
=======
=======
$this
->
title
=
$record
[
"title"
];
$this
->
front_image
=
$record
[
"front_image"
];
$this
->
teacher_profile
=
$record
[
"teacher_profile"
];
$this
->
delete_flg
=
$record
[
"delete_flg"
];
>>>>>>>
78541
f4f058325eb06d6076d532ac125befc77d0
>>>>>>>
eb3e8ee3acfddebcb6320578b220a01256ab4ab3
}
/**
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment